mppx has Stripe charge credential replay via missing idempotency check
Description
Published to the GitHub Advisory Database
Mar 29, 2026
Reviewed
Mar 29, 2026
Published by the National Vulnerability Database
Mar 31, 2026
Last updated
Mar 31, 2026
Impact
The
stripe/chargepayment method did not check Stripe'sIdempotent-Replayedresponse header when creating PaymentIntents. An attacker could replay a valid credential containing the samespttoken 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.Patches
Fixed in 0.4.11. The server now checks the
Idempotent-Replayedheader and rejects replayed PaymentIntents.Workarounds
There are no workarounds available for this vulnerability.
References