In the Linux kernel, the following vulnerability has been resolved:
pinctrl: core: delete incorrect free in pinctrl_enable()
The "pctldev" struct is allocated in devm_pinctrl_register_and_init().
It's a devm_ managed pointer that is freed by devm_pinctrl_dev_release(),
so freeing it in pinctrl_enable() will lead to a double free.
The devm_pinctrl_dev_release() function frees the pindescs and destroys
the mutex as well.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
10 Jan 2025, 18:29
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-415 | |
First Time |
Linux linux Kernel
Debian debian Linux Debian Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc6:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
References | () https://git.kernel.org/stable/c/288bc4aa75f150d6f1ee82dd43c6da1b438b6068 - Patch | |
References | () https://git.kernel.org/stable/c/41f88ef8ba387a12f4a2b8c400b6c9e8e54b2cca - Patch | |
References | () https://git.kernel.org/stable/c/5038a66dad0199de60e5671603ea6623eb9e5c79 - Patch | |
References | () https://git.kernel.org/stable/c/558c8039fdf596a584a92c171cbf3298919c448c - Patch | |
References | () https://git.kernel.org/stable/c/735f4c6b6771eafe336404c157ca683ad72a040d - Patch | |
References | () https://git.kernel.org/stable/c/ac7d65795827dc0cf7662384ed27caf4066bd72e - Patch | |
References | () https://git.kernel.org/stable/c/cdaa171473d98962ae86f2a663d398fda2fbeefd - Patch | |
References | () https://git.kernel.org/stable/c/f9f1e321d53e4c5b666b66e5b43da29841fb55ba - Patch | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00019.html - Mailing List | |
References | () https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html - Mailing List |
Information
Published : 2024-05-30 16:15
Updated : 2025-01-10 18:29
NVD link : CVE-2024-36940
Mitre link : CVE-2024-36940
CVE.ORG link : CVE-2024-36940
JSON object : View
Products Affected
linux
- linux_kernel
debian
- debian_linux
CWE
CWE-415
Double Free