CVE-2026-88831
Received Received - Intake

BusyBox httpd IP deny rules fail open with invalid CIDR prefixes

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

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: redhat-SADP

Description

BusyBox httpd IP deny rules with invalid CIDR prefix lengths fail open, leaving a parsed IP with a zeroed mask so the rule matches no clients.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
busybox httpd *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-636 When the product encounters an error condition or failure, its design requires it to fall back to a state that is less secure than other options that are available, such as selecting the weakest encryption algorithm or using the most permissive access control restrictions.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects BusyBox httpd, where IP deny rules with invalid CIDR prefix lengths fail open. Instead of blocking traffic as intended, the rule becomes ineffective because the parsed IP address gets a zeroed network mask, causing it to match no clients. This allows network clients that should be blocked to access protected content.

Detection Guidance

Check BusyBox httpd configuration files for invalid CIDR prefix lengths in IP deny rules. Use commands like grep to search for patterns such as /999 or other non-standard masks in httpd.conf or similar files.

Impact Analysis

If you use BusyBox httpd with IP deny rules configured with invalid CIDR masks, unauthorized users may bypass access controls and access protected content. Exploitation requires a misconfigured CIDR mask in the configuration file. The impact is limited since BusyBox httpd is rarely used in production environments.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, potentially violating compliance requirements such as GDPR or HIPAA. Organizations using BusyBox httpd with misconfigured IP deny rules may fail to enforce proper access controls, increasing the risk of data breaches.

Mitigation Strategies

Audit configuration files for valid CIDR prefix lengths. Implement network-level access controls like iptables or nftables as the primary enforcement layer. Update BusyBox to a patched version if available.

Chat Assistant

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

EPSS Chart