In the Linux kernel, the following vulnerability has been resolved:
pinctrl: nuvoton: fix a double free in ma35_pinctrl_dt_node_to_map_func()
'new_map' is allocated using devm_* which takes care of freeing the
allocated data on device removal, call to
.dt_free_map = pinconf_generic_dt_free_map
double frees the map as pinconf_generic_dt_free_map() calls
pinctrl_utils_free_map().
Fix this by using kcalloc() instead of auto-managed devm_kcalloc().
References
Configurations
Configuration 1 (hide)
|
History
30 Oct 2024, 17:02
Type | Values Removed | Values Added |
---|---|---|
CPE | cpe:2.3:o:linux:linux_kernel:6.12:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.12:rc1:*:*:*:*:*:* |
|
References | () https://git.kernel.org/stable/c/3fd976afe9743110f20a23f93b7ff9693f2be4bf - Patch | |
References | () https://git.kernel.org/stable/c/6441d9c3d71b59c8fd27d4e381c7471a32ac1a68 - Patch | |
First Time |
Linux
Linux linux Kernel |
|
CWE | CWE-415 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
29 Oct 2024, 14:34
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
29 Oct 2024, 01:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-10-29 01:15
Updated : 2024-10-30 17:02
NVD link : CVE-2024-50071
Mitre link : CVE-2024-50071
CVE.ORG link : CVE-2024-50071
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free