CVE-2026-68005
Received Received - Intake

Denial of Service in mini_httpd HTTP Request Parser

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

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: MITRE

Description

An issue in ACME mini_httpd 1.30 and prior allows a remote attacker to cause a denial of service via the HTTP request header parser in the handle_request() function

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-18
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
acme mini_httpd to 1.30 (exc)
acme mini_httpd 1.30

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-68005 is a denial-of-service vulnerability in mini_httpd versions 1.30 and earlier. It allows remote attackers to cause memory exhaustion by sending specially crafted HTTP requests with unbounded headers. The flaw occurs due to lack of header size limits and a flawed timeout mechanism that resets the alarm timer, enabling attackers to maintain connections indefinitely.

Detection Guidance

To detect this vulnerability, monitor for unusual memory consumption by mini_httpd processes or unexpected service terminations. Check logs for excessive HTTP request headers or slowloris-like attacks. Use commands like 'ps aux | grep mini_httpd' to identify running instances and 'top -p $(pgrep mini_httpd)' to monitor memory usage. Network traffic analysis tools like tcpdump or Wireshark can capture malformed headers.

Impact Analysis

This vulnerability can cause service disruption by crashing mini_httpd due to memory exhaustion. In constrained environments like routers or IoT devices with limited RAM (32–256MB), the system may terminate the mini_httpd process via the OOM-killer, making the service unavailable. The attack requires no authentication or privileges.

Compliance Impact

This DoS vulnerability could impact compliance with GDPR and HIPAA by disrupting availability of services handling personal or health data. GDPR requires ensuring availability of processing systems, while HIPAA mandates access to critical systems. A DoS attack could lead to prolonged downtime, potentially violating these requirements.

Mitigation Strategies

Immediately deploy a reverse proxy like nginx with header size limits (e.g., 'large_client_header_buffers 4 64k;'). Rate-limit connections using iptables or fail2ban. If possible, update mini_httpd to enforce a 64KB header limit and remove the alarm timer reset. Consider migrating to actively maintained alternatives like nginx or lighttpd.

Chat Assistant

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

EPSS Chart