CVE-2026-67184

HIGH

TinyWeb 0.0.8 Null Pointer Dereference DoS via Malformed HTTP Request

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2026-67184. PoCs published by theopaid.

AI-analyzed exploit summary Detailed technical analysis of CVE-2026-67184, a NULL pointer dereference vulnerability in TinyWeb's HTTP parser. The flaw occurs when a malformed HTTP request (e.g., 'XTTP/1.1') causes the parser to skip URL allocation, leading to a crash when the NULL pointer is dereferenced in the response builder. This results in a DoS condition as worker processes are not restarted.

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.

Exploits (1)

github WRITEUP
by theopaid · poc
https://github.com/theopaid/CVE-2026-67184-Unauthenticated-NULL-Pointer-Dereference-Crashes-the-Server-TinyWeb-

Detailed technical analysis of CVE-2026-67184, a NULL pointer dereference vulnerability in TinyWeb's HTTP parser. The flaw occurs when a malformed HTTP request (e.g., 'XTTP/1.1') causes the parser to skip URL allocation, leading to a crash when the NULL pointer is dereferenced in the response builder. This results in a DoS condition as worker processes are not restarted.

Classification
Writeup 99%
Attack Type
Dos
Complexity
Trivial
Reliability
Reliable
Target: TinyWeb (versions from commit e48f15d to a381da2, including TnyWeb/0.0.8)
No auth needed
Prerequisites: Network access to the TinyWeb server's listening port (default: 9090)
mistral-large-3 · analyzed Jul 29, 2026 Full analysis →

Scores

CVSS v3 7.5
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact partial

Details

CWE
CWE-476
Status published
Products (2)
GeneralSandman/TinyWeb 0.0.8
GeneralSandman/TinyWeb e48f15d38d2bebeec9cabcfdde81931b10a1963b - a381da252fe8e873c8aff22703040426cc9b2ae0
Published Jul 28, 2026
Tracked Since Jul 28, 2026