Impact
BusyBox’s passwd/group parser contains an out‑of‑bounds write of heap pointers caused by a stale tokenize() endpoint after trimming. This memory corruption can potentially allow an attacker to execute arbitrary code, crash the system, or disrupt services. The flaw is classified as CWE‑787.
Affected Systems
The vulnerability affects Red Hat Hardened Images based on BusyBox Hummingbird 1. No specific version range is provided, so any installation of this image that includes the affected BusyBox package is considered vulnerable.
Risk and Exploitability
The CVSS score of 6.7 indicates a medium severity impact. The EPSS score is not available, and the CVE is not listed in CISA’s KEV catalog. Attackers would need the ability to modify /etc/passwd or /etc/group to trigger the parser bug, which typically requires privileged or local access. The provided workaround recommends restricting write access to those files to root and protecting them with mandatory access controls, which mitigates the risk until a formal fix is delivered.
OpenCVE Enrichment