CVE-2026-3396
Published: 08 April 2026
Summary
CVE-2026-3396 is a high-severity SQL Injection (CWE-89) vulnerability in Wordpress (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
The WCAPF – WooCommerce Ajax Product Filter plugin for WordPress is vulnerable to time-based SQL injection in all versions through 4.2.3. The flaw exists in handling of the 'post-author' parameter, where insufficient escaping of user input and missing prepared-statement protections allow an attacker to alter existing SQL queries, as tracked under CWE-89 with a CVSS 7.5 rating.
Unauthenticated remote attackers can supply crafted input to the affected parameter and append additional queries, enabling extraction of sensitive database contents without any user interaction or credentials.
The referenced plugin source files and changeset 3484080 on WordPress Trac document the locations of the vulnerable code and the corresponding fix, indicating that updating to a patched release resolves the issue. The associated EPSS score has remained flat at 0.2286 with no material increase observed.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-20453
Vulnerability details
WCAPF – WooCommerce Ajax Product Filter plugin is vulnerable to time-based SQL Injection via the 'post-author' parameter in all versions up to, and including, 4.2.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on…
more
the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The time-based SQL injection in a public-facing WordPress plugin directly enables remote exploitation of public-facing applications (T1190) and facilitates unauthorized collection of data from the database (T1213.006) such as user credentials.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Enforces validation of user-supplied parameters like 'post-author' to prevent time-based SQL injection by blocking malicious SQL payloads before database execution.
Requires timely remediation of the identified SQL injection flaw in WCAPF plugin versions up to 4.2.3 through patching as indicated in changeset 3484080.
Monitors and scans for vulnerabilities like this time-based SQL injection, enabling timely detection and remediation to prevent exploitation.