๐Ÿ” CVE Alert

CVE-2026-66730

HIGH 7.5

facil.io 0.6.0 - 0.7.6 Infinite Loop DoS via Multipart MIME Body Parser

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

facil.io 0.6.0 through 0.7.6 contains a denial-of-service vulnerability in the multipart body parser that allows an unauthenticated remote attacker to permanently freeze worker processes at 100% CPU by sending a multipart/form-data request with a partial closing boundary. The missing progress guard in the parser loop causes http_mime_parse to return 0 bytes consumed without setting done or error flags, causing the calling loop to re-invoke the parser on the same buffer indefinitely, exhausting all workers and permanently disabling the server until manually restarted.

CWE CWE-835
Vendor boazsegev
Product facil.io
Published Jul 27, 2026
Last Updated Jul 27, 2026
Stay Ahead of the Next One

Get instant alerts for boazsegev facil.io

Be the first to know when new high vulnerabilities affecting boazsegev facil.io are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

boazsegev / facil.io
0.6.0 โ‰ค 0.7.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/theopaid/Infinite-Loop-DoS-in-facil.io-MIME-Parser vulncheck.com: https://www.vulncheck.com/advisories/facil-io-infinite-loop-dos-via-multipart-mime-body-parser

Credits

Theodosis Paidakis