Executive Summary

Informations
Name CVE-2024-50071 First vendor Publication 2024-10-29
Vendor Cve Last vendor Modification 2024-10-30

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

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().

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-50071

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-415 Double Free

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3639

Sources (Detail)

https://git.kernel.org/stable/c/3fd976afe9743110f20a23f93b7ff9693f2be4bf
https://git.kernel.org/stable/c/6441d9c3d71b59c8fd27d4e381c7471a32ac1a68
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
Date Informations
2024-11-23 03:04:37
  • Multiple Updates
2024-11-22 03:02:44
  • Multiple Updates
2024-11-20 03:01:02
  • Multiple Updates
2024-11-14 03:01:13
  • Multiple Updates
2024-11-09 03:01:10
  • Multiple Updates
2024-10-30 21:27:40
  • Multiple Updates
2024-10-30 02:56:01
  • Multiple Updates
2024-10-30 02:55:25
  • Multiple Updates
2024-10-29 17:27:31
  • Multiple Updates
2024-10-29 09:27:31
  • First insertion