CVE-2026-26157: Busybox: busybox: arbitrary file overwrite and potential code execution via incomplete path sanitization
A flaw was found in BusyBox. Incomplete path sanitization in its archive extraction utilities allows an attacker to craft malicious archives that when extracted, and under specific conditions, may write to files outside the intended directory. This can lead to arbitrary file overwrite, potentially enabling code execution through the modification of sensitive system files.
Security readout for executives and security teams
Plain-English summary
BusyBox archive extraction can be tricked into writing files outside the intended folder when a user or process extracts a malicious archive. In affected images, this could overwrite sensitive files and may lead to code execution. The attack needs local extraction and user interaction, so urgency depends on whether untrusted archives are handled.
Executive priority
Treat this as high priority where BusyBox processes untrusted archives or appears in production base images. It is not currently known to be actively exploited from the provided evidence, but arbitrary file overwrite in widely reused components can become operationally serious quickly.
Technical view
The flaw is incomplete path sanitization in BusyBox archive extraction utilities, mapped to CWE-73. The CVSS 3.1 score is 7.0 with local attack vector, high complexity, no privileges required, and user interaction required. Red Hat lists Red Hat Hardened Images busybox-main 1.37.0-7.2.hum1 as affected; RHEL 6 status is unknown.
Likely exposure
Highest exposure is in container images, embedded systems, appliances, or automation that use BusyBox to unpack archives from untrusted or semi-trusted sources. Red Hat specifically identifies affected Hardened Images. Siemens has an advisory, but the prompt bundle does not identify specific Siemens products or fixed versions.
Exploitation context
The source bundle does not support active exploitation: KEV is false and no cited source states exploitation in the wild. Exploitation requires a crafted archive being extracted under specific conditions, making phishing, supply-chain package handling, CI jobs, and appliance update workflows plausible risk contexts.
Researcher notes
Focus validation on path traversal controls in BusyBox archival extraction and on real extraction call paths. Evidence is incomplete for RHEL 6 and Siemens product scope in the provided bundle. Do not assume broader BusyBox version impact beyond the cited vendor and upstream references.
Mitigation direction
Apply Red Hat updates from RHSA-2026:13831 where applicable.
Check BusyBox vendor guidance and the upstream archival commit for fixed versions.
Avoid extracting untrusted archives with vulnerable BusyBox utilities.
Run extraction in isolated directories with constrained permissions.
Review Siemens SSA-253495 if Siemens products are in scope.
Validation and detection
Inventory BusyBox versions in images, appliances, and base containers.
Check for Red Hat Hardened Images using busybox-main 1.37.0-7.2.hum1.
Confirm whether archive extraction uses BusyBox utilities in exposed workflows.
Review CI, update, and import jobs that unpack user-supplied archives.
Track vendor status for products marked unknown or not detailed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-73: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
7Timeline events
3ADP providers
7Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-73 · source CWE mapping
External Control of File Name or Path
External Control of File Name or Path represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.