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 sponsored payment by a large multiplier and to have the sponsor pay for EIP-7702 account delegations of the client's choosing.

When the server sponsors Tempo payments, MPP.Methods.Tempo.FeePayerPolicy.measure/3 in lib/mpp/methods/tempo/fee_payer_policy.ex bounds the gas fields, the fee budget, the validity window and the access list of the client-signed 0x76 envelope, but never reads its aa_authorization_list field. Every signed delegation in that list is charged as intrinsic gas before the payment call runs, so a client attaching delegations from throwaway authority keys makes the sponsor pay for them within the default gas_limit ceiling. At the reporter's default of seven entries the sponsored cost rises from about 46,575 gas to about 1,884,087 gas. Because each entry is applied as a persistent set-code delegation, a client can also upgrade its own accounts to delegated code at the sponsor's expense.

This issue affects mpp: from 0.2.0 before 0.16.1.
Published: 2026-09-06
Score: 8.3 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in ZenHive mpp’s handling of the aa_authorization_list within the fee payer policy. The system counts every delegation in the list as intrinsic gas without validating the specified quantity. An attacker can attach a large number of delegations to a single sponsored payment, causing the sponsor to pay a dramatically inflated gas cost and potentially delegate code or upgrade accounts at the sponsor’s expense. This is a manifestation of improper input validation (CWE‑1284).

Affected Systems

The vulnerability exists in ZenHive mpp versions from 0.2.0 up through 0.16.1. Systems running any of these versions with Tempo fee‑payer sponsorship enabled are affected.

Risk and Exploitability

The flaw carries a CVSS score of 8.3, indicating high severity, while the EPSS score is currently unavailable and the vulnerability is not listed in the CISA KEV catalog. An unauthenticated attacker can exploit the issue remotely by sending a crafted fee‑payer transaction; the attack does not require credentials beyond the ability to submit an envelope. The impact includes significant financial loss through gas cost inflation and unauthorized delegation of account control. Given the lack of a publicly disclosed exploit and the need for a sponsor‑enabled configuration, the exploitation likelihood is moderate but not negligible.

Generated by OpenCVE AI on September 6, 2026 at 17:20 UTC.

Remediation

Vendor Workaround

Disable Tempo fee sponsorship by leaving "fee_payer" at its default of false and setting no fee_payer_url, so the client pays its own gas. Where sponsorship must stay enabled, lower the max_gas override in fee_payer_policy to just above what a legitimate sponsored payment needs (a TIP-20 transfer is roughly 50,000 gas), so an envelope padded with delegations either fails the policy or runs out of gas at a bounded cost. This bounds the inflation without closing it.


OpenCVE Recommended Actions

  • Disable Tempo fee sponsorship by leaving fee_payer set to false and omitting fee_payer_url so that the client pays its own gas.
  • If sponsorship must remain active, reduce the max_gas override in fee_payer_policy to only slightly above the required gas for a legitimate sponsorship (roughly 50,000 gas for a TIP‑20 transfer). This bounds the gas costs and forces any oversized delegation list to fail or exhaust the gas limit.
  • Upgrade mpp to a version newer than 0.16.1 once the official patch is released or once you verify that the workaround resolves the issue in your environment.

Generated by OpenCVE AI on September 6, 2026 at 17:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 06 Sep 2026 20:15:00 +0000

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

Sun, 06 Sep 2026 16: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 sponsored payment by a large multiplier and to have the sponsor pay for EIP-7702 account delegations of the client's choosing. When the server sponsors Tempo payments, MPP.Methods.Tempo.FeePayerPolicy.measure/3 in lib/mpp/methods/tempo/fee_payer_policy.ex bounds the gas fields, the fee budget, the validity window and the access list of the client-signed 0x76 envelope, but never reads its aa_authorization_list field. Every signed delegation in that list is charged as intrinsic gas before the payment call runs, so a client attaching delegations from throwaway authority keys makes the sponsor pay for them within the default gas_limit ceiling. At the reporter's default of seven entries the sponsored cost rises from about 46,575 gas to about 1,884,087 gas. Because each entry is applied as a persistent set-code delegation, a client can also upgrade its own accounts to delegated code at the sponsor's expense. This issue affects mpp: from 0.2.0 before 0.16.1.
Title Unbounded EIP-7702 authorization list in mpp Tempo fee-payer sponsorship inflates gas cost and sponsors account delegation
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-09-06T16:08:41.089Z

Reserved: 2026-08-31T01:00:09.774Z

Link: CVE-2026-82750

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-06T17:17:55.867

Modified: 2026-09-06T17:17:55.867

Link: CVE-2026-82750

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-06T20:00:05Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input