CVE-2026-82751: Unbounded key authorization in mpp Tempo fee-payer sponsorship inflates gas cost and sponsors access-key provisioning
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/feepayerpolicy.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 keyauthorization 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 gaslimit 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.
Affected Software
Event History
Frequently Asked Questions
Which deployments are affected?
Affected deployments use ZenHive mpp versions from 0.2.0 before 0.16.1 and operate a server that sponsors Tempo payments.
Does exploitation require an authenticated account or prior access to the sponsor?
No. The issue is described as exploitable by an unauthenticated remote client. The client can submit an envelope containing a fully signed key authorization alongside a sponsored payment.
What operational impact can the issue have?
A client can cause the sponsor to pay intrinsic gas for persistent storage writes that provision an access key and its token spending limits. In the reported configuration of one key with three token limits, the sponsored cost increased from about 46,587 gas to about 1,808,700 gas.