Executive Summary

Informations
Name CVE-2024-58007 First vendor Publication 2025-02-27
Vendor Cve Last vendor Modification 2025-03-13

Security-Database Scoring CVSS v3

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

soc: qcom: socinfo: Avoid out of bounds read of serial number

On MSM8916 devices, the serial number exposed in sysfs is constant and does not change across individual devices. It's always:

db410c:/sys/devices/soc0$ cat serial_number
2644893864

The firmware used on MSM8916 exposes SOCINFO_VERSION(0, 8), which does not have support for the serial_num field in the socinfo struct. There is an existing check to avoid exposing the serial number in that case, but it's not correct: When checking the item_size returned by SMEM, we need to make sure the *end* of the serial_num is within bounds, instead of comparing with the *start* offset. The serial_number currently exposed on MSM8916 devices is just an out of bounds read of whatever comes after the socinfo struct in SMEM.

Fix this by changing offsetof() to offsetofend(), so that the size of the field is also taken into account.

Original Source

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

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-125 Out-of-bounds Read

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3701

Sources (Detail)

https://git.kernel.org/stable/c/0a92feddae0634a0b87c04b19d343f6af97af700
https://git.kernel.org/stable/c/22cf4fae6660b6e1a583a41cbf84e3046ca9ccd0
https://git.kernel.org/stable/c/2495c6598731b6d7f565140f2bd63ef4bc36ce7d
https://git.kernel.org/stable/c/2d09d3c9afa2fc422ac3df7c9b8534f350ee19dd
https://git.kernel.org/stable/c/407c928305c1a37232a63811c400ef616f85ccbc
https://git.kernel.org/stable/c/47470acd719d45c4c8c418c07962f74cc995652b
https://git.kernel.org/stable/c/7445fa05317534bbd8b373c0eff8319187916030
https://git.kernel.org/stable/c/9c88b3a3fae4d60641c3a45be66269d00eff33cd
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
10
Date Informations
2025-03-29 03:44:57
  • Multiple Updates
2025-03-28 13:48:10
  • Multiple Updates
2025-03-28 03:22:46
  • Multiple Updates
2025-03-25 03:28:42
  • Multiple Updates
2025-03-19 00:20:40
  • Multiple Updates
2025-03-18 00:20:43
  • Multiple Updates
2025-03-14 00:21:06
  • Multiple Updates
2025-03-13 21:21:00
  • Multiple Updates
2025-03-13 17:20:58
  • Multiple Updates
2025-03-07 17:20:37
  • Multiple Updates
2025-02-27 09:20:32
  • First insertion