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

7.0 · HIGH
Published Feb 27, 2024 linux EPSS 0.20% (10th pctl)

Overview

CVE-2021-46910 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 and has a CVSS 3.1 base score of 7.0 (HIGH).

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

ARM: 9063/1: mm: reduce maximum number of CPUs if DEBUG_KMAP_LOCAL is enabled

The debugging code for kmap_local() doubles the number of per-CPU fixmap

slots allocated for kmap_local(), in order to use half of them as guard

regions. This causes the fixmap region to grow downwards beyond the start

of its reserved window if the supported number of CPUs is large, and collide

with the newly added virtual DT mapping right below it, which is obviously

not good.

One manifestation of this is EFI boot on a kernel built with NR_CPUS=32

and CONFIG_DEBUG_KMAP_LOCAL=y, which may pass the FDT in highmem, resulting

in block entries below the fixmap region that the fixmap code misidentifies

as fixmap table entries, and subsequently tries to dereference using a

phys-to-virt translation that is only valid for lowmem. This results in a

cryptic splat such as the one below.

ftrace: allocating 45548 entries in 89 pages

8<--- cut here

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.11.0, < 5.11.16 Affected

Frequently Asked Questions

What is CVE-2021-46910?

CVE-2021-46910 is a high-severity vulnerability affecting linux linux_kernel. It was published on February 27, 2024 and has a CVSS 3.1 base score of 7.0 (HIGH).

How severe is CVE-2021-46910?

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

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

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