CVE-2026-34210 Details
Description
mppx is a TypeScript interface for machine payments protocol. Prior to version 0.4.11, the stripe/charge payment method did not check Stripe's Idempotent-Replayed response header when creating PaymentIntents. An attacker could replay a valid credential containing the same spt token against a new challenge, and the server would accept the replayed Stripe PaymentIntent as a new successful payment without actually charging the customer again. This allowed an attacker to pay once and consume unlimited resources by replaying the credential. This issue has been patched in version 0.4.11.
A vulnerability in the mppx TypeScript interface for the machine payments protocol, prior to version 0.4.11, allowed for the replay of Stripe payment credentials. The issue arose because the stripe/charge payment method did not verify Stripe's Idempotent-Replayed response header when creating PaymentIntents. This oversight enabled an attacker to reuse a valid credential with the same spt token against a new challenge, leading the server to mistakenly accept the replayed PaymentIntent as a new successful payment, without charging the customer again. As a result, an attacker could exploit this to pay once and repeatedly consume resources by replaying the credential.
Users can upgrade to mppx version 0.4.11 or later, where this vulnerability has been patched by adding a check for the Idempotent-Replayed header to reject replayed PaymentIntents.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-697 | Incorrect Comparison | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| wevm mppx | < 0.4.11 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 3, 2026 | Initial Analysis | [email protected] |
| Mar 31, 2026 | New CVE Received | [email protected] |