CVE-2026-9712

Source
https://cve.org/CVERecord?id=CVE-2026-9712
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-9712.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-9712
Aliases
Published
2026-05-27T14:35:58.857Z
Modified
2026-07-08T08:13:53.033628709Z
Severity
  • 3.8 (Low) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:U CVSS Calculator
Summary
Insecure direct object reference
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/9xxx/CVE-2026-9712.json",
    "cna_assigner": "rami.io",
    "cwe_ids": [
        "CWE-639"
    ]
}
References

Affected packages

Git / github.com/pretix/pretix

Affected ranges

Type
GIT
Repo
https://github.com/pretix/pretix
Events
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "2024.10.0"
        },
        {
            "fixed": "2026.2.0"
        },
        {
            "introduced": "2026.2.0"
        },
        {
            "fixed": "2026.3.0"
        },
        {
            "introduced": "2026.3.0"
        },
        {
            "fixed": "2026.4.0"
        },
        {
            "introduced": "2026.4.0"
        },
        {
            "fixed": "2026.5.0"
        }
    ]
}

Affected versions

v2024.*
v2024.10.0
v2024.11.0
v2025.*
v2025.1.0
v2025.10.0
v2025.2.0
v2025.3.0
v2025.4.0
v2025.5.0
v2025.6.0
v2025.7.0
v2025.8.0
v2025.9.0
v2026.*
v2026.1.0
v2026.2.0
v2026.3.0
v2026.4.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-9712.json"