AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-73329

HIGH · CVSS 8.7 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-12 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

CamaleonCMS 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.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-73329
Severity
HIGH
CVSS
8.7
EPSS
0.23%
Java

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.