CVE-2026-67183
Received Received - Intake

Memory Leak in TinyWeb HTTP Parser

Vulnerability report for CVE-2026-67183, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-28

Last updated on: 2026-07-28

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-28
Last Modified
2026-07-28
Generated
2026-07-28
AI Q&A
2026-07-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
tinyweb tinyweb From 0.0.8 (inc) to a381da252fe8e873c8aff22703040426cc9b2ae0 (inc)
tinyweb tinyweb 0.0.8

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-401 The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

TinyWeb through 0.0.8 has a memory leak vulnerability where unauthenticated attackers can send ordinary HTTP requests to exhaust available memory. Each request causes memory allocations for objects like Url and HttpHeaders that are never freed due to missing destructors and unreachable delete calls. This leads to a steady increase in worker process memory usage by about 20 to 28 kB per request until the process crashes.

Detection Guidance

Monitor memory usage of the TinyWeb process over time. Use commands like 'top -p <PID>' or 'htop' to observe increasing memory consumption per request. Check for worker process crashes after sustained HTTP traffic. Inspect network traffic for unusual request patterns targeting port 9090.

Impact Analysis

This vulnerability can cause denial-of-service conditions by consuming all available memory on the server. It requires no authentication or special payloads, making it easy to exploit by sending a continuous stream of requests. The impact includes degraded performance, potential crashes, and downtime for services relying on TinyWeb.

Compliance Impact

This vulnerability causes memory exhaustion leading to denial of service, which could disrupt services handling sensitive data. For GDPR, this may impact availability of personal data processing systems. For HIPAA, it could affect availability of systems storing protected health information. Both regulations require maintaining service availability for compliance.

Mitigation Strategies

Immediately restrict access to TinyWeb by blocking port 9090 at the firewall. Upgrade to a patched version if available. If no patch exists, consider replacing TinyWeb with a different web server. Monitor memory usage closely until mitigation is complete.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-67183. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart