CVE-2026-73541
Last modified
CVE-2026-73541 is a high-severity vulnerability rated 8.3/10 on the CVSS scale. Allocation of Resources Without Limits or Throttling in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet through concurrent sponsored payments, denying service to legitimate payers once it is empty. MPP.Methods.Tempo.FeePayerPolicy enforces its ceilings (max_gas, max_fee_per_gas, max_priority_fee_per_gas, the worst-case gas_limit * max_fee_per_gas <= max_total_fee budget cap, and a validity window) against one transaction at a time, and nothing accounts for exposure across concurrent requests. reserve_hash_atomic/2 is keyed on the transaction hash, so it prevents duplicate broadcast of the same signed transaction but not N distinct sponsored transactions carrying distinct expiring nonces.
Description
Allocation of Resources Without Limits or Throttling in ZenHive mpp allows an unauthenticated remote client to drain the fee-payer wallet through concurrent sponsored payments, denying service to legitimate payers once it is empty. MPP.Methods.Tempo.FeePayerPolicy enforces its ceilings (max_gas, max_fee_per_gas, max_priority_fee_per_gas, the worst-case gas_limit * max_fee_per_gas <= max_total_fee budget cap, and a validity window) against one transaction at a time, and nothing accounts for exposure across concurrent requests. reserve_hash_atomic/2 is keyed on the transaction hash, so it prevents duplicate broadcast of the same signed transaction but not N distinct sponsored transactions carrying distinct expiring nonces. Committed sponsor exposure is therefore N times max_total_fee, bounded by nothing in the library, and the default 900 second validity window lets co-signed transactions stay broadcastable and uncounted for that entire period. This issue affects mpp: from 0.2.0 before 0.12.0.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ZenHive | mpp | >= 0.2.0, < 0.12.0 |
| ZenHive | mpp | >= d29d54e507918db00a5b65d90136b73166c017d7, < ddc46868fba57ccebb567c04709812b466123076 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-73541?
How severe is CVE-2026-73541?
How do I fix CVE-2026-73541?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-73530Flyto2 Core before 2.28.0 contains a server-side request for…7.7
- CVE-2026-73531django-helpdesk before 2.3.3 contains a stored cross-site sc…6.1
- CVE-2026-73532Fluent Forms Pro 6.2.7 contains an embedded malicious code v…9.8
- CVE-2026-73533Ninja Tables Pro 5.2.11 contains an embedded malicious code …9.8
- CVE-2026-73537Cross-site scripting vulnerability exists in Miraikan Assist…5.1
- CVE-2026-7354Out of bounds read and write in Angle in Google Chrome prior…8.8
- CVE-2026-73542Multiple SEIKO EPSON printers and scanners contain revoked r…3.7
- CVE-2026-7355Use after free in Media in Google Chrome prior to 147.0.7727…8.8
- CVE-2026-73555vLLM is an inference and serving engine for large language m…5.3
- CVE-2026-73556vLLM is an inference and serving engine for large language m…5.3
- CVE-2026-73557vLLM is an inference and serving engine for large language m…6.3
- CVE-2026-73558vLLM is an inference and serving engine for large language m…5.3
Are you affected by CVE-2026-73541?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
