🔐 CVE Alert

CVE-2026-73829

UNKNOWN 0.0

Non-atomic hash-credential dedup in mpp Tempo allows replay of a confirmed payment under a concurrent race

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Time-of-check Time-of-use (TOCTOU) Race Condition in ZenHive mpp allows an unauthenticated remote client to redeem one confirmed on-chain payment for multiple paid-resource accesses. The type="hash" credential path in MPP.Methods.Tempo.verify/2 guards against replay with a non-atomic check-then-mark sequence: check_hash_unused/2 reads the dedup store, an eth_getTransactionReceipt round trip verifies the payment on chain, and only then does mark_hash_used/2 write the mark. Concurrent requests carrying the same settled payment hash all pass the read before any of them writes, so each is issued a receipt. The store's atomic check_and_mark/2 primitive is available and used by the type="transaction" path, but the hash path calls plain get and put even when the configured store implements it. Exploitation requires a dedup store to be configured; the default nil store is stateless and documented as offering no replay protection at all. This issue affects mpp: from 0.2.0 before 0.6.1.

CWE CWE-367
Vendor zenhive
Product mpp
Published Aug 19, 2026
Stay Ahead of the Next One

Get instant alerts for zenhive mpp

Be the first to know when new unknown vulnerabilities affecting zenhive mpp are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

ZenHive / mpp
0.2.0 < 0.6.1
ZenHive / mpp
f8904666061fbab695874856d8fcd02c471dfe1b < 46c5b0e1311da7d92190dc7d9ea89027a1d365e9

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/ZenHive/mpp/security/advisories/GHSA-w8j7-7qc3-5f24 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-73829.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-73829 github.com: https://github.com/ZenHive/mpp/commit/46c5b0e1311da7d92190dc7d9ea89027a1d365e9

Credits

Jonatan Männchen / EEF E.FU E.FU