Vulnerability in Linux
CVE-2021-47579
In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovl_create_real() Syzbot triggered the following warning in ovl_workdir_create() -> ovl_create_real(): if (!err && WARN_ON(!newdentry->d_inode)) { The reason is that the cgroup2 filesystem returns from mkdir without instantiating the new dentry. Weird filesystems such as this will be rejected by overlayfs at a later stage during setup, but to prevent such a warning, call ovl_mkdir_real() directly from ovl_workdir_create() and reject this case early.
EPSS: 0.002 (14.7th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions e9be9d5e76e34872f0c37d72e25bc27fe9e2c54c, 3.18, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2021-47579?
- CVE-2021-47579 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2024-06-19.
- How severe is CVE-2021-47579?
- Medium severity. CVSS v3 base score is 5.5 out of 10.