Cyber Resilience

CVE-2022-0760

CriticalPublic PoC

Published: 21 March 2022

Published
21 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.7642 99.0th percentile
Risk Priority 65 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-0760 is a critical-severity SQL Injection (CWE-89) vulnerability in Quantumcloud Simple Link Directory. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 1.0% 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 vulnerability is an unauthenticated SQL injection (CWE-89) affecting the Simple Link Directory WordPress plugin prior to version 7.7.2. The root cause is missing validation and escaping of the post_id parameter when it is incorporated into a SQL statement inside the qcopd_upvote_action AJAX handler, which is reachable by both unauthenticated and authenticated users. The issue received a CVSS 3.1 score of 9.8.

An attacker can send a crafted POST request to the AJAX endpoint with a malicious post_id value, allowing arbitrary SQL commands to be executed against the database. Successful exploitation can result in full confidentiality, integrity, and availability impacts, including data exfiltration, modification, or deletion, without any authentication or user interaction.

The referenced advisories point to the official fix published in changeset 2684915 on the WordPress plugin Trac and to the detailed WPScan entry that confirms the vulnerable code path and the availability of the patched release 7.7.2.

EPSS for this CVE rose sharply after disclosure, reaching a peak of 0.8593 and remaining elevated at 0.7642, indicating sustained exploitation interest that warrants renewed attention from defenders.

EU & UK References

Vulnerability details

The Simple Link Directory WordPress plugin before 7.7.2 does not validate and escape the post_id parameter before using it in a SQL statement via the qcopd_upvote_action AJAX action (available to unauthenticated and authenticated users), leading to an unauthenticated SQL Injection

CWE(s)

Related Threats

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

Affected Assets

quantumcloud
simple link directory
≤ 7.7.2

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