3 matches found
SUSE CVE-2026-46069
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 timerdelete does...
CVE-2026-46069
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 timerdelete does...
CVE-2026-46069
The CVE-2026-46069 entry describes a use-after-free in the Linux kernel WiFi mwifiex driver. In mwifiex_adapter_cleanup(), timer_delete() is used for the wakeup_timer before the adapter is freed, which does not wait for a running wakeup_timer_fn. If that callback is executing, it may access freed...