CVE-2026-46069

Source
https://cve.org/CVERecord?id=CVE-2026-46069
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-46069.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-46069
Downstream
Related
Published
2026-05-27T12:57:50.213Z
Modified
2026-07-15T01:48:53.562537004Z
Summary
wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()
Details

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

wifi: mwifiex: fix use-after-free in mwifiexadaptercleanup()

The mwifiexadaptercleanup() function uses timerdelete() (non-synchronous) for the wakeuptimer before the adapter structure is freed. This is incorrect because timer_delete() does not wait for any running timer callback to complete.

If the wakeuptimer callback (wakeuptimerfn) is executing when mwifiexadaptercleanup() is called, the callback will continue to access adapter fields (adapter->hwstatus, adapter->ifops.cardreset, etc.) which may be freed by mwifiexfreeadapter() called later in the mwifiexremovecard() path.

Use timerdeletesync() instead to ensure any running timer callback has completed before returning.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/46xxx/CVE-2026-46069.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
4636187da60b6e33526050235c610409d9cc00e8
Fixed
c3508895450cca4aeaf5dbadbb5e582363005264
Fixed
1958a92599b2653d730ccb6f5685fc3fbed21812
Fixed
a88f5391dc68f78cae5eb6a8cd341cafee795d3d
Fixed
11869ce402d95519d49b25a2a97741f68d69d103
Fixed
63fe3389b3e092d6c0eeea9fc0318e7918b16618
Fixed
4e179a60a60c0a5aea245e8e67768343c0f070b8
Fixed
030abbae49cf9fd1fba7aa08e15ec81efbeb78cf
Fixed
ae5e95d4157481693be2317e3ffcd84e36010cbb

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.0.0
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.140
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.86
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.27
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.4

Database specific

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