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

4.7 · MEDIUM
Published Sep 13, 2024 linux EPSS 0.18% (7th pctl)

Overview

CVE-2024-46704 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 13, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

workqueue: Fix spruious data race in __flush_work()

When flushing a work item for cancellation, __flush_work() knows that it

exclusively owns the work item through its PENDING bit. 134874e2eee9

("workqueue: Allow cancel_work_sync() and disable_work() from atomic

contexts on BH work items") added a read of @work->data to determine whether

to use busy wait for BH work items that are being canceled. While the read

is safe when @from_cancel, @work->data was read before testing @from_cancel

to simplify code structure:

data = *work_data_bits(work);

if (from_cancel &&

!WARN_ON_ONCE(data & WORK_STRUCT_PWQ) && (data & WORK_OFFQ_BH)) {

While the read data was never used if !@from_cancel, this could trigger

KCSAN data race detection spuriously:

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

BUG: KCSAN: data-race in __flush_work / __flush_work

write to 0xffff8881223aa3e8 of 8 bytes by task 39

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 >= 6.10, < 6.10.7 Affected

Frequently Asked Questions

What is CVE-2024-46704?

CVE-2024-46704 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 13, 2024 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2024-46704?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-46704?

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

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