CVE Vulnerabilities

CVE-2026-53489

UNIX Symbolic Link (Symlink) Following

Published: Jul 01, 2026 | Modified: Jul 02, 2026
CVSS 3.x
6.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
6.5 IMPORTANT
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Ubuntu
HIGH
root.io logo minimus.io logo echo.ai logo

containerd is an open-source container runtime. Versions prior to 2.3.2, 2.2.5 and 2.1.9 contain a bug where the CRI plugin restores container.log from a checkpoint image without validating a symlinked path. This could result in reading an arbitrary file on the host via kubectl logs. This issue has been fixed in versions 2.3.2, 2.2.5 and 2.1.9.

Weakness

The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.

Affected Software

NameVendorStart VersionEnd Version
ContainerdLinuxfoundation2.1.0 (including)2.1.9 (excluding)
ContainerdLinuxfoundation2.2.0 (including)2.2.5 (excluding)
ContainerdLinuxfoundation2.3.0 (including)2.3.2 (excluding)
Red Hat Hardened ImagesRedHattrivy-main-0.69.3-1.2.hum1*
Red Hat Hardened ImagesRedHatgrype-main-0.115.0-0.1.hum1*
Red Hat Hardened ImagesRedHatsyft-main-1.46.0-0.1.hum1*
Containerd-appUbuntudevel*
Containerd-appUbuntuesm-apps/jammy*
Containerd-appUbuntujammy*
Containerd-appUbuntunoble*
Containerd-appUbuntuquesting*
Containerd-appUbunturesolute*
Containerd-appUbuntuupstream*
Containerd-stableUbuntudevel*
Containerd-stableUbuntuquesting*
Containerd-stableUbunturesolute*
Containerd-stableUbuntuupstream*

Potential Mitigations

  • Follow the principle of least privilege when assigning access rights to entities in a software system.
  • Denying access to a file can prevent an attacker from replacing that file with a link to a sensitive file. Ensure good compartmentalization in the system to provide protected areas that can be trusted.

References