CVE-2025-62596
CRITICAL10.0EPSS 0.06%youki container escape and denial of service due to arbitrary write gadgets and procfs write redirects
描述
### Impact ### youki’s apparmor handling performs insufficiently strict write-target validation, which—combined with path substitution during pathname resolution—can allow writes to unintended procfs locations. **Weak write-target check** youki only verifies that the destination lies somewhere under procfs. As a result, a write intended for `/proc/self/attr/apparmor/exec` can succeed even if the path has been redirected to `/proc/sys/kernel/hostname`(which is also in procfs). **Path substitution** While resolving a path component-by-component, a shared-mount race can substitute intermediate components and redirect the final target. This is a different project, but the core logic is similar to the CVE in runc. Issues were identified in runc, and verification was also conducted in youki to confirm the problems. https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm ### Credits ### Thanks to Li Fubang (@lifubang from acmcoder.com, CIIC) and Tõnis Tiigi (@tonistiigi from Docker) for both independently discovering runc's original vulnerability, as well as Aleksa Sarai (@cyphar from SUSE) for the original research into this class of security issues and solutions.
受影響套件(1)
- crates.io/youkifrom 0, < 0.5.7
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:A/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H |
| osv | CVSS 3.1 | CRITICAL10.0 | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:H |
參考連結(8)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2025-62596
- PATCHhttps://github.com/youki-dev/youki
- WEBhttps://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm
- WEBhttps://github.com/youki-dev/youki/commit/5886c91073b9be748bd8d5aed49c4a820548030a
- WEBhttps://github.com/youki-dev/youki/security/advisories/GHSA-vf95-55w6-qmrf
- WEBhttps://pkg.go.dev/github.com/cyphar/filepath-securejoin/pathrs-lite/procfs
- WEBhttps://youtu.be/tGseJW_uBB8
- WEBhttps://youtu.be/y1PaBzxwRWQ