8.7
HIGH CVSS 4.0
CVE-2026-67581
On-chain transfer proof is not single-use in mpp EVM payment method, enabling cross-challenge replay
Description

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.

INFO

Published Date :

Aug. 19, 2026, 6:17 p.m.

Last Modified :

Aug. 19, 2026, 7:17 p.m.

Remotely Exploit :

Yes !

Source :

6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Affected Products

The following products are affected by CVE-2026-67581 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Zenhive mpp
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 134c704f-9b21-4f2e-91b3-4a467353bcc0
CVSS 4.0 HIGH 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
CVSS 4.0 HIGH 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Solution
Update mpp to version 0.6.3 or later to fix authentication bypass.
  • Update mpp to version 0.6.3 or later.
  • Apply vendor patches if available.
  • Review authentication mechanisms for replay vulnerabilities.
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2026-67581.

URL Resource
https://cna.erlef.org/cves/CVE-2026-67581.html
https://github.com/ZenHive/mpp/commit/ecc038088b1cda09ad8a84acc6cc112addb4a68f
https://github.com/ZenHive/mpp/security/advisories/GHSA-vp5h-xh25-44wf
https://osv.dev/vulnerability/EEF-CVE-2026-67581
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-67581 is associated with the following CWEs:

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-67581 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-67581 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0

    Aug. 19, 2026

    Action Type Old Value New Value
    Added SSVC {'id': 'CVE-2026-67581', 'role': 'CISA Coordinator', 'options': [{'exploitation': 'none'}, {'automatable': 'yes'}, {'technicalImpact': 'partial'}], 'version': '2.0.3', 'timestamp': '2026-08-19T18:43:43.808136Z'}
  • New CVE Received by 6b3ad84c-e1a6-4bf7-a703-f496b71e49db

    Aug. 19, 2026

    Action Type Old Value New Value
    Added Affected [{'cpes': ['cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/ZenHive/mpp', 'vendor': 'ZenHive', 'modules': ["'Elixir.MPP.Methods.EVM'"], 'product': 'mpp', 'versions': [{'status': 'affected', 'version': '0.3.0', 'lessThan': '0.6.3', 'versionType': 'semver'}], 'packageURL': 'pkg:hex/mpp', 'packageName': 'mpp', 'programFiles': ['lib/mpp/methods/evm.ex'], 'collectionURL': 'https://repo.hex.pm', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.MPP.Methods.EVM':verify/2"}]}, {'cpes': ['cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/ZenHive/mpp', 'vendor': 'ZenHive', 'modules': ["'Elixir.MPP.Methods.EVM'"], 'product': 'mpp', 'versions': [{'status': 'affected', 'version': '65b9e425ce27631c786a5b380b5e4c5ae607ec6d', 'lessThan': 'ecc038088b1cda09ad8a84acc6cc112addb4a68f', 'versionType': 'git'}], 'packageURL': 'pkg:github/zenhive/mpp', 'packageName': 'zenhive/mpp', 'programFiles': ['lib/mpp/methods/evm.ex'], 'collectionURL': 'https://github.com', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.MPP.Methods.EVM':verify/2"}]}]
    Added Description 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.
    Added CVSS V4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
    Added CWE CWE-294
    Added Reference https://cna.erlef.org/cves/CVE-2026-67581.html
    Added Reference https://github.com/ZenHive/mpp/commit/ecc038088b1cda09ad8a84acc6cc112addb4a68f
    Added Reference https://github.com/ZenHive/mpp/security/advisories/GHSA-vp5h-xh25-44wf
    Added Reference https://osv.dev/vulnerability/EEF-CVE-2026-67581
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.