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

5.5 · MEDIUM
Published May 21, 2024 linux EPSS 0.24% (15th pctl)

Overview

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

mac80211-hwsim: fix late beacon hrtimer handling

Thomas explained in https://lore.kernel.org/r/87mtoeb4hb.ffs@tglx

that our handling of the hrtimer here is wrong: If the timer fires

late (e.g. due to vCPU scheduling, as reported by Dmitry/syzbot)

then it tries to actually rearm the timer at the next deadline,

which might be in the past already:

1 2 3 N N+1

| | | ... | |

^ intended to fire here (1)

^ next deadline here (2)

^ actually fired here

The next time it fires, it's later, but will still try to schedule

for the next deadline (now 3), etc. until it catches up with N,

but that might take a long time, causing stalls etc.

Now, all of this is simulation, so we just have to fix it, but

note that the behaviour is wrong even per spec, since there's no

value then in sending all those beacons unali

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.9, < 5.4.151 Affected

Frequently Asked Questions

What is CVE-2021-47396?

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

How severe is CVE-2021-47396?

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

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

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