Description
A flaw was found in crun. After pivot_root, reopening /dev/null for stdio can follow a symlink and attach a host file to container stdio, then change that file's ownership. Affected versions are crun 1.29.1 and earlier. Default configurations that mount a fresh /dev are not exposed. No fixed release is available yet.
Published: 2026-09-10
Score: 5.6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Host file manipulation and ownership change
Action: Apply patch
AI Analysis

Impact

A flaw in the crun container runtime allows an attacker that can trigger a pivot_root and reopen /dev/null to make the runtime follow a symlink, bind‑mount a host file into the container’s standard I/O, and then change that file’s ownership. The flaw enables altering files on the host system, which can compromise the integrity of important system files and potentially elevate privileges if the changed file is used by privileged processes. The weakness is a form of path traversal (CWE‑59).

Affected Systems

Affected vendors and products include Red Hat Hardened Images, which uses the Red Hat Hummingbird project. Affected versions are crun 1.29.1 and earlier.

Risk and Exploitability

The CVSS score of 5.6 indicates moderate severity. EPSS information is not available, and the vulnerability is not listed in CISA’s KEV catalog, implying no known widespread exploitation. The likely attack vector requires the attacker to be able to run a privileged container that performs pivot_root and reopens /dev/null for stdio, so the exploitation risk in a standard containerized environment is limited but it remains a serious local attack that can affect the host filesystem. The absence of a published fix means the risk persists until a new crun release is available.

Generated by OpenCVE AI on September 10, 2026 at 10:52 UTC.

Remediation

Vendor Workaround

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.


OpenCVE Recommended Actions

  • Upgrade to a later crun release once a patch is released; current fixed version is not yet available.
  • Configure the container runtime to disallow the /dev/null reopen or bind‑mount host files by using runtime flags or disabling pivot_root for containers.
  • Apply additional container security controls such as seccomp, SELinux, or AppArmor to restrict file system access and block write operations to critical host directories.

Generated by OpenCVE AI on September 10, 2026 at 10:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 10 Sep 2026 09:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in crun. After pivot_root, reopening /dev/null for stdio can follow a symlink and attach a host file to container stdio, then change that file's ownership. Affected versions are crun 1.29.1 and earlier. Default configurations that mount a fresh /dev are not exposed. No fixed release is available yet.
Title Crun: crun: /dev/null symlink follow during stdio reopen allows host bind-mount write and chown
First Time appeared Redhat
Redhat hummingbird
Weaknesses CWE-59
CPEs cpe:/a:redhat:hummingbird:1
Vendors & Products Redhat
Redhat hummingbird
References
Metrics cvssV3_1

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


Subscriptions

Redhat Hummingbird
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-10T08:57:03.229Z

Reserved: 2026-09-10T01:57:19.212Z

Link: CVE-2026-88265

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-10T09:17:03.523

Modified: 2026-09-10T14:50:07.813

Link: CVE-2026-88265

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-09T00:00:00Z

Links: CVE-2026-88265 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T11:00:10Z

Weaknesses
  • CWE-59

    Improper Link Resolution Before File Access ('Link Following')