Search

Find a vulnerability

Search criteria

    6 vulnerabilities by ZenHive

    CVE-2026-59695 (GCVE-0-2026-59695)

    Vulnerability from nvd – Published: 2026-07-17 10:11 – Updated: 2026-07-17 12:53
    VLAI
    Title
    Unbounded max_fee_per_gas in mpp Tempo fee-payer enables single-request wallet drain
    Summary
    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.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1284 - Improper Validation of Specified Quantity in Input
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    ZenHive mpp Affected: 0.2.0 , < 0.6.0 (semver)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    ZenHive mpp Affected: d29d54e507918db00a5b65d90136b73166c017d7 , < 5d6338e2334084c5f2a78cfcca474830733ed7e8 (git)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Kian Kai Ang E.FU Jonatan Männchen / EEF
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59695",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-17T12:53:10.647332Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-17T12:53:17.645Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vv77-66rf-pm86"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://repo.hex.pm",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "mpp",
              "packageURL": "pkg:hex/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "0.6.0",
                  "status": "affected",
                  "version": "0.2.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "ZenHive/mpp",
              "packageURL": "pkg:github/ZenHive/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "5d6338e2334084c5f2a78cfcca474830733ed7e8",
                  "status": "affected",
                  "version": "d29d54e507918db00a5b65d90136b73166c017d7",
                  "versionType": "git"
                }
              ]
            }
          ],
          "configurations": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe vulnerable code path is only reachable when the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e method is configured with \u003ctt\u003efee_payer: true\u003c/tt\u003e (server-side gas sponsorship). Default deployments with \u003ctt\u003efee_payer: false\u003c/tt\u003e are not affected, since the client pays for gas out of its own wallet.\u003c/p\u003e"
                }
              ],
              "value": "The vulnerable code path is only reachable when the MPP.Methods.Tempo method is configured with fee_payer: true (server-side gas sponsorship). Default deployments with fee_payer: false are not affected, since the client pays for gas out of its own wallet."
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "0.6.0",
                      "versionStartIncluding": "0.2.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "AND"
                }
              ],
              "operator": "OR"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Kian Kai Ang"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "E.FU"
            },
            {
              "lang": "en",
              "type": "analyst",
              "value": "Jonatan M\u00e4nnchen / EEF"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eImproper 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.\u003c/p\u003e\u003cp\u003eWhen the \u003ctt\u003empp\u003c/tt\u003e Elixir library is configured as fee payer (\u003ctt\u003efee_payer: true\u003c/tt\u003e), \u003ctt\u003eMPP.Tempo.Transaction.cosign_fee_payer/3\u003c/tt\u003e re-signs the client-supplied base fields of the \u003ctt\u003e0x76\u003c/tt\u003e AASigned envelope verbatim, including \u003ctt\u003emax_fee_per_gas\u003c/tt\u003e and \u003ctt\u003emax_priority_fee_per_gas\u003c/tt\u003e, 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 \u003ctt\u003eeffective_gas_price\u003c/tt\u003e 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.\u003c/p\u003e\u003cp\u003eThis issue affects mpp: from 0.2.0 before 0.6.0.\u003c/p\u003e"
                }
              ],
              "value": "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.\n\nWhen 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.\n\nThis issue affects mpp: from 0.2.0 before 0.6.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-130",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-130 Excessive Allocation"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 8.3,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1284",
                  "description": "CWE-1284 Improper Validation of Specified Quantity in Input",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-17T10:11:43.674Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vv77-66rf-pm86"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59695.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59695"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/ZenHive/mpp/commit/5d6338e2334084c5f2a78cfcca474830733ed7e8"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Unbounded max_fee_per_gas in mpp Tempo fee-payer enables single-request wallet drain",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59695",
        "datePublished": "2026-07-17T10:11:43.674Z",
        "dateReserved": "2026-07-06T14:05:47.003Z",
        "dateUpdated": "2026-07-17T12:53:17.645Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-59694 (GCVE-0-2026-59694)

    Vulnerability from nvd – Published: 2026-07-17 10:11 – Updated: 2026-07-17 12:22
    VLAI
    Title
    Unbounded access list in mpp Tempo fee-payer inflates gas cost per payment
    Summary
    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.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1284 - Improper Validation of Specified Quantity in Input
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    ZenHive mpp Affected: 0.2.0 , < 0.6.0 (semver)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    ZenHive mpp Affected: d29d54e507918db00a5b65d90136b73166c017d7 , < 5d6338e2334084c5f2a78cfcca474830733ed7e8 (git)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Kian Kai Ang E.FU Jonatan Männchen / EEF
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59694",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-17T12:22:40.105353Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-17T12:22:45.224Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-qpxh-ff8m-c62v"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://repo.hex.pm",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "mpp",
              "packageURL": "pkg:hex/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "0.6.0",
                  "status": "affected",
                  "version": "0.2.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "ZenHive/mpp",
              "packageURL": "pkg:github/ZenHive/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "5d6338e2334084c5f2a78cfcca474830733ed7e8",
                  "status": "affected",
                  "version": "d29d54e507918db00a5b65d90136b73166c017d7",
                  "versionType": "git"
                }
              ]
            }
          ],
          "configurations": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe vulnerable code path is only reachable when the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e method is configured with \u003ctt\u003efee_payer: true\u003c/tt\u003e (server-side gas sponsorship). Default deployments with \u003ctt\u003efee_payer: false\u003c/tt\u003e are not affected, since the client pays for gas out of its own wallet.\u003c/p\u003e"
                }
              ],
              "value": "The vulnerable code path is only reachable when the MPP.Methods.Tempo method is configured with fee_payer: true (server-side gas sponsorship). Default deployments with fee_payer: false are not affected, since the client pays for gas out of its own wallet."
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "0.6.0",
                      "versionStartIncluding": "0.2.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "AND"
                }
              ],
              "operator": "OR"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Kian Kai Ang"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "E.FU"
            },
            {
              "lang": "en",
              "type": "analyst",
              "value": "Jonatan M\u00e4nnchen / EEF"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eImproper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to inflate the fee-payer\u0027s gas cost per payment by a large multiplier, degrading the sponsor\u0027s operating margin.\u003c/p\u003e\u003cp\u003eWhen the \u003ctt\u003empp\u003c/tt\u003e Elixir library is configured as fee payer (\u003ctt\u003efee_payer: true\u003c/tt\u003e), \u003ctt\u003eMPP.Tempo.Transaction.cosign_fee_payer/3\u003c/tt\u003e re-signs the client-supplied base fields of the \u003ctt\u003e0x76\u003c/tt\u003e 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 \u003ctt\u003etransferWithMemo\u003c/tt\u003e 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.\u003c/p\u003e\u003cp\u003eAt the maintainer\u0027s default of 137 access-list entries (fitting within Bandit\u0027s 10,000-byte per-header-field limit) and 100 Gwei \u003ctt\u003emax_fee_per_gas\u003c/tt\u003e, per-payment gas cost rises from ~51,287 to ~380,087 gas, a 7.4x multiplier. Sustained abuse destroys the sponsor\u0027s operating margin on low-cost payments and, over time, drains the fee-payer wallet.\u003c/p\u003e\u003cp\u003eThis issue affects mpp: from 0.2.0 before 0.6.0.\u003c/p\u003e"
                }
              ],
              "value": "Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to inflate the fee-payer\u0027s gas cost per payment by a large multiplier, degrading the sponsor\u0027s operating margin.\n\nWhen 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.\n\nAt the maintainer\u0027s default of 137 access-list entries (fitting within Bandit\u0027s 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\u0027s operating margin on low-cost payments and, over time, drains the fee-payer wallet.\n\nThis issue affects mpp: from 0.2.0 before 0.6.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-130",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-130 Excessive Allocation"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 8.3,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1284",
                  "description": "CWE-1284 Improper Validation of Specified Quantity in Input",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-17T10:11:49.192Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-qpxh-ff8m-c62v"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59694.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59694"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/ZenHive/mpp/commit/5d6338e2334084c5f2a78cfcca474830733ed7e8"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Unbounded access list in mpp Tempo fee-payer inflates gas cost per payment",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59694",
        "datePublished": "2026-07-17T10:11:49.192Z",
        "dateReserved": "2026-07-06T14:05:47.003Z",
        "dateUpdated": "2026-07-17T12:22:45.224Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-59252 (GCVE-0-2026-59252)

    Vulnerability from nvd – Published: 2026-07-17 10:11 – Updated: 2026-07-17 12:21
    VLAI
    Title
    Missing gas_limit validation in mpp Tempo fee-payer enables wallet drain
    Summary
    Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet, resulting in denial of service for legitimate clients. When the mpp Elixir library is configured as fee payer (fee_payer: true), the MPP.Methods.Tempo payment method co-signs and broadcasts a client-supplied EVM transaction without first validating that the client-supplied gas_limit is sufficient to complete the intended call. A malicious client can submit a signed transferWithMemo transaction with gas_limit deliberately set just below the amount required for successful execution. The server co-signs the transaction and broadcasts it via rpc_broadcast_sync. The transaction runs out of gas during EVM execution and reverts, but the fee-payer wallet is still charged for the burned gas while the client pays nothing and receives no resource. Repeated requests from one or more malicious clients drain the fee-payer wallet at near-zero cost to the attacker, ultimately preventing the server from sponsoring gas for legitimate payment requests. The wait_for_confirmation = false (optimistic) path is also affected: it invokes simulate_payment_call via eth_call, but that simulation omits the gas parameter and therefore does not catch out-of-gas conditions. This issue affects mpp: from 0.2.0 before 0.6.0.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1284 - Improper Validation of Specified Quantity in Input
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    ZenHive mpp Affected: 0.2.0 , < 0.6.0 (semver)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    ZenHive mpp Affected: d29d54e507918db00a5b65d90136b73166c017d7 , < d84e3e528db39654540c2035ea0fbdf7b950d3d1 (git)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Kian Kai Ang E.FU Jonatan Männchen / EEF
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59252",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-17T12:21:12.801804Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-17T12:21:18.794Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vj8p-hp9x-gh47"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://repo.hex.pm",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Methods.Tempo\u0027"
              ],
              "packageName": "mpp",
              "packageURL": "pkg:hex/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/methods/tempo.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Methods.Tempo\u0027:broadcast_and_verify/7"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "0.6.0",
                  "status": "affected",
                  "version": "0.2.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Methods.Tempo\u0027"
              ],
              "packageName": "ZenHive/mpp",
              "packageURL": "pkg:github/ZenHive/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/methods/tempo.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Methods.Tempo\u0027:broadcast_and_verify/7"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "d84e3e528db39654540c2035ea0fbdf7b950d3d1",
                  "status": "affected",
                  "version": "d29d54e507918db00a5b65d90136b73166c017d7",
                  "versionType": "git"
                }
              ]
            }
          ],
          "configurations": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe vulnerable code path is only reachable when the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e method is configured with \u003ctt\u003efee_payer: true\u003c/tt\u003e (server-side gas sponsorship). Default deployments with \u003ctt\u003efee_payer: false\u003c/tt\u003e are not affected, since the client pays for gas out of its own wallet.\u003c/p\u003e"
                }
              ],
              "value": "The vulnerable code path is only reachable when the MPP.Methods.Tempo method is configured with fee_payer: true (server-side gas sponsorship). Default deployments with fee_payer: false are not affected, since the client pays for gas out of its own wallet."
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "0.6.0",
                      "versionStartIncluding": "0.2.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "AND"
                }
              ],
              "operator": "OR"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Kian Kai Ang"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "E.FU"
            },
            {
              "lang": "en",
              "type": "analyst",
              "value": "Jonatan M\u00e4nnchen / EEF"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eImproper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet, resulting in denial of service for legitimate clients.\u003c/p\u003e\u003cp\u003eWhen the \u003ctt\u003empp\u003c/tt\u003e Elixir library is configured as fee payer (\u003ctt\u003efee_payer: true\u003c/tt\u003e), the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e payment method co-signs and broadcasts a client-supplied EVM transaction without first validating that the client-supplied \u003ctt\u003egas_limit\u003c/tt\u003e is sufficient to complete the intended call. A malicious client can submit a signed \u003ctt\u003etransferWithMemo\u003c/tt\u003e transaction with \u003ctt\u003egas_limit\u003c/tt\u003e deliberately set just below the amount required for successful execution. The server co-signs the transaction and broadcasts it via \u003ctt\u003erpc_broadcast_sync\u003c/tt\u003e. The transaction runs out of gas during EVM execution and reverts, but the fee-payer wallet is still charged for the burned gas while the client pays nothing and receives no resource. Repeated requests from one or more malicious clients drain the fee-payer wallet at near-zero cost to the attacker, ultimately preventing the server from sponsoring gas for legitimate payment requests.\u003c/p\u003e\u003cp\u003eThe \u003ctt\u003ewait_for_confirmation = false\u003c/tt\u003e (optimistic) path is also affected: it invokes \u003ctt\u003esimulate_payment_call\u003c/tt\u003e via \u003ctt\u003eeth_call\u003c/tt\u003e, but that simulation omits the \u003ctt\u003egas\u003c/tt\u003e parameter and therefore does not catch out-of-gas conditions.\u003c/p\u003e\u003cp\u003eThis issue affects mpp: from 0.2.0 before 0.6.0.\u003c/p\u003e"
                }
              ],
              "value": "Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet, resulting in denial of service for legitimate clients.\n\nWhen the mpp Elixir library is configured as fee payer (fee_payer: true), the MPP.Methods.Tempo payment method co-signs and broadcasts a client-supplied EVM transaction without first validating that the client-supplied gas_limit is sufficient to complete the intended call. A malicious client can submit a signed transferWithMemo transaction with gas_limit deliberately set just below the amount required for successful execution. The server co-signs the transaction and broadcasts it via rpc_broadcast_sync. The transaction runs out of gas during EVM execution and reverts, but the fee-payer wallet is still charged for the burned gas while the client pays nothing and receives no resource. Repeated requests from one or more malicious clients drain the fee-payer wallet at near-zero cost to the attacker, ultimately preventing the server from sponsoring gas for legitimate payment requests.\n\nThe wait_for_confirmation = false (optimistic) path is also affected: it invokes simulate_payment_call via eth_call, but that simulation omits the gas parameter and therefore does not catch out-of-gas conditions.\n\nThis issue affects mpp: from 0.2.0 before 0.6.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-130",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-130 Excessive Allocation"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 8.2,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1284",
                  "description": "CWE-1284 Improper Validation of Specified Quantity in Input",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-17T10:11:54.436Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vj8p-hp9x-gh47"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59252.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59252"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/ZenHive/mpp/commit/d84e3e528db39654540c2035ea0fbdf7b950d3d1"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Missing gas_limit validation in mpp Tempo fee-payer enables wallet drain",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59252",
        "datePublished": "2026-07-17T10:11:54.436Z",
        "dateReserved": "2026-07-04T04:24:03.653Z",
        "dateUpdated": "2026-07-17T12:21:18.794Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-59252 (GCVE-0-2026-59252)

    Vulnerability from cvelistv5 – Published: 2026-07-17 10:11 – Updated: 2026-07-17 12:21
    VLAI
    Title
    Missing gas_limit validation in mpp Tempo fee-payer enables wallet drain
    Summary
    Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet, resulting in denial of service for legitimate clients. When the mpp Elixir library is configured as fee payer (fee_payer: true), the MPP.Methods.Tempo payment method co-signs and broadcasts a client-supplied EVM transaction without first validating that the client-supplied gas_limit is sufficient to complete the intended call. A malicious client can submit a signed transferWithMemo transaction with gas_limit deliberately set just below the amount required for successful execution. The server co-signs the transaction and broadcasts it via rpc_broadcast_sync. The transaction runs out of gas during EVM execution and reverts, but the fee-payer wallet is still charged for the burned gas while the client pays nothing and receives no resource. Repeated requests from one or more malicious clients drain the fee-payer wallet at near-zero cost to the attacker, ultimately preventing the server from sponsoring gas for legitimate payment requests. The wait_for_confirmation = false (optimistic) path is also affected: it invokes simulate_payment_call via eth_call, but that simulation omits the gas parameter and therefore does not catch out-of-gas conditions. This issue affects mpp: from 0.2.0 before 0.6.0.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1284 - Improper Validation of Specified Quantity in Input
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    ZenHive mpp Affected: 0.2.0 , < 0.6.0 (semver)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    ZenHive mpp Affected: d29d54e507918db00a5b65d90136b73166c017d7 , < d84e3e528db39654540c2035ea0fbdf7b950d3d1 (git)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Kian Kai Ang E.FU Jonatan Männchen / EEF
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59252",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-17T12:21:12.801804Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-17T12:21:18.794Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vj8p-hp9x-gh47"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://repo.hex.pm",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Methods.Tempo\u0027"
              ],
              "packageName": "mpp",
              "packageURL": "pkg:hex/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/methods/tempo.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Methods.Tempo\u0027:broadcast_and_verify/7"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "0.6.0",
                  "status": "affected",
                  "version": "0.2.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Methods.Tempo\u0027"
              ],
              "packageName": "ZenHive/mpp",
              "packageURL": "pkg:github/ZenHive/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/methods/tempo.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Methods.Tempo\u0027:broadcast_and_verify/7"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "d84e3e528db39654540c2035ea0fbdf7b950d3d1",
                  "status": "affected",
                  "version": "d29d54e507918db00a5b65d90136b73166c017d7",
                  "versionType": "git"
                }
              ]
            }
          ],
          "configurations": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe vulnerable code path is only reachable when the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e method is configured with \u003ctt\u003efee_payer: true\u003c/tt\u003e (server-side gas sponsorship). Default deployments with \u003ctt\u003efee_payer: false\u003c/tt\u003e are not affected, since the client pays for gas out of its own wallet.\u003c/p\u003e"
                }
              ],
              "value": "The vulnerable code path is only reachable when the MPP.Methods.Tempo method is configured with fee_payer: true (server-side gas sponsorship). Default deployments with fee_payer: false are not affected, since the client pays for gas out of its own wallet."
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "0.6.0",
                      "versionStartIncluding": "0.2.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "AND"
                }
              ],
              "operator": "OR"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Kian Kai Ang"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "E.FU"
            },
            {
              "lang": "en",
              "type": "analyst",
              "value": "Jonatan M\u00e4nnchen / EEF"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eImproper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet, resulting in denial of service for legitimate clients.\u003c/p\u003e\u003cp\u003eWhen the \u003ctt\u003empp\u003c/tt\u003e Elixir library is configured as fee payer (\u003ctt\u003efee_payer: true\u003c/tt\u003e), the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e payment method co-signs and broadcasts a client-supplied EVM transaction without first validating that the client-supplied \u003ctt\u003egas_limit\u003c/tt\u003e is sufficient to complete the intended call. A malicious client can submit a signed \u003ctt\u003etransferWithMemo\u003c/tt\u003e transaction with \u003ctt\u003egas_limit\u003c/tt\u003e deliberately set just below the amount required for successful execution. The server co-signs the transaction and broadcasts it via \u003ctt\u003erpc_broadcast_sync\u003c/tt\u003e. The transaction runs out of gas during EVM execution and reverts, but the fee-payer wallet is still charged for the burned gas while the client pays nothing and receives no resource. Repeated requests from one or more malicious clients drain the fee-payer wallet at near-zero cost to the attacker, ultimately preventing the server from sponsoring gas for legitimate payment requests.\u003c/p\u003e\u003cp\u003eThe \u003ctt\u003ewait_for_confirmation = false\u003c/tt\u003e (optimistic) path is also affected: it invokes \u003ctt\u003esimulate_payment_call\u003c/tt\u003e via \u003ctt\u003eeth_call\u003c/tt\u003e, but that simulation omits the \u003ctt\u003egas\u003c/tt\u003e parameter and therefore does not catch out-of-gas conditions.\u003c/p\u003e\u003cp\u003eThis issue affects mpp: from 0.2.0 before 0.6.0.\u003c/p\u003e"
                }
              ],
              "value": "Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet, resulting in denial of service for legitimate clients.\n\nWhen the mpp Elixir library is configured as fee payer (fee_payer: true), the MPP.Methods.Tempo payment method co-signs and broadcasts a client-supplied EVM transaction without first validating that the client-supplied gas_limit is sufficient to complete the intended call. A malicious client can submit a signed transferWithMemo transaction with gas_limit deliberately set just below the amount required for successful execution. The server co-signs the transaction and broadcasts it via rpc_broadcast_sync. The transaction runs out of gas during EVM execution and reverts, but the fee-payer wallet is still charged for the burned gas while the client pays nothing and receives no resource. Repeated requests from one or more malicious clients drain the fee-payer wallet at near-zero cost to the attacker, ultimately preventing the server from sponsoring gas for legitimate payment requests.\n\nThe wait_for_confirmation = false (optimistic) path is also affected: it invokes simulate_payment_call via eth_call, but that simulation omits the gas parameter and therefore does not catch out-of-gas conditions.\n\nThis issue affects mpp: from 0.2.0 before 0.6.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-130",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-130 Excessive Allocation"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 8.2,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "NONE"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1284",
                  "description": "CWE-1284 Improper Validation of Specified Quantity in Input",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-17T10:11:54.436Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vj8p-hp9x-gh47"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59252.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59252"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/ZenHive/mpp/commit/d84e3e528db39654540c2035ea0fbdf7b950d3d1"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Missing gas_limit validation in mpp Tempo fee-payer enables wallet drain",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59252",
        "datePublished": "2026-07-17T10:11:54.436Z",
        "dateReserved": "2026-07-04T04:24:03.653Z",
        "dateUpdated": "2026-07-17T12:21:18.794Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-59694 (GCVE-0-2026-59694)

    Vulnerability from cvelistv5 – Published: 2026-07-17 10:11 – Updated: 2026-07-17 12:22
    VLAI
    Title
    Unbounded access list in mpp Tempo fee-payer inflates gas cost per payment
    Summary
    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.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: partial
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1284 - Improper Validation of Specified Quantity in Input
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    ZenHive mpp Affected: 0.2.0 , < 0.6.0 (semver)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    ZenHive mpp Affected: d29d54e507918db00a5b65d90136b73166c017d7 , < 5d6338e2334084c5f2a78cfcca474830733ed7e8 (git)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Kian Kai Ang E.FU Jonatan Männchen / EEF
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59694",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-17T12:22:40.105353Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-17T12:22:45.224Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-qpxh-ff8m-c62v"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://repo.hex.pm",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "mpp",
              "packageURL": "pkg:hex/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "0.6.0",
                  "status": "affected",
                  "version": "0.2.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "ZenHive/mpp",
              "packageURL": "pkg:github/ZenHive/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "5d6338e2334084c5f2a78cfcca474830733ed7e8",
                  "status": "affected",
                  "version": "d29d54e507918db00a5b65d90136b73166c017d7",
                  "versionType": "git"
                }
              ]
            }
          ],
          "configurations": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe vulnerable code path is only reachable when the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e method is configured with \u003ctt\u003efee_payer: true\u003c/tt\u003e (server-side gas sponsorship). Default deployments with \u003ctt\u003efee_payer: false\u003c/tt\u003e are not affected, since the client pays for gas out of its own wallet.\u003c/p\u003e"
                }
              ],
              "value": "The vulnerable code path is only reachable when the MPP.Methods.Tempo method is configured with fee_payer: true (server-side gas sponsorship). Default deployments with fee_payer: false are not affected, since the client pays for gas out of its own wallet."
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "0.6.0",
                      "versionStartIncluding": "0.2.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "AND"
                }
              ],
              "operator": "OR"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Kian Kai Ang"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "E.FU"
            },
            {
              "lang": "en",
              "type": "analyst",
              "value": "Jonatan M\u00e4nnchen / EEF"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eImproper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to inflate the fee-payer\u0027s gas cost per payment by a large multiplier, degrading the sponsor\u0027s operating margin.\u003c/p\u003e\u003cp\u003eWhen the \u003ctt\u003empp\u003c/tt\u003e Elixir library is configured as fee payer (\u003ctt\u003efee_payer: true\u003c/tt\u003e), \u003ctt\u003eMPP.Tempo.Transaction.cosign_fee_payer/3\u003c/tt\u003e re-signs the client-supplied base fields of the \u003ctt\u003e0x76\u003c/tt\u003e 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 \u003ctt\u003etransferWithMemo\u003c/tt\u003e 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.\u003c/p\u003e\u003cp\u003eAt the maintainer\u0027s default of 137 access-list entries (fitting within Bandit\u0027s 10,000-byte per-header-field limit) and 100 Gwei \u003ctt\u003emax_fee_per_gas\u003c/tt\u003e, per-payment gas cost rises from ~51,287 to ~380,087 gas, a 7.4x multiplier. Sustained abuse destroys the sponsor\u0027s operating margin on low-cost payments and, over time, drains the fee-payer wallet.\u003c/p\u003e\u003cp\u003eThis issue affects mpp: from 0.2.0 before 0.6.0.\u003c/p\u003e"
                }
              ],
              "value": "Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to inflate the fee-payer\u0027s gas cost per payment by a large multiplier, degrading the sponsor\u0027s operating margin.\n\nWhen 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.\n\nAt the maintainer\u0027s default of 137 access-list entries (fitting within Bandit\u0027s 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\u0027s operating margin on low-cost payments and, over time, drains the fee-payer wallet.\n\nThis issue affects mpp: from 0.2.0 before 0.6.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-130",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-130 Excessive Allocation"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 8.3,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "LOW",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1284",
                  "description": "CWE-1284 Improper Validation of Specified Quantity in Input",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-17T10:11:49.192Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-qpxh-ff8m-c62v"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59694.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59694"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/ZenHive/mpp/commit/5d6338e2334084c5f2a78cfcca474830733ed7e8"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Unbounded access list in mpp Tempo fee-payer inflates gas cost per payment",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59694",
        "datePublished": "2026-07-17T10:11:49.192Z",
        "dateReserved": "2026-07-06T14:05:47.003Z",
        "dateUpdated": "2026-07-17T12:22:45.224Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-59695 (GCVE-0-2026-59695)

    Vulnerability from cvelistv5 – Published: 2026-07-17 10:11 – Updated: 2026-07-17 12:53
    VLAI
    Title
    Unbounded max_fee_per_gas in mpp Tempo fee-payer enables single-request wallet drain
    Summary
    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.
    SSVC
    Exploitation: poc Automatable: no Technical Impact: total
    CISA Coordinator (v2.0.3)
    CWE
    • CWE-1284 - Improper Validation of Specified Quantity in Input
    Assigner
    EEF
    Impacted products
    Vendor Product Version
    ZenHive mpp Affected: 0.2.0 , < 0.6.0 (semver)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    ZenHive mpp Affected: d29d54e507918db00a5b65d90136b73166c017d7 , < 5d6338e2334084c5f2a78cfcca474830733ed7e8 (git)
        cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*
    Create a notification for this product.
    Credits
    Kian Kai Ang E.FU Jonatan Männchen / EEF
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-59695",
                    "options": [
                      {
                        "Exploitation": "poc"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-07-17T12:53:10.647332Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-07-17T12:53:17.645Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "references": [
              {
                "tags": [
                  "exploit"
                ],
                "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vv77-66rf-pm86"
              }
            ],
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://repo.hex.pm",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "mpp",
              "packageURL": "pkg:hex/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "0.6.0",
                  "status": "affected",
                  "version": "0.2.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://github.com",
              "cpes": [
                "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*"
              ],
              "defaultStatus": "unaffected",
              "modules": [
                "\u0027Elixir.MPP.Tempo.Transaction\u0027"
              ],
              "packageName": "ZenHive/mpp",
              "packageURL": "pkg:github/ZenHive/mpp",
              "product": "mpp",
              "programFiles": [
                "lib/mpp/tempo/transaction.ex"
              ],
              "programRoutines": [
                {
                  "name": "\u0027Elixir.MPP.Tempo.Transaction\u0027:cosign_fee_payer/3"
                }
              ],
              "repo": "https://github.com/ZenHive/mpp",
              "vendor": "ZenHive",
              "versions": [
                {
                  "lessThan": "5d6338e2334084c5f2a78cfcca474830733ed7e8",
                  "status": "affected",
                  "version": "d29d54e507918db00a5b65d90136b73166c017d7",
                  "versionType": "git"
                }
              ]
            }
          ],
          "configurations": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eThe vulnerable code path is only reachable when the \u003ctt\u003eMPP.Methods.Tempo\u003c/tt\u003e method is configured with \u003ctt\u003efee_payer: true\u003c/tt\u003e (server-side gas sponsorship). Default deployments with \u003ctt\u003efee_payer: false\u003c/tt\u003e are not affected, since the client pays for gas out of its own wallet.\u003c/p\u003e"
                }
              ],
              "value": "The vulnerable code path is only reachable when the MPP.Methods.Tempo method is configured with fee_payer: true (server-side gas sponsorship). Default deployments with fee_payer: false are not affected, since the client pays for gas out of its own wallet."
            }
          ],
          "cpeApplicability": [
            {
              "nodes": [
                {
                  "cpeMatch": [
                    {
                      "criteria": "cpe:2.3:a:ZenHive:mpp:*:*:*:*:*:*:*:*",
                      "versionEndExcluding": "0.6.0",
                      "versionStartIncluding": "0.2.0",
                      "vulnerable": true
                    }
                  ],
                  "negate": false,
                  "operator": "AND"
                }
              ],
              "operator": "OR"
            }
          ],
          "credits": [
            {
              "lang": "en",
              "type": "finder",
              "value": "Kian Kai Ang"
            },
            {
              "lang": "en",
              "type": "remediation developer",
              "value": "E.FU"
            },
            {
              "lang": "en",
              "type": "analyst",
              "value": "Jonatan M\u00e4nnchen / EEF"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "supportingMedia": [
                {
                  "base64": false,
                  "type": "text/html",
                  "value": "\u003cp\u003eImproper 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.\u003c/p\u003e\u003cp\u003eWhen the \u003ctt\u003empp\u003c/tt\u003e Elixir library is configured as fee payer (\u003ctt\u003efee_payer: true\u003c/tt\u003e), \u003ctt\u003eMPP.Tempo.Transaction.cosign_fee_payer/3\u003c/tt\u003e re-signs the client-supplied base fields of the \u003ctt\u003e0x76\u003c/tt\u003e AASigned envelope verbatim, including \u003ctt\u003emax_fee_per_gas\u003c/tt\u003e and \u003ctt\u003emax_priority_fee_per_gas\u003c/tt\u003e, 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 \u003ctt\u003eeffective_gas_price\u003c/tt\u003e 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.\u003c/p\u003e\u003cp\u003eThis issue affects mpp: from 0.2.0 before 0.6.0.\u003c/p\u003e"
                }
              ],
              "value": "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.\n\nWhen 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.\n\nThis issue affects mpp: from 0.2.0 before 0.6.0."
            }
          ],
          "impacts": [
            {
              "capecId": "CAPEC-130",
              "descriptions": [
                {
                  "lang": "en",
                  "value": "CAPEC-130 Excessive Allocation"
                }
              ]
            }
          ],
          "metrics": [
            {
              "cvssV4_0": {
                "attackComplexity": "LOW",
                "attackRequirements": "PRESENT",
                "attackVector": "NETWORK",
                "baseScore": 8.3,
                "baseSeverity": "HIGH",
                "privilegesRequired": "NONE",
                "subAvailabilityImpact": "NONE",
                "subConfidentialityImpact": "NONE",
                "subIntegrityImpact": "NONE",
                "userInteraction": "NONE",
                "vectorString": "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",
                "version": "4.0",
                "vulnAvailabilityImpact": "HIGH",
                "vulnConfidentialityImpact": "NONE",
                "vulnIntegrityImpact": "HIGH"
              },
              "format": "CVSS",
              "scenarios": [
                {
                  "lang": "en",
                  "value": "GENERAL"
                }
              ]
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-1284",
                  "description": "CWE-1284 Improper Validation of Specified Quantity in Input",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-07-17T10:11:43.674Z",
            "orgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
            "shortName": "EEF"
          },
          "references": [
            {
              "tags": [
                "vendor-advisory",
                "related"
              ],
              "url": "https://github.com/ZenHive/mpp/security/advisories/GHSA-vv77-66rf-pm86"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://cna.erlef.org/cves/CVE-2026-59695.html"
            },
            {
              "tags": [
                "related"
              ],
              "url": "https://osv.dev/vulnerability/EEF-CVE-2026-59695"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/ZenHive/mpp/commit/5d6338e2334084c5f2a78cfcca474830733ed7e8"
            }
          ],
          "source": {
            "discovery": "EXTERNAL"
          },
          "title": "Unbounded max_fee_per_gas in mpp Tempo fee-payer enables single-request wallet drain",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "6b3ad84c-e1a6-4bf7-a703-f496b71e49db",
        "assignerShortName": "EEF",
        "cveId": "CVE-2026-59695",
        "datePublished": "2026-07-17T10:11:43.674Z",
        "dateReserved": "2026-07-06T14:05:47.003Z",
        "dateUpdated": "2026-07-17T12:53:17.645Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }