CVE-2026-57532
pretix · pretix
A stored cross-site scripting (XSS) vulnerability in the pretix PDF editor allows execution of malicious HTML content when viewing ticket or badge layouts.
Executive summary
A vulnerability in the pretix PDF editor allows for malicious HTML execution, posing a significant risk of unauthorized script execution within the context of the user's session.
Vulnerability
This is a stored cross-site scripting vulnerability occurring within the PDF ticket and badge layout editor. An authenticated attacker with sufficient privileges to modify layouts can inject malicious HTML, which is then executed in the browser of any user who opens the compromised layout.
Business impact
The exploitation of this vulnerability could lead to session hijacking, unauthorized actions performed on behalf of an administrator, or the theft of sensitive data from the pretix management interface. With a CVSS score of 8.8, this flaw represents a high risk to the integrity and confidentiality of ticketing operations and associated organizational data.
Remediation
Immediate Action: Identify and apply the latest security updates provided by pretix to patch the PDF editor's rendering logic.
Proactive Monitoring: Review application access logs for unusual activity within the ticket layout configuration sections and monitor for anomalous browser-side script execution.
Compensating Controls: Implement a strict Content Security Policy (CSP) to mitigate the impact of unauthorized script execution and ensure that administrative interfaces are restricted to trusted network segments.
Exploitation status
Public Exploit Available: false
Analyst recommendation
Given the high severity of this XSS vulnerability, immediate attention is required to ensure the management interface remains secure. Administrators should prioritize applying vendor-supplied patches and audit existing ticket layouts for any signs of unauthorized modification.