CVE-2026-59695: Unbounded max_fee_per_gas in mpp Tempo fee-payer enables single-request wallet drain
Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet in a single request by naming an arbitrarily high gas price.
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 max_fee_per_gas and max_priority_fee_per_gas, without validating that they are within reasonable bounds. A malicious client embeds arbitrarily large values for these fields in the signed envelope. The server co-signs and broadcasts the transaction. The effective_gas_price billed against the fee-payer wallet is derived from the attacker-supplied ceilings, so the server pays those inflated per-gas rates out of its own wallet. A single crafted request can drain the wallet entirely, after which the server can no longer sponsor gas for legitimate payment requests.
This issue affects mpp: from 0.2.0 before 0.6.0.
Security readout for executives and security teams
Plain-English summary
CVE-2026-59695 lets an unauthenticated client make a ZenHive mpp fee-payer service accept extreme gas-fee values. If the service sponsors gas, one crafted request can exhaust the sponsoring wallet, stopping legitimate sponsored payments. The issue affects mpp versions from 0.2.0 before 0.6.0.
Executive priority
Treat as high priority for any service that sponsors blockchain gas fees. The main business risk is direct financial loss from a drained fee-payer wallet and payment-service disruption. Prioritize internet-reachable or customer-facing fee-payer deployments first.
Technical view
In mpp Tempo fee-payer mode, MPP.Tempo.Transaction.cosign_fee_payer/3 re-signs client-supplied 0x76 AASigned envelope base fields, including max_fee_per_gas and max_priority_fee_per_gas, without bounding them. The broadcast transaction can charge inflated effective gas price to the fee-payer wallet. CVSS 4.0 score is 8.3, CWE-1284.
Likely exposure
Exposure is limited to ZenHive mpp deployments using affected versions and configured with fee_payer: true. Systems not sponsoring gas through mpp, or running 0.6.0 or later, are not indicated as affected by the provided sources.
Exploitation context
The CVE record describes unauthenticated remote exploitation with low attack complexity, but CISA KEV is false and no provided source claims active exploitation. Practical impact requires a reachable fee-payer service and a funded sponsor wallet.
Researcher notes
The vulnerability is an input-bound validation failure, not a key compromise. Focus assessment on transaction co-signing paths and whether client-controlled gas-fee ceilings are accepted. Evidence provided identifies a patch commit and fixed version boundary, but does not include proof of active exploitation.
Mitigation direction
Upgrade ZenHive mpp to version 0.6.0 or later.
Review the vendor advisory and patch commit for implementation details.
If upgrade is delayed, consider disabling fee-payer mode where operationally acceptable.
Monitor and limit exposure of fee-payer wallets until remediated.
Validation and detection
Inventory applications using ZenHive mpp.
Confirm mpp versions are not 0.2.0 through before 0.6.0.
Check whether fee_payer: true is enabled.
Review fee-payer wallet history for unexplained rapid depletion.
Verify deployed code includes the referenced patch or fixed release.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-1284: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-1284 · source CWE mapping
Improper Validation of Specified Quantity in Input
Improper Validation of Specified Quantity in Input represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.