
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-3523 is a SQL Injection vulnerability in the "Apocalypse Meow" plugin for WordPress, affecting all versions up to and including 22.1.0. The flaw allows authenticated attackers with Administrator-level access to append additional SQL queries and extract sensitive information from the database. It was published on March 5, 2026, and carries a CVSS v3.1 base score of 4.9 (Medium) (Red Hat CVE).
The root cause is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command). The vulnerability stems from two compounding flaws in ajax.php: on line 261, the type validation check uses a logical && (AND) operator instead of || (OR), causing the in_array() validation to be short-circuited and bypassed for any non-empty type parameter value. Additionally, stripslashes_deep() is called on line 101, which strips the protection normally provided by WordPress's wp_magic_quotes(), allowing attacker-controlled single quotes to pass unescaped into the SQL query constructed on line 298. Exploitation requires network access and authenticated Administrator-level credentials (Red Hat CVE).
Successful exploitation allows an authenticated administrator-level attacker to perform SQL injection against the WordPress database, resulting in high confidentiality impact — specifically, the ability to extract sensitive information such as user credentials, personal data, and other database contents. Integrity and availability are not directly impacted by this vulnerability. Because exploitation requires Administrator privileges, the practical blast radius is limited, though compromised admin accounts or insider threats could leverage this to escalate data exfiltration (Red Hat CVE).
No public proof-of-concept exploit code or active in-the-wild exploitation has been reported for CVE-2026-3523 as of the available data. The EPSS score is approximately 0.041%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation is constrained by the requirement for Administrator-level authentication, significantly reducing the attack surface (Red Hat CVE).
ajax.php that processes the type parameter — accessible via WordPress's admin-ajax.php interface.wp-admin/admin-ajax.php with a crafted type parameter value that is non-empty (to trigger the short-circuit bypass of in_array() validation) and contains a SQL injection payload with single quotes (which pass unescaped due to stripslashes_deep() stripping wp_magic_quotes() protection).UNION SELECT or stacked queries) into the type parameter to extract data from the database, such as the wp_users table containing usernames and hashed passwords.wp-admin/admin-ajax.php containing SQL metacharacters (single quotes, UNION, SELECT, --) in the type parameter.type parameter values from an administrator account, particularly with URL-encoded SQL syntax.UNION SELECT or stacked queries originating from the WordPress application user.Users should update the Apocalypse Meow WordPress plugin to a version beyond 22.1.0 that addresses the logical operator flaw in the type parameter validation and properly preserves wp_magic_quotes() protection. If no patched version is yet available, the recommended workaround is to deactivate and remove the plugin until a fix is released. Additionally, restricting Administrator account access and enforcing strong, unique credentials reduces the risk of exploitation (Red Hat CVE).
The vulnerability received limited public attention, with automated aggregation by vulnerability tracking services such as VulDB, Vulners, and ENISA's EUVD (EUVD-2026-9527). A brief mention appeared on Bluesky via a CVE notification account. No significant vendor statements, notable researcher commentary, or major media coverage has been identified beyond standard database entries.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."