CVE-2024-40912
Linux Kernel vulnerability analysis and mitigation

Overview

A deadlock vulnerability was discovered in the Linux kernel's mac80211 subsystem, identified as CVE-2024-40912. The issue occurs in the ieee80211stapsdeliverwakeup() function which synchronizes with ieee80211txhunicastpsbuf() using sta->pslock. The vulnerability was discovered in July 2024 and affects Linux kernel versions from 3.14 up to versions before 6.9.6 (NVD).

Technical details

The vulnerability stems from improper locking mechanism implementation in the ieee80211stapsdeliverwakeup() function. The function uses spinlock() to acquire sta->pslock, but this doesn't prevent softirq execution on the same CPU. This allows ieee80211txhunicastps_buf() to run in softirq context and attempt to acquire the same lock, resulting in a deadlock condition. The issue manifests as an RCU stall, with symptoms including CPU lockup and system unresponsiveness. The vulnerability has been assigned a CVSS v3.1 base score of 5.5 (Medium) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).

Impact

The vulnerability can lead to a system deadlock when the affected code path is triggered, potentially causing a denial of service condition. This occurs due to CPU lockup when both the ieee80211stapsdeliverwakeup() function and softirq context attempt to acquire the same lock simultaneously (Kernel Patch).

Mitigation and workarounds

The issue has been fixed by replacing spinlock() with spinlockbh() and spinunlock() with spinunlockbh() in the ieee80211stapsdeliverwakeup() function. This prevents softirq execution on the same CPU that is holding the lock, effectively preventing the deadlock condition. The fix has been implemented in various kernel versions through backported patches (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-40344N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-devel
NoYesDec 09, 2025
CVE-2025-40343N/AN/A
  • Linux KernelLinux Kernel
  • bpftool
NoYesDec 09, 2025
CVE-2025-40342N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-trace
NoYesDec 09, 2025
CVE-2025-40341N/AN/A
  • Linux KernelLinux Kernel
  • kernel-headers
NoYesDec 09, 2025
CVE-2025-40340N/AN/A
  • Linux KernelLinux Kernel
  • kernel-rt-64k-debug-modules-extra
NoYesDec 09, 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