Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-5600
Published:April 08, 2026
Updated:April 20, 2026
A new API endpoint introduced in pretix 2025 that is supposed to return all check-in events of a specific event in fact returns all check-in events belonging to the respective organizer. This allows an API consumer to access information for all other events under the same organizer, even those they should not have access to. These records contain information on the time and result of every ticket scan as well as the ID of the matched ticket. Example: { "id": 123, "successful": true, "error_reason": null, "error_explanation": null, "position": 321, "datetime": "2020-08-23T09:00:00+02:00", "list": 456, "created": "2020-08-23T09:00:00+02:00", "auto_checked_in": false, "gate": null, "device": 1, "device_id": 1, "type": "entry" } An unauthorized user usually has no way to match these IDs (position) back to individual people.
Affected Packages
https://github.com/pretix/pretix.git (GITHUB):
Affected version(s) >=v2025.10.0 <v2026.1.2
Fix Suggestion:
Update to version v2026.1.2
https://github.com/pretix/pretix.git (GITHUB):
Affected version(s) =v2026.3.0 <v2026.3.1
Fix Suggestion:
Update to version v2026.3.1
https://github.com/pretix/pretix.git (GITHUB):
Affected version(s) =v2026.2.0 <v2026.2.1
Fix Suggestion:
Update to version v2026.2.1
pretix (PYTHON):
Affected version(s) >=0.0.0 <2026.1.2
Fix Suggestion:
Update to version 2026.1.2
pretix (PYTHON):
Affected version(s) =2026.2.0 <2026.2.1
Fix Suggestion:
Update to version 2026.2.1
pretix (PYTHON):
Affected version(s) >=2025.10.0 <2026.1.2
Fix Suggestion:
Update to version 2026.1.2
pretix (PYTHON):
Affected version(s) =2026.3.0 <2026.3.1
Fix Suggestion:
Update to version 2026.3.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.5
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
HIGH
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
4.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
HIGH
User Interaction
NONE
Scope
CHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Improper Isolation or Compartmentalization
EPSS
Base Score:
0.02