Unrated severityNVD Advisory· Published Jul 28, 2026· Updated Jul 28, 2026
TinyWeb 0.0.8 Null Pointer Dereference DoS via Malformed HTTP Request
CVE-2026-67184
Description
TinyWeb through 0.0.8 contains a null pointer dereference vulnerability that allows unauthenticated remote attackers to crash worker processes by sending a malformed HTTP request line with an invalid version string. The HttpParser::execute() function fails to allocate the Url object when version parsing fails, leaving the url pointer NULL, and buildResponse() subsequently dereferences this NULL pointer without checking the valid_requ flag, producing a SIGSEGV that terminates the worker process and, when repeated across all workers, takes the server permanently offline until manually restarted.
Affected products
1Patches
Vulnerability mechanics
References
1- www.vulncheck.com/advisories/tinyweb-null-pointer-dereference-dos-via-malformed-http-requestmitrethird-party-advisory
News mentions
0No linked articles in our index yet.