PYSEC-2026-111

See a problem?
Import Source
https://github.com/pypa/advisory-database/blob/main/vulns/pretix/PYSEC-2026-111.yaml
JSON Data
https://api.osv.dev/v1/vulns/PYSEC-2026-111
Aliases
Published
2026-04-08T13:16:43.543Z
Modified
2026-05-20T09:19:11.663445Z
Severity
  • 4.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N CVSS Calculator
Summary
[none]
Details

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, "errorreason": null, "errorexplanation": null, "position": 321, "datetime": "2020-08-23T09:00:00+02:00", "list": 456, "created": "2020-08-23T09:00:00+02:00", "autocheckedin": 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.

References

Affected packages

PyPI / pretix

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2025.10.0
Fixed
2026.1.2
Introduced
2026.2.0
Fixed
2026.2.1
Introduced
2026.3.0
Fixed
2026.3.1

Affected versions

2025.*
2025.10.0
2025.10.1
2025.10.2
2026.*
2026.1.0
2026.1.1
2026.2.0
2026.3.0

Database specific

source
"https://github.com/pypa/advisory-database/blob/main/vulns/pretix/PYSEC-2026-111.yaml"