TinyWeb through 0.0.8 contains a memory leak...
High severity
Unreviewed
Published
Jul 28, 2026
to the GitHub Advisory Database
•
Updated Jul 28, 2026
Description
Published by the National Vulnerability Database
Jul 28, 2026
Published to the GitHub Advisory Database
Jul 28, 2026
Last updated
Jul 28, 2026
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.
References