CVE-2026-68409

Source
https://cve.org/CVERecord?id=CVE-2026-68409
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68409.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68409
Downstream
Published
2026-08-10T12:04:29.238Z
Modified
2026-08-12T04:19:22.937546158Z
Summary
wifi: mac80211: defer link RX stats percpu free to RCU
Details

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

wifi: mac80211: defer link RX stats percpu free to RCU

staremovelink() frees a removed MLO link's RX stats percpu buffer right away, but defers only the link container to RCU:

sta_info_free_link(&alloc->info);
kfree_rcu(alloc, rcu_head);

The RX fast path reads linksta under rcureadlock and writes the percpu stats. A reader that resolved linksta before the removal keeps the pointer. The container stays alive from the kfreercu, so the read still works. But the percpu block it points to is already freed. This needs usesrss. That is when pcpurxstats exists.

The full STA teardown frees the deflink stats only after synchronize_net(). The link removal path had no such barrier. The race is hard to win in practice, but the free should still wait for RCU.

Free the link together with its data from a single RCU callback, so the percpu block is reclaimed only after readers drain.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68409.json",
    "cna_assigner": "Linux"
}
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
c71420db653aba30a234d1e4cf86dde376e604fa
Fixed
2aa1789880fa5e41049b0f6a74a4fc2fa1997610
Fixed
a03fceae0c65b31ce31840dac5e26684ceecb65b
Fixed
aa2eb62525188269cdd402a583b9a8ed94657ff0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

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