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

5.5 · MEDIUM
Published Feb 28, 2024 linux EPSS 0.25% (16th pctl)

Overview

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

bnxt_en: Fix RX consumer index logic in the error path.

In bnxt_rx_pkt(), the RX buffers are expected to complete in order.

If the RX consumer index indicates an out of order buffer completion,

it means we are hitting a hardware bug and the driver will abort all

remaining RX packets and reset the RX ring. The RX consumer index

that we pass to bnxt_discard_rx() is not correct. We should be

passing the current index (tmp_raw_cons) instead of the old index

(raw_cons). This bug can cause us to be at the wrong index when

trying to abort the next RX packet. It can crash like this:

#0 [ffff9bbcdf5c39a8] machine_kexec at ffffffff9b05e007

#1 [ffff9bbcdf5c3a00] __crash_kexec at ffffffff9b111232

#2 [ffff9bbcdf5c3ad0] panic at ffffffff9b07d61e

#3 [ffff9bbcdf5c3b50] oops_end at ffffffff9b030978

#4 [ffff9bbcdf5c3b78] no_context at ffffffff9b06aaf0

#5 [ffff9bbcdf5c3bd8] __bad_area_nosemaphore at ffffffff9b06ae2e

#6 [fff

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.1, < 5.4.119 Affected

Frequently Asked Questions

What is CVE-2021-47015?

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

How severe is CVE-2021-47015?

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

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

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