Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-41146
Published:April 22, 2026
Updated:April 26, 2026
facil.io is a C micro-framework for web applications. Prior to commit 5128747363055201d3ecf0e29bf0a961703c9fa0, "fio_json_parse" can enter an infinite loop when it encounters a nested JSON value starting with "i" or "I". The process spins in user space and pegs one CPU core at ~100% instead of returning a parse error. Because "iodine" vendors the same parser code, the issue also affects "iodine" when it parses attacker-controlled JSON. The smallest reproducer I found is "[i". The quoted-value form that originally exposed the issue, "[""i", reaches the same bug because the parser tolerates missing commas and then treats the trailing "i" as the start of another value. Commit 5128747363055201d3ecf0e29bf0a961703c9fa0 fixes the issue.
Affected Packages
https://github.com/boazsegev/facil.io.git (GITHUB):
Affected version(s) >=0.4.2 <https://github.com/boazsegev/facil.io/commit/5128747363055201d3ecf0e29bf0a961703c9fa0
Fix Suggestion:
Update to version https://github.com/boazsegev/facil.io/commit/5128747363055201d3ecf0e29bf0a961703c9fa0
iodine (RUBY):
Affected version(s) >=0.0.1 <0.7.59
Fix Suggestion:
Update to version 0.7.59
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Loop with Unreachable Exit Condition ('Infinite Loop')
Uncontrolled Resource Consumption