HOMEVULNERABILITIESCVE-2026-5600
MEDIUM

CVE-2026-5600

CWE-653Published: April 8, 2026· Updated: Apr 8, 2026

5.5
CVSS v3.1
EPSS:0.01%probability of exploitation in 30 daysPercentile:1.9th

Official Description

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.

NVD Source

Technical Analysis

CVE-2026-5600 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

Exploitation requires high privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.High
User InteractionNone
ScopeX
Impact
Confidentiality
Integrity
Availability
CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:L/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (1)

Quick Facts

CVE IDCVE-2026-5600
CVSS Score5.5 / 10
SeverityMEDIUM
WeaknessCWE-653
CISA KEVNo
EPSS (30d)0.01%
PublishedApr 8, 2026

Related CVEs (CWE-653)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-5600 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.