Answer in brief
CVE-2026-67581 records a Unknown severity vulnerability in On-chain transfer proof is not single-use in mpp EVM payment method, enabling cross-challenge replay. The current sources do not mark it as known exploited. The current feed maps ZenHive/mpp (generic), ZenHive/mpp (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps ZenHive/mpp (generic), ZenHive/mpp (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| ZenHive/mppgeneric | >=0.3.0 <0.6.3 | 0.6.3 |
| ZenHive/mppgeneric | >=65b9e425ce27631c786a5b380b5e4c5ae607ec6d <ecc038088b1cda09ad8a84acc6cc112addb4a68f | ecc038088b1cda09ad8a84acc6cc112addb4a68f |
Published upstream
Aug 19, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 19, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 19, 2026
Authentication Bypass by Capture-replay in ZenHive mpp allows an unauthenticated remote client to obtain paid resources by resubmitting one settled on-chain transfer. MPP.Methods.EVM.verify/2 accepts a transaction-hash credential and matches a transfer purely on token, to and amount (ERC-20) or to and value (native). It binds the proof neither to the challenge being verified nor to any record of prior use, and the generic MPP.Plug dedup store keys on challenge.id, which is regenerated for every 402 response. On a static-price route, a single historical transfer matching the charge therefore satisfies an unbounded number of later charges, including transfers an attacker can read off a public block explorer. This issue affects mpp: from 0.3.0 before 0.6.3.
Quoted source text, attributed separately from HOL analysis.