CVE Database
/

CVE-2024-58007

Back to search

CVE-2024-58007

Published: Feb 27, 2025

Modified: May 11, 2026

PUBLISHED

Description

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.

VendorProductVersions

Linux

Linux

affected
efb448d0a3fca01bb987dd70963da6185b81751e - < 7445fa05317534bbd8b373c0eff8319187916030
affected
efb448d0a3fca01bb987dd70963da6185b81751e - < 2495c6598731b6d7f565140f2bd63ef4bc36ce7d
affected
efb448d0a3fca01bb987dd70963da6185b81751e - < 2d09d3c9afa2fc422ac3df7c9b8534f350ee19dd
affected
efb448d0a3fca01bb987dd70963da6185b81751e - < 9c88b3a3fae4d60641c3a45be66269d00eff33cd
affected
efb448d0a3fca01bb987dd70963da6185b81751e - < 47470acd719d45c4c8c418c07962f74cc995652b

+3 more versions

Linux

Linux

affected
5.4
unaffected
0 - < 5.4
unaffected
5.4.291 - <= 5.4.*
unaffected
5.10.235 - <= 5.10.*
unaffected
5.15.179 - <= 5.15.*

+5 more versions

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now