CVE-2026-67184
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
Summary
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 Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| GeneralSandman | TinyWeb | e48f15d38d2bebeec9cabcfdde81931b10a1963b <= a381da252fe8e873c8aff22703040426cc9b2ae0 | affected |
| GeneralSandman | TinyWeb | 0.0.8 | affected |
Weaknesses
- CWE-476: NULL Pointer Dereference
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: yes
- Technical Impact: partial
References
- https://github.com/theopaid/Unauthenticated-NULL-Pointer-Dereference-Crashes-the-Server-TinyWeb-
- https://www.vulncheck.com/advisories/tinyweb-null-pointer-dereference-dos-via-malformed-http-request
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.