HOMEVULNERABILITIESCVE-2026-13602
HIGH

CVE-2026-13602

CWE-20Published: July 1, 2026· Updated: Jul 2, 2026

7.7
CVSS v3.1
EPSS:0.24%probability of exploitation in 30 daysPercentile:14.8th

Official Description

We found a chain of combining multiple weaknesses in the product that could allow an attacker to become any user in the backend and access any data:

*

The payment integration plugins Stripe (included in the core system), pretix-mollie, pretix-oppwa, pretix-bitpay, pretix-payone, pretix-secuconnect, pretix-sofort, and pretix-saferpay

contain a code path that is intended for the transport of session

parameters from a tab with isolated cookies (e.g. in the pretix widget)

to a new tab. For this purpose, a set of session parameters is

cryptographically signed and then passed to the new tab as a URL

parameter. The plugins perform no further validation of the session

parameters, other than the cryptographic signature being valid. This is

fixed with the releases issued today by strictly validating that no

session parameters outside of the scope of the respective plugin may be

set.

*

An unrelated feature in the core system is used to generate redirect links that obfuscate any Referer

headers for outgoing links to prevent leakage of secrets in URLs. This

redirect page also requires cryptographically signed parameters.

Unfortunately, it uses the same key and salt for the signature as the

previously mentioned feature in the payment integration plugins. A

motivated attacker with access to at least one event in the backend can

trick the system into cryptographically signing arbitrary content using

specially crafted links. In combination with the previous issue, the

attacker could use this to set and modify arbitrary parameters on their

user session by injecting the signed parameters into the feature of the

payment providers. This is fixed with the releases issued today by using

different salts for the signature for each plugin and feature.

*

A third, unrelated feature in the core system is used for admin users

to act on behalf of another user, mostly for debugging purposes. With

being able to insert arbitrary parameters into a session, an attacker

can abuse this feature to change their session from their actual user to

any user in the system by guessing a valid user ID. This is fixed with

the release today by requiring unguessable information to be contained

in the session of the user to switch to.

NVD Source

Technical Analysis

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

Exploitation requires low 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.Low
User InteractionNone
ScopeX
Impact
Confidentiality
Integrity
Availability
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:U/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-13602
CVSS Score7.7 / 10
SeverityHIGH
WeaknessCWE-20
CISA KEVNo
EPSS (30d)0.24%
PublishedJul 1, 2026

Related CVEs (CWE-20)

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-13602 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.