In the Linux kernel, the following vulnerability has been resolved:
wifi: cfg80211: clear wdev->cqm_config pointer on free
When we free wdev->cqm_config when unregistering, we also
need to clear out the pointer since the same wdev/netdev
may get re-registered in another network namespace, then
destroyed later, running this code again, which results in
a double-free.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-09 11:15
Updated : 2024-11-14 02:26
NVD link : CVE-2024-50235
Mitre link : CVE-2024-50235
CVE.ORG link : CVE-2024-50235
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free