CVE-2024-8653
Published: 19 September 2024
Summary
CVE-2024-8653 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Netcat Netcat Content Management System. Its CVSS base score is 5.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 37.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-49326
Vulnerability details
A vulnerability in NetCat CMS allows an attacker to execute JavaScript code in a user's browser when they visit specific paths on the site. This issue affects NetCat CMS v. 6.4.0.24126.2 and possibly others. Apply patch from vendor https://netcat.ru/ https://netcat.ru/]…
more
. Versions 6.4.0.24248 and on have the patch.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The XSS vulnerability (CVE-2024-8653) in the public-facing NetCat CMS enables arbitrary JavaScript execution in victims' browsers upon visiting crafted URLs, facilitating T1190 (exploit public-facing app for initial access), T1185 (browser session hijacking via XSS), T1539 (steal web session cookies via JS), and T1555.003 (steal browser credentials via XSS).
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.