Description
BusyBox httpd treats yescrypt ($y$) password hashes as plaintext during Basic Authentication, inverting the authentication check.
Published: 2026-09-23
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: Authentication Bypass
Action: Use SHA‑512
AI Analysis

Impact

BusyBox httpd misidentifies yescrypt ($y$) password hashes as plaintext during HTTP Basic Authentication, causing the server to treat the stored hash string as a clear‑text password. When a client supplies the same hash string, the comparison passes and the user is granted access, effectively bypassing proper authentication. The effect is that an attacker who can observe or guess the hash string can authenticate without the actual plaintext password, compromising confidentiality and integrity of protected resources.

Affected Systems

The vulnerability appears in BusyBox httpd packaged within Red Hat Hardened Images, specifically Hummingbird 1 (CPE: cpe:/a:redhat:hummingbird:1). Any deployment of this image that exposes a password‑protected HTTP resource using BusyBox httpd is potentially affected.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. EPSS is not available and the vulnerability is not listed in CISA KEV, suggesting limited current exploitation activity. The likely attack vector is remote over the network, as HTTP Basic Authentication is transmitted over ports accessible to attackers. Exploitation would require the attacker to supply the exact yescrypt hash string, which may be hard to discover, but the risk is significant if credentials are exposed or guessed.

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

Remediation

Vendor Workaround

Do not use BusyBox httpd for password-protected resources. If it must be used, configure authentication with SHA-512 ($6$) hashes, which are correctly detected. Upstream should update the hash detection logic to recognize the $y$ prefix.


OpenCVE Recommended Actions

  • Avoid using BusyBox httpd for password‑protected resources.
  • If required, configure authentication to use SHA‑512 ($6$) hashes, which BusyBox httpd correctly detects.
  • Await upstream patch to correctly recognize $y$ prefix or apply custom hash detection logic.

Generated by OpenCVE AI on September 23, 2026 at 19:54 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': 'no', '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 treats yescrypt ($y$) password hashes as plaintext during Basic Authentication, inverting the authentication check.
Title Busybox: busybox: httpd misidentifies yescrypt password hashes as plaintext, inverting authentication
First Time appeared Redhat
Redhat hummingbird
Weaknesses CWE-305
CPEs cpe:/a:redhat:hummingbird:1
Vendors & Products Redhat
Redhat hummingbird
References
Metrics cvssV3_1

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


Subscriptions

Redhat Hummingbird
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-23T18:00:58.072Z

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

Link: CVE-2026-88837

cve-icon Vulnrichment

Updated: 2026-09-23T18:00:27.062Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-88837

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-305

    Authentication Bypass by Primary Weakness