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.
Published: 2026-09-23
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized access due to access control bypass
Action: Patch
AI Analysis

Impact

BusyBox httpd interprets IP deny rules that contain invalid CIDR prefix lengths incorrectly, causing the parser to fail open and leave the mask zeroed. The rule then matches no clients, effectively removing the intended block and allowing any IP address to reach the service. This exposure creates a direct access control bypass for any endpoint protected only by such rules, potentially revealing sensitive functionality or data to unauthorized users.

Affected Systems

The flaw is present in Red Hat Hardened Images that include the BusyBox httpd component, specifically the Hummingbird 1 image identified by the CPE cpe:/a:redhat:hummingbird:1. All installations using this image without an update that fixes the parsing bug are affected; no additional vendor product versions are listed as impacted.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity vulnerability. The EPSS score is not available, so there is no quantified exploitation probability. The vulnerability is not listed in the CISA KEV catalog. The issue is a failed denial‑rule implementation that can be exploited by any user who can reach the service, but it does not provide remote code execution or privilege escalation. The risk remains moderate, primarily affecting the confidentiality and integrity of the protected service.

Generated by OpenCVE AI on September 23, 2026 at 19:55 UTC.

Remediation

Vendor Workaround

Audit all BusyBox httpd configuration files for syntactically valid CIDR prefix lengths. Implement network-level access controls (iptables/nftables) as the primary enforcement layer rather than relying on application-level ACLs.


OpenCVE Recommended Actions

  • Upgrade to the latest Red Hat Hardened Images that contain the patched BusyBox httpd
  • Audit all httpd configuration files and correct any IP deny rules that use invalid CIDR prefix lengths
  • Implement network‑level ACLs (iptables or nftables) to enforce IP restrictions, treating application‑level rules as a secondary layer.

Generated by OpenCVE AI on September 23, 2026 at 19:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 23 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 23 Sep 2026 18:00:00 +0000

Type Values Removed Values Added
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.
Title Busybox: busybox: httpd silently fails open when ip deny rules contain invalid cidr prefix lengths
First Time appeared Redhat
Redhat hummingbird
Weaknesses CWE-636
CPEs cpe:/a:redhat:hummingbird:1
Vendors & Products Redhat
Redhat hummingbird
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Redhat Hummingbird
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-23T18:11:48.288Z

Reserved: 2026-09-10T09:42:04.559Z

Link: CVE-2026-88831

cve-icon Vulnrichment

Updated: 2026-09-23T18:10:58.581Z

cve-icon NVD

Status : Received

Published: 2026-09-23T18:17:10.080

Modified: 2026-09-23T19:19:42.490

Link: CVE-2026-88831

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-23T20:00:09Z

Weaknesses
  • CWE-636

    Not Failing Securely ('Failing Open')