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

7.8 · HIGH
Published May 24, 2024 linux CWE-416 EPSS 0.29% (22th pctl)

Overview

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

net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources()

In mlx4_en_try_alloc_resources(), mlx4_en_copy_priv() is called and

tmp->tx_cq will be freed on the error path of mlx4_en_copy_priv().

After that mlx4_en_alloc_resources() is called and there is a dereference

of &tmp->tx_cq[t][i] in mlx4_en_alloc_resources(), which could lead to

a use after free problem on failure of mlx4_en_copy_priv().

Fix this bug by adding a check of mlx4_en_copy_priv()

This bug was found by a static analyzer. The analysis employs

differential checking to identify inconsistent security operations

(e.g., checks or kfrees) between two code paths and confirms that the

inconsistent operations are not recovered in the current function or

the callers, so they constitute bugs.

Note that, as a bug found by static analysis, it can be a false

positive or hard to trigger. Multiple researchers have cross-reviewed

the bug.

Builds with

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 >= 4.7, < 4.14.257 Affected

Frequently Asked Questions

What is CVE-2021-47541?

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

How severe is CVE-2021-47541?

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

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

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