CyberRota Analysis
AI-GeneratedCamaleonCMS is vulnerable to a stored cross-site scripting (XSS) attack that allows authenticated low-privileged users to inject unsanitized HTML into the post title during draft creation. This flaw can lead to significant impacts, including administrator session compromise, cookie theft, and the ability to forge authenticated requests. Organizations using CamaleonCMS should prioritize remediation to protect against potential exploitation by malicious users.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
CamaleonCMS contains a stored cross-site scripting vulnerability that allows authenticated low-privileged users to execute arbitrary JavaScript in an administrator's browser by injecting unsanitized HTML payloads into the post title parameter during draft creation. Attackers can submit a malicious HTML payload as a draft title through the drafts creation endpoint, which is persisted to the database without escaping and later rendered as raw HTML in the admin drafts listing, enabling administrator session compromise, cookie theft, and forged authenticated requests.