Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2021-47119

5.5 · MEDIUM
Published Mar 15, 2024 linux CWE-401 EPSS 0.25% (16th pctl)

Overview

CVE-2021-47119 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 15, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ext4: fix memory leak in ext4_fill_super

Buffer head references must be released before calling kill_bdev();

otherwise the buffer head (and its page referenced by b_data) will not

be freed by kill_bdev, and subsequently that bh will be leaked.

If blocksizes differ, sb_set_blocksize() will kill current buffers and

page cache by using kill_bdev(). And then super block will be reread

again but using correct blocksize this time. sb_set_blocksize() didn't

fully free superblock page and buffer head, and being busy, they were

not freed and instead leaked.

This can easily be reproduced by calling an infinite loop of:

systemctl start <ext4_on_lvm>.mount, and

systemctl stop <ext4_on_lvm>.mount

... since systemd creates a cgroup for each slice which it mounts, and

the bh leak get amplified by a dying memory cgroup that also never

gets freed, and memory consumption is much more easily noticed.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 2.6.19, < 5.10.43 Affected

Frequently Asked Questions

What is CVE-2021-47119?

CVE-2021-47119 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 15, 2024 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2021-47119?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2021-47119?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2021-47119?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47119 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.