Bug 2531346 (CVE-2026-88831) - CVE-2026-88831 busybox: busybox: httpd silently fails open when IP deny rules contain invalid CIDR prefix lengths
Summary: CVE-2026-88831 busybox: busybox: httpd silently fails open when IP deny rules...
Keywords:
Status: NEW
Alias: CVE-2026-88831
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-10 09:46 UTC by OSIDB Bzimport
Modified: 2026-09-23 16:42 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-10 09:46:02 UTC
A vulnerability was found in the BusyBox httpd IP-based access control list (ACL) parser (networking/httpd.c). When a D: (deny) rule is configured with a syntactically invalid CIDR prefix length, such as /999, the parser does not validate the mask value. Instead of rejecting the malformed rule or defaulting to a restrictive interpretation, the resulting miscalculated network mask silently fails to match the intended IP address range.

This means that a deny rule intended to block an entire subnet may effectively deny no traffic at all. The silent failure mode violates the principle of failing securely and could remain undetected for extended periods.


Note You need to log in before you can comment on or make changes to this bug.