AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2021-47579

MEDIUM · CVSS 5.5 EPSS 0.24%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-06-19 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.5. It affects Linux.

CVE
CVE-2021-47579
Severity
MEDIUM
CVSS
5.5
EPSS
0.24%
Linux

Original NVD Description

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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)