CVE-2021-47579

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
19/06/2024
Last modified:
29/09/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ovl: fix warning in ovl_create_real()<br /> <br /> Syzbot triggered the following warning in ovl_workdir_create() -&gt;<br /> ovl_create_real():<br /> <br /> if (!err &amp;&amp; WARN_ON(!newdentry-&gt;d_inode)) {<br /> <br /> The reason is that the cgroup2 filesystem returns from mkdir without<br /> instantiating the new dentry.<br /> <br /> Weird filesystems such as this will be rejected by overlayfs at a later<br /> stage during setup, but to prevent such a warning, call ovl_mkdir_real()<br /> directly from ovl_workdir_create() and reject this case early.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.19.222 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.20 (including) 5.4.168 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.5 (including) 5.10.88 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (including) 5.15.11 (excluding)