CVE-2026-67184 Details
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.
A null pointer dereference vulnerability has been identified in TinyWeb versions through 0.0.8. This vulnerability allows unauthenticated remote attackers to crash worker processes by sending malformed HTTP request lines with invalid version strings. The issue arises in the HttpParser::execute() function, which fails to allocate the Url object when version parsing encounters an error, leaving the url pointer NULL. The buildResponse() function then dereferences this NULL pointer without verifying the valid_requ flag, causing a segmentation fault (SIGSEGV) that terminates the worker process. When this occurs across all workers, the server goes offline permanently until manually restarted.
To address this vulnerability, modify the dataReceived() function to build an error response and return when valid_requ is false, instead of calling buildResponse(). Additionally, check req->url for NULL in buildResponse() before using it. Allocating the URL object before parsing could also prevent this issue.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 28, 2026CISA-ADP
Assessed Jul 28, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| TinyWeb | >= e48f15d38d2bebeec9cabcfdde81931b10a1963b, <= a381da252fe8e873c8aff22703040426cc9b2ae0 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 28, 2026 | CVE Modified | CISA-ADP |
| Jul 28, 2026 | New CVE Received | [email protected] |
Volerion