CVE-2022-3062
Published: 26 September 2022
Summary
CVE-2022-3062 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Simplefilelist Simple-File-List. Its CVSS base score is 6.1 (Medium).
Operationally, ranked in the top 2.7% 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 Simple File List WordPress plugin before version 4.4.12 is affected by a reflected cross-site scripting vulnerability (CWE-79). The root cause is insufficient escaping of user-supplied parameters before they are written back into HTML attributes, allowing script injection. The issue carries a CVSS 3.1 score of 6.1 with network attack vector, no authentication required, and user-interaction dependency.
An unauthenticated attacker can craft a malicious link or request that, when visited by a victim, causes the plugin to reflect attacker-controlled content into the page. Successful exploitation enables theft of session tokens, redirection, or limited page manipulation within the context of the vulnerable site.
The referenced WPScan advisory identifies the flaw in versions prior to 4.4.12 and indicates that updating the Simple File List plugin to 4.4.12 or later removes the reflected XSS vectors.
EPSS for the CVE reached a peak of 0.4866 before settling at the current value of 0.3702, indicating measurable post-disclosure exploitation interest.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-42494
Vulnerability details
The Simple File List WordPress plugin before 4.4.12 does not escape parameters before outputting them back in attributes, leading to Reflected Cross-Site Scripting
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
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.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.