CVE-2026-31548: wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
In the Linux kernel, the following vulnerability has been resolved:
wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
When the nl80211 socket that originated a PMSR request is
closed, cfg80211_release_pmsr() sets the request's nl_portid
to zero and schedules pmsr_free_wk to process the abort
asynchronously. If the interface is concurrently torn down
before that work runs, cfg80211_pmsr_wdev_down() calls
cfg80211_pmsr_process_abort() directly. However, the already-
scheduled pmsr_free_wk work item remains pending and may run
after the interface has been removed from the driver. This
could cause the driver's abort_pmsr callback to operate on a
torn-down interface, leading to undefined behavior and
potential crashes.
Cancel pmsr_free_wk synchronously in cfg80211_pmsr_wdev_down()
before calling cfg80211_pmsr_process_abort(). This ensures any
pending or in-progress work is drained before interface teardown
proceeds, preventing the work from invoking the driver abort
callback after the interface is gone.
Security readout for executives and security teams
Plain-English summary
A timing flaw in Linux Wi-Fi request cleanup can let delayed kernel work access a wireless interface after teardown. This may cause undefined behavior or crash the system. Exploitation requires local, low-privileged access and specific concurrent events; the supplied evidence does not show active exploitation.
Executive priority
Treat this as a high-priority kernel maintenance issue for Linux endpoints with wireless capability, especially shared or locally accessible systems. Expedite validated vendor updates, but an emergency internet-wide response is not supported because the attack is local and active exploitation is not evidenced.
Technical view
When a PMSR-originating nl80211 socket closes, asynchronous pmsr_free_wk cleanup can race with cfg80211 interface teardown. The pending worker may later invoke the driver's abort_pmsr callback on a removed interface. The stable fixes synchronously cancel and drain that work before processing the abort.
Likely exposure
Exposure is most likely on affected Linux systems using cfg80211 Wi-Fi and drivers implementing PMSR abort handling. Trigger conditions require local access, a PMSR request, socket closure, and concurrent interface teardown. Exact distribution exposure depends on backports; the supplied version data cannot reliably map every vendor kernel.
Exploitation context
CVSS 3.1 is 7.8: local, low complexity, low privileges, and no user interaction, with potentially high impact. The supplied record marks KEV false and provides no evidence of active exploitation or a public exploit. The documented consequence is undefined behavior, including possible crashes.
Researcher notes
This is a race between asynchronous PMSR cleanup and wireless-interface teardown. The fix synchronously cancels and drains pmsr_free_wk before directly processing the abort. Sources establish the flaw and stable commits, but do not demonstrate reliable privilege escalation, data disclosure, or code execution.
Mitigation direction
Apply a vendor-supplied Linux kernel update containing the applicable cited stable fix.
Confirm distribution advisory and backport status instead of relying solely on upstream version numbers.
Prioritize Wi-Fi-enabled endpoints where local untrusted users or applications can access nl80211.
If patching is delayed, consult vendor guidance; the supplied sources identify no tested workaround.
Validation and detection
Inventory kernel packages and builds across Wi-Fi-enabled Linux assets.
Check vendor changelogs or kernel source for the applicable cited stable fix.
Confirm whether cfg80211 and relevant wireless drivers are present on each system.
Review kernel logs for cfg80211, PMSR, interface-teardown warnings, or unexplained crashes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-31548 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
7Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.