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

7.1 · HIGH
Published May 21, 2024 linux CWE-203 EPSS 0.22% (13th pctl)

Overview

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

x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer

Both Intel and AMD consider it to be architecturally valid for XRSTOR to

fail with #PF but nonetheless change the register state. The actual

conditions under which this might occur are unclear [1], but it seems

plausible that this might be triggered if one sibling thread unmaps a page

and invalidates the shared TLB while another sibling thread is executing

XRSTOR on the page in question.

__fpu__restore_sig() can execute XRSTOR while the hardware registers

are preserved on behalf of a different victim task (using the

fpu_fpregs_owner_ctx mechanism), and, in theory, XRSTOR could fail but

modify the registers.

If this happens, then there is a window in which __fpu__restore_sig()

could schedule out and the victim task could schedule back in without

reloading its own FPU registers. This would result in part of the FPU

state that __fpu__restore_sig()

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.2, < 5.10.46 Affected

Frequently Asked Questions

What is CVE-2021-47226?

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

How severe is CVE-2021-47226?

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

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

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