Cyber Resilience

CVE-2022-0434

CriticalPublic PoC

Published: 07 March 2022

Published
07 March 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.8792 99.5th percentile
Risk Priority 72 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-0434 is a critical-severity SQL Injection (CWE-89) vulnerability in A3Rev Page View Count. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 0.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Page View Count WordPress plugin before version 2.4.15 is affected by an SQL injection vulnerability tracked as CVE-2022-0434. The plugin fails to sanitize or escape the post_ids parameter before incorporating it into a SQL statement exposed through a REST endpoint that is reachable by both unauthenticated and authenticated users. The issue is classified under CWE-89 and carries a CVSS 3.1 score of 9.8 reflecting network-accessible attack vectors with no required authentication or user interaction.

Unauthenticated attackers can supply crafted input to the vulnerable REST endpoint and execute arbitrary SQL queries against the underlying database. Successful exploitation can result in full compromise of confidentiality, integrity, and availability of the WordPress site data, consistent with the CVSS vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.

The referenced WPScan advisory at https://wpscan.com/vulnerability/be895016-7365-4ce4-a54f-f36d0ef2d6f1 documents the flaw and the affected plugin versions. The current EPSS score of 0.8792, with a recorded peak of 0.9056, indicates sustained exploitation interest following disclosure.

EU & UK References

Vulnerability details

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…

more

perform SQL injection attacks

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

a3rev
page view count
≤ 2.4.15

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References