SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-66729

HIGH · CVSS 7.5 EPSS 0.60% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-27 · Last synced 2026-08-26

CyberRota Analysis

AI-Generated

The multipart MIME body parser in facil.io versions 0.6.0 to 0.7.6 is vulnerable to an integer underflow that can be exploited by unauthenticated remote attackers. By sending a specially crafted Content-Disposition header with an empty field name, attackers can cause a uint32_t wraparound, leading to an out-of-bounds memory read and crashing the server process. Organizations using these versions of facil.io should prioritize patching this vulnerability to prevent potential denial-of-service attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-66729
Severity
HIGH
CVSS
7.5
EPSS
0.60%

Original NVD 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.