---
id: CVE-2026-9712
aliases:
  - GHSA-72p9-6vv6-gvqh
title: pretix vulnerable to Authorization Bypass Through User-Controlled Key
summary: pretix vulnerable to Authorization Bypass Through User-Controlled Key
severity: low
vendor: pretix
product: pretix
ecosystem: pip
affected:
  - pretix < 2026.4.2
patched:
  - pretix 2026.4.2
published: '2026-05-27'
updated: '2026-07-01'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-72p9-6vv6-gvqh'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-9712'
  - url: 'https://github.com/pretix/pretix'
  - url: 'https://pretix.eu/about/en/blog/20260527-release-2026-4-2'
tags:
  - osv
  - pip
epss: 0.00219
epssPercentile: 0.12653
ingestedAt: '2026-07-08T18:25:46.729Z'
---

## Overview

When creating an export through the pretix API, API clients are returned an UUID value for their export job (a long, random string like 35742818-c375-4d15-839f-d49aecce94d6). Using this UUID, the API client can then request the actual file for download. The same kind of UUID is used in other places in pretix when temporary files are generated for internal use or download.

One remaining API endpoint, however, wrongfully did not verify if the UUID used for download actually belongs to a file that is supposed to be downloadable and belongs to the correct user. In reality, this is hard to exploit because an attacker would need to have access to a valid UUID for the file they desire which is unlikely to happen without a separate security problem giving them access to logs etc.

## Affected packages

- `pretix < 2026.4.2`

## Remediation

Upgrade to a patched release:

- `pretix 2026.4.2`
