Severity by source
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/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
Network vector, high complexity requiring a prior valid payment; no privileges, no user interaction; only low integrity impact via fraudulent ticket issuance.
Primary rating from Vendor (rami.io).
CVSS VectorVendor: rami.io
Lifecycle Timeline
2DescriptionCVE.org
Our payment integration with Mollie did not properly validate payment status responses. An attacker could use a successful payment status response from one payment and supply it to the system for a different payment, gaining access to multiple valid tickets with only one payment.
AnalysisAI
Payment status replay in pretix-mollie allows unauthenticated attackers to obtain multiple valid event tickets by reusing a single legitimate Mollie payment confirmation. The plugin fails to bind payment status responses to their originating transaction, so a successful payment callback for order A can be submitted against order B. No active exploitation or public proof-of-concept has been identified at time of analysis; a vendor patch was released on 2026-06-25 in version 2026.5.2.
Technical ContextAI
Pretix is an open-source self-hosted event ticketing platform; pretix-mollie (CPE cpe:2.3:a:pretix:pretix-mollie:*:*:*:*:*:*:*:*) is its payment gateway integration for the Dutch payment service provider Mollie. The root cause is CWE-841 (Improper Enforcement of Behavioral Workflow): the plugin accepts Mollie's 'paid' status signal without verifying that the referenced payment ID or order token in the response cryptographically or referentially matches the specific pending order being confirmed. This allows the payment validation workflow to be driven out of the intended sequence - a confirmed payment for one order satisfies the payment gate for an entirely different order. The CVSS 4.0 vector (AV:N/AC:H/AT:P) reflects that exploitation requires a prior successful payment within the same system instance to harvest a usable status response.
RemediationAI
Upgrade pretix-mollie to version 2026.5.2, which addresses the improper payment status binding per the vendor release post at https://pretix.eu/about/en/blog/20260625-release-2026-5-2/. Until patching is possible, a targeted workaround is to temporarily disable the Mollie payment method in the Pretix admin panel and direct ticket purchasers to an alternative payment provider, accepting the trade-off of reduced payment options. A second compensating control is to implement post-sale order audit checks: cross-reference Mollie transaction IDs against issued tickets in the Pretix order backend and flag or revoke any ticket where the bound Mollie payment ID does not match the expected order reference. This manual review adds operational overhead but can detect abuse that has already occurred.
pretix before 2024.1.1 mishandles file validation. Rated critical severity (CVSS 9.8), this vulnerability is remotely ex
Server-side URL manipulation in the pretix-oppwa payment plugin (fixed in pretix 2026.5.3) lets a remote attacker exfilt
Stored cross-site scripting in Pretix's PDF ticket and badge layout editor allows one backend user to inject JavaScript
pretix before 2023.7.2 allows Pillow to parse EPS files. Rated high severity (CVSS 7.8), this vulnerability is no authen
Privilege escalation to full account takeover in pretix (open-source event ticketing) and its payment integration plugin
rami.io pretix before 4.17.1 allows OAuth application authorization from a logged-out session. Rated high severity (CVSS
Venueless instances allow authenticated users with 'update world' permissions to exfiltrate chat messages from direct me
Cross-world user deletion in venueless allows authenticated API users with 'manage users' permission in one world to del
Stored XSS in organizer and event settings of pretix up to 2024.7.0 allows malicious event organizers to inject HTML tag
Information disclosure in Pretix email template processing allows authenticated backend users to extract sensitive syste
Information disclosure in Pretix email template processing allows authenticated backend users to extract sensitive syste
Payment response replay vulnerability in the pretix-oppwa integration allows a remote attacker to reuse a legitimate Opp
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39415
GHSA-x2gq-qh4v-9777