CVE-2026-63628
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
Summary
mppx is a TypeScript interface for machine payments protocol. Prior to 0.8.2, the fee-payer cosigning path in src/tempo/internal/fee-payer.ts copied a client-supplied access_list from a 0x78 FeePayerEnvelope without validating its length or contents. Because EIP-2930 access-list entries consume intrinsic gas even when the listed addresses are never used, a client could add fabricated address-only entries and cause the server fee_payer wallet to pay unnecessary transaction fees. The demonstrated 180-entry list remained within the 500,000 gas policy cap, 16 KB header limit, and RPC simulation budget while increasing the fee by approximately 9.4 times. This issue is fixed in version 0.8.2.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| wevm | mppx | < 0.8.2 | affected |
Weaknesses
- CWE-20: CWE-20: Improper Input Validation
References
- https://github.com/wevm/mppx/security/advisories/GHSA-vc9j-9wph-qghj
- https://github.com/wevm/mppx/pull/602
- https://github.com/wevm/mppx/commit/24ddcca719ae282977d8747309ed1275ea282b25
- https://github.com/wevm/mppx/releases/tag/mppx@0.8.2
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.