CyberRota Analysis
AI-GeneratedThe cama_contact_form plugin in CamaleonCMS is vulnerable to a stored cross-site scripting (XSS) attack, allowing low-privileged authenticated users to inject arbitrary HTML via unsanitized input in the contact form. This vulnerability can lead to the persistence of malicious scripts in the database, which execute in the browsers of users accessing the contact form, potentially resulting in cookie theft and session hijacking. Organizations using CamaleonCMS should prioritize remediation to protect against unauthorized access and data compromise.
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 in the cama_contact_form plugin that allows low-privileged authenticated attackers to inject arbitrary HTML by submitting unsanitized content to the before_html field through the contact form edit endpoint, which lacks proper authorization controls. Attackers can persist malicious script payloads into the database that execute in victims' browsers when the contact form loads, enabling cookie theft, forged authenticated requests against the admin interface, and session takeover of viewing users.