CVE-2026-67183
8.7
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Summary
TinyWeb through 0.0.8 contains a memory leak vulnerability that allows unauthenticated attackers to exhaust available memory by sending ordinary well-formed HTTP requests. Each request causes HttpParser::execute() to allocate Url objects, HttpHeaders objects, and HttpHeader instances via raw new expressions that are never freed due to missing destructors and unreachable delete calls, causing worker resident memory to grow monotonically by approximately 20 to 28 kB per request until the worker process is killed.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| GeneralSandman | TinyWeb | e48f15d38d2bebeec9cabcfdde81931b10a1963b <= a381da252fe8e873c8aff22703040426cc9b2ae0 | affected |
| GeneralSandman | TinyWeb | 0.0.8 | affected |
Weaknesses
- CWE-401: Missing Release of Memory after Effective Lifetime
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: yes
- Technical Impact: partial
References
- https://github.com/theopaid/Unauthenticated-Memory-Leak-Leads-To-Memory-Exhaustion-TinyWeb-
- https://www.vulncheck.com/advisories/tinyweb-memory-leak-dos-via-http-request-handling
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.