๐Ÿ” CVE Alert

CVE-2026-67183

HIGH 7.5

TinyWeb 0.0.8 Memory Leak DoS via HTTP Request Handling

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-401
Vendor generalsandman
Product tinyweb
Published Jul 28, 2026
Last Updated Jul 28, 2026
Stay Ahead of the Next One

Get instant alerts for generalsandman tinyweb

Be the first to know when new high vulnerabilities affecting generalsandman tinyweb are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

GeneralSandman / TinyWeb
e48f15d38d2bebeec9cabcfdde81931b10a1963b โ‰ค a381da252fe8e873c8aff22703040426cc9b2ae0 0.0.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/theopaid/Unauthenticated-Memory-Leak-Leads-To-Memory-Exhaustion-TinyWeb- vulncheck.com: https://www.vulncheck.com/advisories/tinyweb-memory-leak-dos-via-http-request-handling

Credits

Theodosis Paidakis