pretix has Email Content Injection Through Maliciously Formatted Names
Low severity
GitHub Reviewed
Published
Nov 27, 2025
to the GitHub Advisory Database
•
Updated Jun 9, 2026
Package
Affected versions
>= 1.0.0, < 2025.7.3
>= 2025.8.0, < 2025.8.2
>= 2025.9.0, < 2025.9.2
Patched versions
2025.7.3
2025.8.2
2025.9.2
Description
Published by the National Vulnerability Database
Nov 27, 2025
Published to the GitHub Advisory Database
Nov 27, 2025
Reviewed
Jun 9, 2026
Last updated
Jun 9, 2026
Emails sent by pretix can utilize placeholders that will be filled with customer data. For example, when {name} is used in an email template, it will be replaced with the buyer's name for the final email. If the name of the attendee contained HTML or Markdown formatting, this was rendered as HTML in the resulting email. This way, a user could inject links or other formatted text through a maliciously formatted name. Since pretix applies a strict allow list approach to allowed HTML tags, this could not be abused for XSS or similarly dangerous attack chains. However, it can be used to manipulate emails in a way that makes user-provided content appear in a trustworthy and credible way, which can be abused for phishing.
References