CVE-2026-66729
Received Received - Intake

Integer Underflow in facil.io MIME Parser

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

Publication date: 2026-07-27

Last updated on: 2026-07-27

Assigner: VulnCheck

Description

facil.io 0.6.0 through 0.7.6 contains an integer underflow vulnerability in the multipart MIME body parser that allows unauthenticated remote attackers to crash the server process by sending a crafted Content-Disposition header with an empty field name. Attackers can trigger a uint32_t wraparound in http_mime_parser.h causing an out-of-bounds memory read past the name pointer, resulting in a bus fault that crashes the handling worker with a single POST request.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
facil.io facil 0.7.6

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-66729 is an integer underflow vulnerability in the facil.io library's multipart MIME body parser. It occurs when a crafted Content-Disposition header with an empty field name triggers a uint32_t wraparound in http_mime_parser.h. This causes an out-of-bounds memory read, leading to a bus fault that crashes the server process with a single POST request.

Detection Guidance

To detect this vulnerability, monitor for server crashes when processing multipart form-data POST requests with malformed Content-Disposition headers containing empty field names. Check server logs for bus faults or segmentation faults during HTTP request handling.

Impact Analysis

This vulnerability allows unauthenticated remote attackers to crash the server process by sending a malformed request. In multi-worker setups, only the affected worker crashes, but the master process respawns it. In single-worker setups, the entire server goes offline. It does not lead to information disclosure as the crash occurs before data processing.

Mitigation Strategies

Immediately upgrade facil.io to a patched version that includes the zero-length guard fix in http_mime_parser.h. If upgrading is not possible, implement network-level mitigations such as WAF rules to block malformed multipart requests with empty Content-Disposition field names.

Chat Assistant

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

EPSS Chart