Cyber Resilience

CVE-2022-1933

MediumPublic PoC

Published: 17 July 2022

Published
17 July 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 6.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.1445 94.6th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-1933 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Collect And Deliver Interface For Woocommerce Project Collect And Deliver Interface For Woocommerce. Its CVSS base score is 6.1 (Medium).

Operationally, ranked in the top 5.4% 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 CDI WordPress plugin before version 5.1.9 is affected by a reflected cross-site scripting vulnerability (CWE-79). The root cause is a failure to sanitize and escape a parameter before echoing it in the response of an AJAX action that is reachable by both unauthenticated and authenticated users, producing a CVSS 6.1 finding with network attack vector, no privileges required, and changed scope.

An attacker can supply a crafted request to the vulnerable AJAX endpoint that reflects attacker-controlled script into a victim's browser. Successful exploitation allows the attacker to execute arbitrary JavaScript in the context of the affected site, enabling theft of cookies or other client-side data and limited impact on confidentiality and integrity.

The EPSS score for this CVE has remained flat at 0.1445 with no material increase after disclosure. The referenced WPScan advisory at https://wpscan.com/vulnerability/6cedb27f-6140-4cba-836f-63de98e521bf is the primary public source detailing the issue.

EU & UK References

Vulnerability details

The CDI WordPress plugin before 5.1.9 does not sanitise and escape a parameter before outputting it back in the response of an AJAX action (available to both unauthenticated and authenticated users), leading to a Reflected Cross-Site Scripting

CWE(s)

Related Threats

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

Affected Assets

collect and deliver interface for woocommerce project
collect and deliver interface for woocommerce
≤ 5.1.9

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-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References