What the vulnerability does
01Description
WP AutoSuggest 0.24 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the wpas_keys parameter. Attackers can send GET requests to autosuggest.php with crafted wpas_keys values to extract sensitive database information from WordPress posts and other tables.
Explanation of Vulnerability in Simple Terms
02Summary
WP AutoSuggest versions 0.24 and earlier contain a SQL injection vulnerability in database query handling. An attacker can craft malicious input to execute arbitrary SQL commands, potentially reading or modifying site data. No authentication is required to exploit this vulnerability.
What an attacker can do
03Attacker Capabilities
Execute arbitrary SQL commands to read, modify, or delete database records.
Potential impact on your site
04Site Impact
Attackers can access sensitive data, modify content, or compromise user accounts without logging in.
Conditions required to exploit
05Prerequisites
Network access to the site; no authentication or user interaction required.
Key dates
06Disclosure timeline
June 1, 2026
CVE published
June 2, 2026
Record updated