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

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

Overview

CVE-2021-47261 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:

IB/mlx5: Fix initializing CQ fragments buffer

The function init_cq_frag_buf() can be called to initialize the current CQ

fragments buffer cq->buf, or the temporary cq->resize_buf that is filled

during CQ resize operation.

However, the offending commit started to use function get_cqe() for

getting the CQEs, the issue with this change is that get_cqe() always

returns CQEs from cq->buf, which leads us to initialize the wrong buffer,

and in case of enlarging the CQ we try to access elements beyond the size

of the current cq->buf and eventually hit a kernel panic.

[exception RIP: init_cq_frag_buf+103]

[ffff9f799ddcbcd8] mlx5_ib_resize_cq at ffffffffc0835d60 [mlx5_ib]

[ffff9f799ddcbdb0] ib_resize_cq at ffffffffc05270df [ib_core]

[ffff9f799ddcbdc0] llt_rdma_setup_qp at ffffffffc0a6a712 [llt]

[ffff9f799ddcbe10] llt_rdma_cc_event_action at ffffffffc0a6b411 [llt]

[ffff9f799ddcbe98] llt_rdma_client_conn_thread at f

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.17, < 4.19.195 Affected

Frequently Asked Questions

What is CVE-2021-47261?

CVE-2021-47261 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-47261?

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

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

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