CVE-2022-25489
Published: 15 March 2022
Summary
CVE-2022-25489 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Thedigitalcraft Atomcms. Its CVSS base score is 5.4 (Medium).
Operationally, ranked in the top 9.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
Atom CMS version 2.0 contains a reflected cross-site scripting vulnerability in the debug.php widget, where the "A" parameter is not properly sanitized before being reflected in responses. The flaw is tracked as CWE-79 and carries a CVSS 3.1 score of 5.4, reflecting network attack vector, low attack complexity, and the requirement for an authenticated session.
An authenticated attacker can supply a crafted value for the "A" parameter that executes arbitrary script in the browser of another user who follows the resulting link. Successful exploitation yields limited impacts on confidentiality and integrity within the affected CMS context, with the changed scope indicating the script can affect resources beyond the immediate application origin.
The EPSS score for this CVE rose from a low baseline to a recorded peak of 0.0848 before settling at the current value of 0.0539, indicating measurable post-disclosure interest in exploitation. The only public references are GitHub issue threads that document the finding but contain no vendor-supplied patches or mitigation guidance.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-30158
Vulnerability details
Atom CMS v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the "A" parameter in /widgets/debug.php.
- 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.