Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. pretix
  4. ›
  5. CVE-2026-2415

CVE-2026-2415: pretix unsafely evaluates variables in emails

February 16, 2026 (updated March 13, 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. This mechanism contained two security-relevant bugs:

  • It was possible to exfiltrate information about the pretix system through specially crafted placeholder names such as {event.__init__.__code__.co_filename}}. This way, an attacker with the ability to control email templates (usually every user of the pretix backend) could retrieve sensitive information from the system configuration, including even database passwords or API keys. pretix does include mechanisms to prevent the usage of such malicious placeholders, however due to a mistake in the code, they were not fully effective for the email subject.

  • Placeholders in subjects and plain text bodies of emails were wrongfully evaluated twice. Therefore, if the first evaluation of a placeholder again contains a placeholder, this second placeholder was rendered. This allows the rendering of placeholders controlled by the ticket buyer, and therefore the exploitation of the first issue as a ticket buyer. Luckily, the only buyer-controlled placeholder available in pretix by default (that is not validated in a way that prevents the issue) is {invoice_company}, which is very unusual (but not impossible) to be contained in an email subject template. In addition to broadening the attack surface of the first issue, this could theoretically also leak information about an order to one of the attendees within that order. However, we also consider this scenario very unlikely under typical conditions.

Out of caution, pretix recommend that you rotate all passwords and API keys contained in your pretix.cfg https://docs.pretix.eu/self-hosting/config/  file.

References

  • github.com/advisories/GHSA-r8p8-qw9w-j9qv
  • github.com/pretix/pretix
  • github.com/pretix/pretix/commit/ba11d24f8dfa4e9d8f03493e56fd8b43983fe297
  • github.com/pretix/pretix/commit/c85afbc621b5f0b1afa618627c45f89323eb0154
  • github.com/pretix/pretix/commit/edac35ed4c5466eb63a202575c337d117ddf1c8e
  • nvd.nist.gov/vuln/detail/CVE-2026-2415
  • pretix.eu/about/en/blog/20260216-release-2026-1-1

Code Behaviors & Features

Detect and mitigate CVE-2026-2415 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2025.9.4, all versions starting from 2025.10.0 before 2025.10.2, all versions starting from 2026.1.0 before 2026.1.1

Fixed versions

  • 2026.1.1
  • 2025.10.2
  • 2025.9.4

Solution

Upgrade to versions 2025.10.2, 2025.9.4, 2026.1.1 or above.

Impact 5.9 MEDIUM

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-627: Dynamic Variable Evaluation

Source file

pypi/pretix/CVE-2026-2415.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 14 Mar 2026 12:17:26 +0000.