CVE-2026-57683
Deferred Deferred - Pending Action

Unauthenticated SQL Injection in WP Fast Total Search

Vulnerability report for CVE-2026-57683, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-02

Last updated on: 2026-07-02

Assigner: Patchstack

Description

Unauthenticated SQL Injection in WP Fast Total Search <= 1.80.280 versions.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-02
Last Modified
2026-07-02
Generated
2026-07-22
AI Q&A
2026-07-02
EPSS Evaluated
2026-07-21
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
patchstack wp_fast_total_search to 1.81.282 (exc)
wp_fast_total_search wp_fast_total_search to 1.80.280 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-57683 is an unauthenticated SQL Injection vulnerability found in the WordPress WP Fast Total Search Plugin versions 1.80.280 and below.

This flaw allows attackers to directly interact with the website's database without needing any prior access or authentication.

It is classified under the OWASP Top 10 A3: Injection category and is considered highly dangerous due to its critical severity score of 9.3.

Detection Guidance

The vulnerability is an unauthenticated SQL Injection in the WP Fast Total Search plugin versions 1.80.280 and below. Detection typically involves checking the plugin version and monitoring for suspicious SQL injection attempts targeting this plugin.

To detect if your system is vulnerable, first verify the plugin version installed on your WordPress site. If it is version 1.80.280 or below, it is vulnerable.

You can use commands to check the plugin version via the command line if you have access to the WordPress installation directory. For example:

  • Navigate to the plugins directory: cd /path/to/wordpress/wp-content/plugins/wp-fast-total-search
  • Check the version in the plugin's main PHP file or readme: grep 'Version' wp-fast-total-search.php

For network detection, monitor HTTP requests for suspicious SQL injection patterns targeting the plugin's endpoints. You can use tools like grep or network intrusion detection systems (NIDS) with rules to detect SQL injection payloads.

Patchstack provides a mitigation rule to block attacks until the plugin is updated, which can be integrated into web application firewalls (WAF) or intrusion prevention systems (IPS).

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive information stored in the website's database.

Because it is unauthenticated, attackers can exploit it remotely without any credentials.

The vulnerability's critical severity and high likelihood of exploitation in mass campaigns mean that many websites using the affected plugin are at risk of data theft or manipulation.

Compliance Impact

The vulnerability allows unauthenticated attackers to perform SQL Injection attacks, potentially stealing sensitive information from the website's database.

Such unauthorized access and data theft could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require safeguarding sensitive personal and health information.

Failure to protect against this vulnerability may result in data breaches, exposing organizations to legal and regulatory penalties under these standards.

Mitigation Strategies

The vulnerability affects WP Fast Total Search Plugin versions 1.80.280 and below and allows unauthenticated SQL Injection.

Immediate mitigation steps include updating the plugin to version 1.81.282 or later, which contains the patch for this issue.

Until the update can be applied, users are advised to implement the mitigation rule provided by Patchstack to block attacks targeting this vulnerability.

If needed, seek assistance from your hosting provider or web developer to apply these mitigations.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-57683. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart