Executive Summary

Informations
Name CVE-2024-53075 First vendor Publication 2024-11-19
Vendor Cve Last vendor Modification 2024-11-25

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Overall CVSS Score 5.5
Base Score 5.5 Environmental Score 5.5
impact SubScore 3.6 Temporal Score 5.5
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact None
Integrity Impact None 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:

riscv: Prevent a bad reference count on CPU nodes

When populating cache leaves we previously fetched the CPU device node at the very beginning. But when ACPI is enabled we go through a specific branch which returns early and does not call 'of_node_put' for the node that was acquired.

Since we are not using a CPU device node for the ACPI code anyways, we can simply move the initialization of it just passed the ACPI block, and we are guaranteed to have an 'of_node_put' call for the acquired node. This prevents a bad reference count of the CPU device node.

Moreover, the previous function did not check for errors when acquiring the device node, so a return -ENOENT has been added for that case.

Original Source

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

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3664

Sources (Detail)

https://git.kernel.org/stable/c/303846a3dc275e35fbb556d72f1e356ba669e4f8
https://git.kernel.org/stable/c/37233169a6ea912020c572f870075a63293b786a
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
Date Informations
2025-01-08 03:07:29
  • Multiple Updates
2025-01-07 03:07:02
  • Multiple Updates
2024-12-25 03:05:39
  • Multiple Updates
2024-12-12 03:08:33
  • Multiple Updates
2024-11-25 17:22:48
  • Multiple Updates
2024-11-20 00:20:26
  • Multiple Updates
2024-11-19 21:20:27
  • First insertion