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
14 Nov 2024, 02:26
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-415 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* |
|
References | () https://git.kernel.org/stable/c/64e4c45d23cd7f6167f69cc2d2877bc7f54292e5 - Patch | |
References | () https://git.kernel.org/stable/c/6c44abb2d4c3262737d5d67832daebc8cf48b8c9 - Patch | |
References | () https://git.kernel.org/stable/c/ba392e1355ba74b1d4fa11b85f71ab6ed7ecc058 - Patch | |
References | () https://git.kernel.org/stable/c/d5fee261dfd9e17b08b1df8471ac5d5736070917 - Patch |
12 Nov 2024, 13:56
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
09 Nov 2024, 11:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
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