Description
A flaw was found in crun. When the container configuration does not give /dev a dedicated mount, terminal setup can redirect /dev/console onto an attacker-controlled path, including via the read-only-rootfs bind-mount fallback. 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: n/a
KEV: No
Impact: Privilege Escalation
Action: Apply Workaround
AI Analysis

Impact

A flaw in the crun container runtime permits an attacker to redirect the special device /dev/console onto an attacker‑controlled path, allowing the creation of root‑owned files outside the container’s root filesystem. The vulnerability is triggered when the container configuration does not provide a dedicated /dev mount, relying instead on the default read‑only‑rootfs bind‑mount fallback. This bypass facilitates arbitrary file creation with elevated privileges, potentially compromising system integrity.

Affected Systems

The issue affects Red Hat Hardened Images (Hummingbird 1) running crun versions 1.29.1 and earlier. No fix has been released; containers using default configurations that mount a fresh /dev are not exposed.

Risk and Exploitability

The CVSS score of 5.6 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog, suggesting current exploitation likelihood is low but not negligible. The exploit requires the attacker to control the container environment—either by running an untrusted image without a dedicated /dev mount or by manipulating the /dev/console setup—making the attack vector interior to the container but resulting in root‑level file creation outside the container. Proper isolation of /dev mitigates the risk.

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

Remediation

Vendor Workaround

Always mount /dev (Podman/crun default). Do not run untrusted images with a /dev-less config.


OpenCVE Recommended Actions

  • Ensure that the container runtime mounts a dedicated /dev or uses a /dev‑less configuration so that /dev/console cannot be redirected.
  • Avoid running untrusted or arbitrary container images that depend on the read‑only‑rootfs bind‑mount fallback to provide /dev/console.
  • Upgrade to the latest version of crun when a patch becomes available and rebuild the Red Hat Hardened Images to include the fix.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
Description A flaw was found in crun. When the container configuration does not give /dev a dedicated mount, terminal setup can redirect /dev/console onto an attacker-controlled path, including via the read-only-rootfs bind-mount fallback. 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/console symlink follow allows root-owned file creation outside the rootfs
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:40:36.527Z

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

Link: CVE-2026-88264

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-09-10T09:17:03.397

Link: CVE-2026-88264

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T09:30:10Z

Weaknesses
  • CWE-59

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