CVE-2026-73329
Received Received - Intake

Stored XSS in CamaleonCMS via Draft Title Parameter

Vulnerability report for CVE-2026-73329, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-12

Last updated on: 2026-08-12

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-12
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
camaleoncms camaleoncms to 2.9.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a stored cross-site scripting (XSS) vulnerability in CamaleonCMS versions 2.9.1 and earlier. It allows authenticated low-privileged users to inject unsanitized HTML payloads into the post title parameter when creating drafts. The malicious payload is stored in the database without proper escaping and later rendered as raw HTML in the admin drafts listing, enabling attackers to execute arbitrary JavaScript in an administrator's browser.

Detection Guidance

To detect this vulnerability, inspect network traffic for POST requests to the drafts creation endpoint containing unsanitized HTML payloads in the post title parameter. Check server logs for suspicious draft titles with script tags or event handlers. Use browser developer tools to monitor admin drafts listing for rendered raw HTML.

Impact Analysis

Successful exploitation could lead to administrator session compromise, cookie theft, and forged authenticated requests. Attackers could gain control over an administrator's session, steal sensitive data, or perform actions on behalf of the administrator.

Mitigation Strategies

Immediately update CamaleonCMS to version 2.9.2 or later. Implement input validation to sanitize all user-provided data, especially post titles. Apply output encoding when rendering draft titles in admin interfaces. Restrict low-privileged user permissions to minimize attack surface.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73329. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart