Deadlock Vulnerability in Linux Kernel Affecting Network Interfaces
CVE-2026-68408

Currently unrated

Key Information:

Vendor

Linux

Status
Vendor
CVE Published:
10 August 2026

What is CVE-2026-68408?

A deadlock vulnerability has been identified in the Linux kernel's handling of network interfaces, specifically within the cfg80211 module. The issue arises when a netlink socket associated with a PMSR session is closed while there is concurrent activity from the interface teardown process. This can lead to a scenario where one thread holds the wiphy_lock while waiting for another to release it, causing both threads to become blocked. The vulnerability has been addressed by modifying the handling of the pmsr_free_wk work item to prevent this deadlock situation. The fix involves transitioning the work item to use wiphy_work, which is specifically designed to run without locking contention issues.

Affected Version(s)

Linux d32c07ef1880fe20cf4ab223dbfedc9c0b2816aa < 21512b5f7a74fd18c996c22e6854efe57d570816

Linux a1b7a843f12a0c3e9d3a2ca607ce451916ef42cf < 133684982dd0c24359fcc641d19d89cc17d6e5ef

Linux 6dccbc9f3e1d38565dff7730d2b7d1e8b16c9b09 < 0a77d9fb4d5c0e01306cd406ffdee8f1fe955c0e

References

Timeline

  • Vulnerability published

  • Vulnerability Reserved

.