EEF-CVE-2026-82751

    Dashboard / Vulnerabilities / EEF-CVE-2026-82751

    EEF-CVE-2026-82751

    Published: 6 Sept 2026Last Modified: 6 Sept 2026

    Summary: Unbounded key authorization in mpp Tempo fee-payer sponsorship inflates gas cost and sponsors access-key provisioning

    Details: ## 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 sponsored payment by a large multiplier and to have the sponsor pay for provisioning an access key on the client's own account. When the server sponsors Tempo payments, MPP.Methods.Tempo.FeePayerPolicy.measure/3 in lib/mpp/methods/tempo/fee\_payer\_policy.ex bounds the gas fields, the fee budget, the validity window and the access list of the client-signed 0x76 envelope, but does not check whether the envelope carries the optional key\_authorization field. A client can attach a fully signed key authorization, provisioning a new access key with token spending limits on its own account, alongside the normal payment call. The key and each limit entry are persistent storage writes billed as intrinsic gas to the sponsor, bounded only by the gas\_limit ceiling. At the reporter's default of one key with three token limits the sponsored cost rises from about 46,587 gas to about 1,808,700 gas, and the client keeps a valid access key it paid nothing for. This issue affects mpp: from 0.2.0 before 0.16.1. ## Workaround Disable Tempo fee sponsorship by leaving "fee\_payer" at its default of false and setting no fee\_payer\_url, so the client pays its own gas. Where sponsorship must stay enabled, lower the max\_gas override in fee\_payer\_policy to just above what a legitimate sponsored payment needs (a TIP-20 transfer is roughly 50,000 gas), so an envelope carrying a key authorization either fails the policy or runs out of gas at a bounded cost. This bounds the inflation without closing it. ## Configuration Only deployments that enable Tempo server-side fee sponsorship are affected, through "fee\_payer" => true in method\_config with either local co-signing (fee\_payer\_private\_key) or hosted sponsorship (fee\_payer\_url). Sponsorship is disabled by default.

    Affected packages

    Package

    Name: mpp

    Purl: pkg:hex/mpp

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.2.0
    Fixed -0.16.1

    Affected versions

    0.10.0

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High