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

7.8 · HIGH
Published May 21, 2024 linux CWE-787 EPSS 0.23% (14th pctl)

Overview

CVE-2021-47282 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.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:

spi: bcm2835: Fix out-of-bounds access with more than 4 slaves

Commit 571e31fa60b3 ("spi: bcm2835: Cache CS register value for

->prepare_message()") limited the number of slaves to 3 at compile-time.

The limitation was necessitated by a statically-sized array prepare_cs[]

in the driver private data which contains a per-slave register value.

The commit sought to enforce the limitation at run-time by setting the

controller's num_chipselect to 3: Slaves with a higher chipselect are

rejected by spi_add_device().

However the commit neglected that num_chipselect only limits the number

of *native* chipselects. If GPIO chipselects are specified in the

device tree for more than 3 slaves, num_chipselect is silently raised by

of_spi_get_gpio_numbers() and the result are out-of-bounds accesses to

the statically-sized array prepare_cs[].

As a bandaid fix which is backportable to stable, raise the number of

allowed slaves to

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.4, < 5.4.126 Affected

Frequently Asked Questions

What is CVE-2021-47282?

CVE-2021-47282 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.8 (HIGH).

How severe is CVE-2021-47282?

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

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

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