LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 8.3Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
6

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-59695 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
8.3CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:NEEF

Vulnerability scoring details

Base CVSS 4.0 score

8.3High
CVSS 4.0 vector shape for CVE-2026-59695Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
ZenHivemppmpp, 0.2.0unaffected
ZenHivemppZenHive/mpp, d29d54e507918db00a5b65d90136b73166c017d7unaffected
Weakness

CWE details

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.