CVE-2026-3523
Last modified
CVE-2026-3523 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. The Apocalypse Meow plugin for WordPress is vulnerable to SQL Injection via the 'type' parameter in all versions up to, and including, 22.1.0. This is due to a flawed logical operator in the type validation check on line 261 of ajax.php — the condition uses `&&` (AND) instead of `||` (OR), causing the `in_array()` validation to be short-circuited and never evaluated for any non-empty type value. EPSS estimates a 0.45% chance of exploitation in the next 30 days.
Description
The Apocalypse Meow plugin for WordPress is vulnerable to SQL Injection via the 'type' parameter in all versions up to, and including, 22.1.0. This is due to a flawed logical operator in the type validation check on line 261 of ajax.php — the condition uses `&&` (AND) instead of `||` (OR), causing the `in_array()` validation to be short-circuited and never evaluated for any non-empty type value. Combined with `stripslashes_deep()` being called on line 101 which removes `wp_magic_quotes()` protection, attacker-controlled single quotes pass through unescaped into the SQL query on line 298. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3523?
How severe is CVE-2026-3523?
How do I fix CVE-2026-3523?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-35223An improper access check allows unauthorized access to com_c…9.8
- CVE-2026-35225An unauthenticated remote attacker is able to exhaust all av…8.7
- CVE-2026-35226An out‑of‑bounds write vulnerability in the CODESYS PROFINET…7.1
- CVE-2026-35227An unauthenticated remote attacker may exhaust all available…8.2
- CVE-2026-35228Vulnerability in the Oracle MCP Server Helper Tool product o…8.7
- CVE-2026-35229Vulnerability in the Java VM component of Oracle Database Se…7.5
- CVE-2026-35230Vulnerability in the Oracle VM VirtualBox product of Oracle …7.5
- CVE-2026-35231Vulnerability in the Oracle Financial Services Transaction F…7.5
- CVE-2026-35232Vulnerability in Oracle Fusion Middleware (component: Dynami…5.4
- CVE-2026-35233An unprivileged attacker can craft a user-space process with…4.4
- CVE-2026-35234Vulnerability in the MySQL Server product of Oracle MySQL (c…4.9
- CVE-2026-35235Vulnerability in the MySQL Server product of Oracle MySQL (c…4.9
Are you affected by CVE-2026-3523?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
