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-2024-27014

5.5 · MEDIUM
Published May 1, 2024 linux CWE-667 EPSS 0.18% (7th pctl)

Overview

CVE-2024-27014 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 1, 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:

net/mlx5e: Prevent deadlock while disabling aRFS

When disabling aRFS under the `priv->state_lock`, any scheduled

aRFS works are canceled using the `cancel_work_sync` function,

which waits for the work to end if it has already started.

However, while waiting for the work handler, the handler will

try to acquire the `state_lock` which is already acquired.

The worker acquires the lock to delete the rules if the state

is down, which is not the worker's responsibility since

disabling aRFS deletes the rules.

Add an aRFS state variable, which indicates whether the aRFS is

enabled and prevent adding rules when the aRFS is disabled.

Kernel log:

======================================================

WARNING: possible circular locking dependency detected

6.7.0-rc4_net_next_mlx5_5483eb2 #1 Tainted: G I

------------------------------------------------------

ethtool/386089 is trying to acquire lock:

ffff88810f21ce68 (

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.13, < 5.15.157 Affected

Frequently Asked Questions

What is CVE-2024-27014?

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

How severe is CVE-2024-27014?

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-2024-27014?

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-2024-27014?

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