CVE-2026-90343

Source
https://cve.org/CVERecord?id=CVE-2026-90343
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90343.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90343
Downstream
Published
2026-09-17T16:08:53Z
Modified
2026-09-18T03:48:37Z
Summary
wifi: cfg80211: stop PMSR before P2P and NAN teardown
Details

In the Linux kernel, the following vulnerability has been resolved:

wifi: cfg80211: stop PMSR before P2P and NAN teardown

PMSR request teardown must abort active measurements while the wireless_dev is still present in the driver. cfg80211_leave_locked() and cfg80211_stop_pd() already do this before invoking the driver's stop callback, but cfg80211_stop_p2p_device() and cfg80211_stop_nan() do not.

Those helpers are also called directly by nl80211, rfkill shutdown, and wireless_dev unregister paths. If one of these paths stops a P2P device or NAN interface with a pending request, it removes the mac80211 subinterface from the driver first. Subsequent request cleanup cannot reach the lower driver's abort callback, but cfg80211 frees the request regardless. Driver state can then retain a stale request and use it when it later reports a result.

Call cfg80211_pmsr_wdev_down() before stopping the P2P device or NAN interface. This keeps lower-driver request state and cfg80211 request ownership in sync for all of the helpers' callers.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90343.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9bb7e0f24e7e7d00daa1219b14539e2e602649b2
Fixed
7a22cbc6c6bdd3c3811b4ce13875685c520f94de
Fixed
db3439ad11ac5e52decdefe784c98b21c3757848
Fixed
6c5fc504d0d6934132637aa3db4b9b58148eaa78

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90343.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.0.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90343.json"