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-47460

5.5 · MEDIUM
Published May 22, 2024 linux EPSS 0.21% (11th pctl)

Overview

CVE-2021-47460 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 22, 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:

ocfs2: fix data corruption after conversion from inline format

Commit 6dbf7bb55598 ("fs: Don't invalidate page buffers in

block_write_full_page()") uncovered a latent bug in ocfs2 conversion

from inline inode format to a normal inode format.

The code in ocfs2_convert_inline_data_to_extents() attempts to zero out

the whole cluster allocated for file data by grabbing, zeroing, and

dirtying all pages covering this cluster. However these pages are

beyond i_size, thus writeback code generally ignores these dirty pages

and no blocks were ever actually zeroed on the disk.

This oversight was fixed by commit 693c241a5f6a ("ocfs2: No need to zero

pages past i_size.") for standard ocfs2 write path, inline conversion

path was apparently forgotten; the commit log also has a reasoning why

the zeroing actually is not needed.

After commit 6dbf7bb55598, things became worse as writeback code stopped

invalidating buffers on pages b

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 >= 4.9.242, < 4.9.288 Affected

Frequently Asked Questions

What is CVE-2021-47460?

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

How severe is CVE-2021-47460?

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-47460?

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-47460?

CyberStrike's AI-powered security agents can automatically detect CVE-2021-47460 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.