CVE-2022-0434
Published: April 11, 2026
Official Description
The Page View Count WordPress plugin before 2.4.15 does not sanitise and escape the post_ids parameter before using it in a SQL statement via a REST endpoint, available to both unauthenticated and authenticated users. As a result, unauthenticated attackers could perform SQL injection attacks
Risk Analysis
The Page View Count WordPress plugin is susceptible to SQL injection due to improper sanitization of the 'post_ids' parameter in a REST endpoint. This allows unauthenticated attackers to execute arbitrary SQL commands. This vulnerability is urgent as it is listed in the CISA KEV catalog, indicating confirmed exploitation.
This vulnerability is actively being exploited in the wild. It is remotely exploitable and does not require authentication.
Update the Page View Count WordPress plugin to version 2.4.15 or later to mitigate this SQL injection vulnerability. Regularly review and sanitize all input parameters in web applications.
Technical Analysis
CVE-2022-0434 requires local access, meaning attackers must already have a foothold on the target system.
Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.
CISA has added CVE-2022-0434 to the Known Exploited Vulnerabilities (KEV) catalog, confirming active exploitation in the wild. U.S. federal agencies are required to patch this within the mandated timeframe, and all organizations should treat remediation as urgent.
Affected Vendors & Products
Exploit & PoC Resources
Quick Facts
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2022-0434 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts
- !CISA KEV: Federal agencies must patch per BOD 22-01 timeline
- !Active exploitation confirmed — treat as P1