CVE-2024-58007

HIGH EPSS 12.1%
Published Feb 27, 20251y ago · Modified Jun 17, 20262w ago
7.1 CVSS 3.1
High
Find Similar
Published Feb 27, 2025 1y ago
Last Modified Jun 17, 2026 2w ago

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.

CVSS Details

Base Score
7.1
Exploitability
1.8
Impact
5.2
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
12.1% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-125 Out-of-bounds Read Memory Safety

Affected Products 4

VendorProductVersionRange
linuxlinux_kernel*≥5.4  –  <6.1.129
linuxlinux_kernel*≥6.2  –  <6.6.78
linuxlinux_kernel*≥6.7  –  <6.12.14
linuxlinux_kernel*≥6.13  –  <6.13.3

References 10

  • git.kernel.org https://git.kernel.org/stable/c/0a92feddae0634a0b87c04b19d343f6af97af700
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/22cf4fae6660b6e1a583a41cbf84e3046ca9ccd0
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/2495c6598731b6d7f565140f2bd63ef4bc36ce7d
  • git.kernel.org https://git.kernel.org/stable/c/2d09d3c9afa2fc422ac3df7c9b8534f350ee19dd
  • git.kernel.org https://git.kernel.org/stable/c/407c928305c1a37232a63811c400ef616f85ccbc
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/47470acd719d45c4c8c418c07962f74cc995652b
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/7445fa05317534bbd8b373c0eff8319187916030
  • git.kernel.org https://git.kernel.org/stable/c/9c88b3a3fae4d60641c3a45be66269d00eff33cd
    Patch
  • lists.debian.org https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html
  • lists.debian.org https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/0a92feddae0634a0b87c04b19d343f6af97af700
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/22cf4fae6660b6e1a583a41cbf84e3046ca9ccd0
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/407c928305c1a37232a63811c400ef616f85ccbc
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/47470acd719d45c4c8c418c07962f74cc995652b
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/9c88b3a3fae4d60641c3a45be66269d00eff33cd
    Patch