CVE-2026-67183

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-07-28 17:17

Updated : 2026-07-30 16:41


NVD link : CVE-2026-67183

Mitre link : CVE-2026-67183

CVE.ORG link : CVE-2026-67183


JSON object : View

Products Affected

No product.

CWE
CWE-401

Missing Release of Memory after Effective Lifetime