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
Published: 2026-08-17
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An issue exists in ACME mini_httpd 1.30 and earlier that allows a remote attacker to trigger a denial of service by exploiting weaknesses in the HTTP request header parser within the handle_request() function. The vulnerability stems from improper handling of malformed or oversized headers, leading to unbounded resource consumption and eventual crash or crash loops. The weakness aligns with CWE-674, where the software fails to control resource use, exposing the server to interruption of service.

Affected Systems

The affected vendor is ACME and the product is mini_httpd. Versions 1.30 and all earlier releases are vulnerable. No additional vendor or product variations are listed.

Risk and Exploitability

The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The CVSS score is 7.5, indicating a high severity, but the description indicates that the remote attacker can trigger a service outage by sending crafted HTTP headers. Likely attack vector is via network traffic to the HTTP port, with no special authentication or privilege required. Because the flaw is in the header parsing routine, any machine exposed to public or untrusted traffic could be impacted.

Generated by OpenCVE AI on August 18, 2026 at 00:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ACME mini_httpd to a version that contains the header parser fix (e.g., 1.31 or newer).
  • If an upgrade is not immediately possible, place the web service behind a reverse proxy or firewall that can validate HTTP headers and reject malformed requests before they reach mini_httpd.
  • Implement monitoring to detect repeated header parsing failures and configure the system to automatically restart mini_httpd if it crashes, while also logging the offending clients for further isolation.

Generated by OpenCVE AI on August 18, 2026 at 00:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 01:00:00 +0000

Type Values Removed Values Added
Title Remote Denial of Service via HTTP Header Parsing in ACME mini_httpd 1.30 and Earlier
Weaknesses CWE-674

Mon, 17 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
First Time appeared Acme
Acme mini-httpd
Vendors & Products Acme
Acme mini-httpd

Mon, 17 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Title Remote Denial of Service via HTTP Header Parsing in ACME mini_httpd 1.30 and Earlier
Weaknesses CWE-674

Mon, 17 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
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
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-17T20:46:19.095Z

Reserved: 2026-07-30T00:00:00.000Z

Link: CVE-2026-68005

cve-icon Vulnrichment

Updated: 2026-08-17T20:46:14.234Z

cve-icon NVD

Status : Received

Published: 2026-08-17T20:16:45.347

Modified: 2026-08-17T21:16:47.950

Link: CVE-2026-68005

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T00:45:05Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption