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

5.5 · MEDIUM
Published May 1, 2024 linux EPSS 0.27% (19th pctl)

Overview

CVE-2024-27391 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:

wifi: wilc1000: do not realloc workqueue everytime an interface is added

Commit 09ed8bfc5215 ("wilc1000: Rename workqueue from "WILC_wq" to

"NETDEV-wq"") moved workqueue creation in wilc_netdev_ifc_init in order to

set the interface name in the workqueue name. However, while the driver

needs only one workqueue, the wilc_netdev_ifc_init is called each time we

add an interface over a phy, which in turns overwrite the workqueue with a

new one. This can be observed with the following commands:

for i in $(seq 0 10)

do

iw phy phy0 interface add wlan1 type managed

iw dev wlan1 del

done

ps -eo pid,comm|grep wlan

39 kworker/R-wlan0

98 kworker/R-wlan1

102 kworker/R-wlan1

105 kworker/R-wlan1

108 kworker/R-wlan1

111 kworker/R-wlan1

114 kworker/R-wlan1

117 kworker/R-wlan1

120 kworker/R-wlan1

123 kworker/R-wlan1

126 kworker/R-wlan1

129 kworker/R-wlan1

Fix this leakage by putting back hif_workqueue allocation in

wilc_cfg80

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

Frequently Asked Questions

What is CVE-2024-27391?

CVE-2024-27391 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-27391?

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

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

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