Lucene search

K
redhatcveRedhat.comRH:CVE-2021-47579
HistoryJun 20, 2024 - 11:25 a.m.

CVE-2021-47579

2024-06-2011:25:50
redhat.com
access.redhat.com
4
linux kernel
vulnerability
ovl_create_real()

7.1 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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.

7.1 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

Related for RH:CVE-2021-47579