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.
Published: 2026-07-17
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is caused by improper validation of the EIP‑2930 access list length inside the ZenHive mpp library when the fee_payer configuration is enabled. An unauthenticated remote client can construct a transaction that contains an arbitrarily long and largely fabricated access list. The server blindly re‑signs the supplied envelope and broadcasts it. The gas costs for the transaction are calculated before any on‑chain code runs, therefore the fee‑payer wallet is forced to pay a large amount of gas for no additional on‑chain work, resulting in a direct financial loss for the sponsor.

Affected Systems

ZenHive mpp versions from 0.2.0 up to, but not including, 0.6.0 are affected. Administrators who run an mpp deployment with fee_payer:true should verify whether their version falls in this range and upgrade if possible. The vulnerability does not affect deployments that have disabled the fee_payer feature or use a later version of the library.

Risk and Exploitability

The flaw has a CVSS score of 8.3. Its EPSS score is less than 1 %, indicating that while the vulnerability is high‑severity, real‑world exploitation is currently unlikely and not currently reported. It is not listed in the CISA KEV catalog. The attack vector requires the attacker to submit a transaction; no authentication or privileged access is needed. The impact is purely financial: each abused transaction inflates gas costs, erodes operating margins, and can deplete a fee‑payer wallet over time. Based on the description, it is inferred that the attacker can exploit this from any remote network.

Generated by OpenCVE AI on August 1, 2026 at 08:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ZenHive mpp to version 0.6.0 or later to obtain the access‑list length validation fix
  • Implement client‑side logic that rejects or truncates access lists beyond a safe threshold before sending a transaction to the server
  • Set up real‑time monitoring of gas usage for fee‑payer operations and configure alerts for anomalously high consumption

Generated by OpenCVE AI on August 1, 2026 at 08:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Zenhive
Zenhive mpp
Vendors & Products Zenhive
Zenhive mpp

Fri, 17 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 10:30:00 +0000

Type Values Removed Values 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.
Title Unbounded access list in mpp Tempo fee-payer inflates gas cost per payment
First Time appeared Zenhive
Zenhive mpp
Weaknesses CWE-1284
CPEs cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
Vendors & Products Zenhive
Zenhive mpp
References
Metrics cvssV4_0

{'score': 8.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: EEF

Published:

Updated: 2026-07-18T04:12:36.335Z

Reserved: 2026-07-06T14:05:47.003Z

Link: CVE-2026-59694

cve-icon Vulnrichment

Updated: 2026-07-17T12:22:35.614Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T08:30:03Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input