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

7.8 · HIGH
Published Apr 10, 2024 linux EPSS 0.66% (49th pctl)

Overview

CVE-2021-47189 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 10, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

btrfs: fix memory ordering between normal and ordered work functions

Ordered work functions aren't guaranteed to be handled by the same thread

which executed the normal work functions. The only way execution between

normal/ordered functions is synchronized is via the WORK_DONE_BIT,

unfortunately the used bitops don't guarantee any ordering whatsoever.

This manifested as seemingly inexplicable crashes on ARM64, where

async_chunk::inode is seen as non-null in async_cow_submit which causes

submit_compressed_extents to be called and crash occurs because

async_chunk::inode suddenly became NULL. The call trace was similar to:

pc : submit_compressed_extents+0x38/0x3d0

lr : async_cow_submit+0x50/0xd0

sp : ffff800015d4bc20

<registers omitted for brevity>

Call trace:

submit_compressed_extents+0x38/0x3d0

async_cow_submit+0x50/0xd0

run_ordered_work+0xc8/0x280

btrfs_work_helper+0x98/0x2

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 >= 3.15, < 4.4.293 Affected

Frequently Asked Questions

What is CVE-2021-47189?

CVE-2021-47189 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 10, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2021-47189?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-47189?

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

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