8.3
HIGH CVSS 4.0
CVE-2026-59694
Unbounded access list in mpp Tempo fee-payer inflates gas cost per payment
Description

Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to inflate the fee-payer's gas cost per payment by a large multiplier, degrading the sponsor's operating margin. When the mpp Elixir library is configured as fee payer (fee_payer: true), MPP.Tempo.Transaction.cosign_fee_payer/3 re-signs the client-supplied base fields of the 0x76 AASigned envelope verbatim, including the EIP-2930 access list, without validating its length or contents. EIP-2930 access list entries incur intrinsic gas (~2,400 gas per address, plus 1,900 gas per storage key) charged before any opcode executes, regardless of whether the listed addresses are ever touched. A malicious client submits a valid transferWithMemo call alongside a large number of fabricated access-list entries. The server co-signs and broadcasts the transaction. The intended transfer executes normally, but the fee-payer wallet pays a large multiple of the expected gas cost with no corresponding on-chain work. At the maintainer's default of 137 access-list entries (fitting within Bandit's 10,000-byte per-header-field limit) and 100 Gwei max_fee_per_gas, per-payment gas cost rises from ~51,287 to ~380,087 gas, a 7.4x multiplier. Sustained abuse destroys the sponsor's operating margin on low-cost payments and, over time, drains the fee-payer wallet. This issue affects mpp: from 0.2.0 before 0.6.0.

INFO

Published Date :

July 17, 2026, 11:17 a.m.

Last Modified :

July 17, 2026, 11:17 a.m.

Remotely Exploit :

Yes !

Source :

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

The following products are affected by CVE-2026-59694 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.

No affected product recoded yet

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 4.0 HIGH 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
CVSS 4.0 HIGH 6b3ad84c-e1a6-4bf7-a703-f496b71e49db
Solution
Update mpp to version 0.6.0 or later to fix excessive gas cost vulnerability.
  • Update mpp to version 0.6.0 or later.
  • Ensure proper validation of input access lists.
  • Monitor fee-payer gas costs for anomalies.
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-59694.

URL Resource
https://cna.erlef.org/cves/CVE-2026-59694.html
https://github.com/ZenHive/mpp/commit/5d6338e2334084c5f2a78cfcca474830733ed7e8
https://github.com/ZenHive/mpp/security/advisories/GHSA-qpxh-ff8m-c62v
https://osv.dev/vulnerability/EEF-CVE-2026-59694
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-59694 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-59694 weaknesses.

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-59694 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-59694 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.

  • New CVE Received by 6b3ad84c-e1a6-4bf7-a703-f496b71e49db

    Jul. 17, 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.Tempo.Transaction'"], 'product': 'mpp', 'versions': [{'status': 'affected', 'version': '0.2.0', 'lessThan': '0.6.0', 'versionType': 'semver'}], 'packageURL': 'pkg:hex/mpp', 'packageName': 'mpp', 'programFiles': ['lib/mpp/tempo/transaction.ex'], 'collectionURL': 'https://repo.hex.pm', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.MPP.Tempo.Transaction':cosign_fee_payer/3"}]}, {'cpes': ['cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*'], 'repo': 'https://github.com/ZenHive/mpp', 'vendor': 'ZenHive', 'modules': ["'Elixir.MPP.Tempo.Transaction'"], 'product': 'mpp', 'versions': [{'status': 'affected', 'version': 'd29d54e507918db00a5b65d90136b73166c017d7', 'lessThan': '5d6338e2334084c5f2a78cfcca474830733ed7e8', 'versionType': 'git'}], 'packageURL': 'pkg:github/ZenHive/mpp', 'packageName': 'ZenHive/mpp', 'programFiles': ['lib/mpp/tempo/transaction.ex'], 'collectionURL': 'https://github.com', 'defaultStatus': 'unaffected', 'programRoutines': [{'name': "'Elixir.MPP.Tempo.Transaction':cosign_fee_payer/3"}]}]
    Added Description Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to inflate the fee-payer's gas cost per payment by a large multiplier, degrading the sponsor's operating margin. When the mpp Elixir library is configured as fee payer (fee_payer: true), MPP.Tempo.Transaction.cosign_fee_payer/3 re-signs the client-supplied base fields of the 0x76 AASigned envelope verbatim, including the EIP-2930 access list, without validating its length or contents. EIP-2930 access list entries incur intrinsic gas (~2,400 gas per address, plus 1,900 gas per storage key) charged before any opcode executes, regardless of whether the listed addresses are ever touched. A malicious client submits a valid transferWithMemo call alongside a large number of fabricated access-list entries. The server co-signs and broadcasts the transaction. The intended transfer executes normally, but the fee-payer wallet pays a large multiple of the expected gas cost with no corresponding on-chain work. At the maintainer's default of 137 access-list entries (fitting within Bandit's 10,000-byte per-header-field limit) and 100 Gwei max_fee_per_gas, per-payment gas cost rises from ~51,287 to ~380,087 gas, a 7.4x multiplier. Sustained abuse destroys the sponsor's operating margin on low-cost payments and, over time, drains the fee-payer wallet. This issue affects mpp: from 0.2.0 before 0.6.0.
    Added CVSS V4.0 AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:L/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-1284
    Added Reference https://cna.erlef.org/cves/CVE-2026-59694.html
    Added Reference https://github.com/ZenHive/mpp/commit/5d6338e2334084c5f2a78cfcca474830733ed7e8
    Added Reference https://github.com/ZenHive/mpp/security/advisories/GHSA-qpxh-ff8m-c62v
    Added Reference https://osv.dev/vulnerability/EEF-CVE-2026-59694
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.