CVE-2024-46704
Linux Kernel vulnerability analysis and mitigation

Overview

A data race vulnerability was discovered in the Linux kernel's workqueue subsystem, specifically in the _flushwork() function (CVE-2024-46704). The issue was identified when flushing a work item for cancellation, where the work->data was being read before testing from_cancel, potentially triggering KCSAN data race detection spuriously. This vulnerability affects Linux kernel versions from 6.10 up to (excluding) 6.10.7, and various release candidates of version 6.11 (NVD).

Technical details

The vulnerability stems from a logic issue in the workqueue subsystem where _flushwork() function reads work->data before testing fromcancel parameter. While the read is safe when fromcancel is true, the premature access could trigger KCSAN (Kernel Concurrency Sanitizer) data race detection. The issue has a CVSS v3.1 base score of 4.7 (Medium) with vector string CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H, indicating local access required with high attack complexity (NVD).

Impact

The vulnerability primarily affects system stability and could potentially lead to spurious data race detections in the kernel's workqueue subsystem. While the actual impact is limited as the read data was never used when from_cancel was false, it could affect system reliability through false positive race condition reports (Kernel Patch).

Mitigation and workarounds

The issue has been fixed by reorganizing the code so that fromcancel is tested before work->data is accessed. The fix involves a simple code restructuring without requiring READONCE() or other access qualifiers. Users should upgrade to Linux kernel version 6.10.7 or later to receive the fix (Kernel Patch).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40205HIGH7.8
  • Linux KernelLinux Kernel
  • linux-hwe-6.14
NoYesNov 12, 2025
CVE-2025-40211HIGH7.1
  • Linux KernelLinux Kernel
  • linux-azure-fde-6.14
NoYesNov 21, 2025
CVE-2025-40206MEDIUM5.5
  • Linux KernelLinux Kernel
  • kernel-64k-debug-devel
NoYesNov 12, 2025
CVE-2025-40210MEDIUM5.1
  • Linux KernelLinux Kernel
  • kernel-tools-libs-devel
NoYesNov 21, 2025
CVE-2025-40212N/AN/A
  • Linux KernelLinux Kernel
  • kernel-64k
NoYesNov 24, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management