CVE-2026-72070

Source
https://cve.org/CVERecord?id=CVE-2026-72070
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-72070.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-72070
Downstream
Published
2026-08-15T05:52:22.486Z
Modified
2026-08-18T03:31:22.090324667Z
Summary
wifi: libertas_tf: fix use-after-free in lbtf_free_adapter()
Details

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

wifi: libertastf: fix use-after-free in lbtffree_adapter()

lbtffreeadapter() calls timerdelete(&priv->commandtimer), which does not wait for a running commandtimerfn() callback. lbtffreeadapter() runs on the teardown path right before ieee80211freehw() frees priv, both in lbtfremovecard() and in the probe error path. commandtimer is armed by modtimer() in lbtfcmd() whenever a firmware command is sent. commandtimerfn() dereferences priv. If a command times out as the device is removed, commandtimer_fn() runs concurrently with teardown and dereferences priv after it has been freed.

This is the same use-after-free that commit 03cc8f90d053 ("wifi: libertas: fix use-after-free in lbsfreeadapter()") fixed in the sibling libertas driver. The libertastf variant has the identical pattern and was left unchanged. Use timerdelete_sync() so any in-flight callback completes before priv is freed.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72070.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
06b16ae5319251c26377afcb401e46056d5673f4
Fixed
4714e95f5d61cb9c5c7c6c4e68b618f37bc6ffcf
Fixed
066b59e84f90d270cc15f0370166155aca507630
Fixed
fcff712d0e3d183843ec3916470ee6cc3455baad
Fixed
bcf7968cb97ce4312588042cf2712f04caff6d8f
Fixed
aa6dcd5c8dd9ba1d7d0f60093bcda41c0d6d438d

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.28
Fixed
6.6.148
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

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