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

7.1 · HIGH
Published May 22, 2024 linux CWE-129 EPSS 0.20% (10th pctl)

Overview

CVE-2021-47449 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 22, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

ice: fix locking for Tx timestamp tracking flush

Commit 4dd0d5c33c3e ("ice: add lock around Tx timestamp tracker flush")

added a lock around the Tx timestamp tracker flow which is used to

cleanup any left over SKBs and prepare for device removal.

This lock is problematic because it is being held around a call to

ice_clear_phy_tstamp. The clear function takes a mutex to send a PHY

write command to firmware. This could lead to a deadlock if the mutex

actually sleeps, and causes the following warning on a kernel with

preemption debugging enabled:

[ 715.419426] BUG: sleeping function called from invalid context at kernel/locking/mutex.c:573

[ 715.427900] in_atomic(): 1, irqs_disabled(): 0, non_block: 0, pid: 3100, name: rmmod

[ 715.435652] INFO: lockdep is turned off.

[ 715.439591] Preemption disabled at:

[ 715.439594] [<0000000000000000>] 0x0

[ 715.446678] CPU: 52 PID: 3100 Comm: rmmod Tainted: G W OE

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 >= 5.14.4, < 5.14.14 Affected

Frequently Asked Questions

What is CVE-2021-47449?

CVE-2021-47449 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 22, 2024 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2021-47449?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-47449?

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

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