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

7.5 · HIGH
Published Oct 21, 2024 linux CWE-416 EPSS 0.73% (51th pctl)

Overview

CVE-2024-47696 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency

In the commit aee2424246f9 ("RDMA/iwcm: Fix a use-after-free related to

destroying CM IDs"), the function flush_workqueue is invoked to flush the

work queue iwcm_wq.

But at that time, the work queue iwcm_wq was created via the function

alloc_ordered_workqueue without the flag WQ_MEM_RECLAIM.

Because the current process is trying to flush the whole iwcm_wq, if

iwcm_wq doesn't have the flag WQ_MEM_RECLAIM, verify that the current

process is not reclaiming memory or running on a workqueue which doesn't

have the flag WQ_MEM_RECLAIM as that can break forward-progress guarantee

leading to a deadlock.

The call trace is as below:

[ 125.350876][ T1430] Call Trace:

[ 125.356281][ T1430] <TASK>

[ 125.361285][ T1430] ? __warn (kernel/panic.c:693)

[ 125.367640][ T1430] ? check_flush_dependency (kernel/workqueue.c:3706 (discriminator 9))

[ 125.375689][ T14

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.19.320, < 5.4 Affected

Frequently Asked Questions

What is CVE-2024-47696?

CVE-2024-47696 is a high-severity vulnerability affecting linux linux_kernel. It was published on October 21, 2024 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2024-47696?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2024-47696?

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

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