CVE-2024-48652
Published: 22 October 2024
Summary
CVE-2024-48652 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Tuzitio Camaleon Cms. Its CVSS base score is 4.8 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique JavaScript (T1059.007); ranked in the top 2.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
Camaleon CMS version 2.7.5 is affected by a cross-site scripting vulnerability tracked as CVE-2024-48652 and CWE-79. The flaw resides in the content group name field and permits a remote attacker to supply crafted input that results in arbitrary code execution when the field is rendered.
Exploitation requires high privileges and user interaction, as reflected in the CVSS 4.8 score with network attack vector, low complexity, and changed scope. An authenticated administrator can inject malicious scripts via the affected field; when another user views the content, the script executes in that user's browser context, yielding limited confidentiality and integrity impacts.
A public proof-of-concept demonstrating the issue is available in the referenced GitHub repository. The EPSS score has remained flat at 0.3484 with no material increase since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-3058
Vulnerability details
Cross Site Scripting vulnerability in camaleon-cms v.2.7.5 allows remote attacker to execute arbitrary code via the content group name field.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The stored XSS vulnerability in a public-facing CMS enables authenticated attackers to inject and trigger arbitrary JavaScript execution (T1059.007) in victims' browsers when viewing affected content, facilitating exploitation of public-facing applications (T1190), theft of web session cookies for session hijacking (T1539), and extraction of credentials from web browsers (T1555.003).
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.