Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-58007— soc: qcom: socinfo: Avoid out of bounds read of serial number

AI Predicted 5.5 Difficulty: Trivial EPSS 0.26% · P17

Affected Version Matrix 18

VendorProductVersion RangeStatus
LinuxLinuxefb448d0a3fca01bb987dd70963da6185b81751e< 7445fa05317534bbd8b373c0eff8319187916030affected
efb448d0a3fca01bb987dd70963da6185b81751e< 2495c6598731b6d7f565140f2bd63ef4bc36ce7daffected
efb448d0a3fca01bb987dd70963da6185b81751e< 2d09d3c9afa2fc422ac3df7c9b8534f350ee19ddaffected
efb448d0a3fca01bb987dd70963da6185b81751e< 9c88b3a3fae4d60641c3a45be66269d00eff33cdaffected
efb448d0a3fca01bb987dd70963da6185b81751e< 47470acd719d45c4c8c418c07962f74cc995652baffected
efb448d0a3fca01bb987dd70963da6185b81751e< 407c928305c1a37232a63811c400ef616f85ccbcaffected
efb448d0a3fca01bb987dd70963da6185b81751e< 0a92feddae0634a0b87c04b19d343f6af97af700affected
efb448d0a3fca01bb987dd70963da6185b81751e< 22cf4fae6660b6e1a583a41cbf84e3046ca9ccd0affected
… +10 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2024-58007

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
soc: qcom: socinfo: Avoid out of bounds read of serial number
Source: CVE Program / CVE List V5
Vulnerability 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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于soc: qcom: socinfo模块在读取序列号时出现越界读取。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux efb448d0a3fca01bb987dd70963da6185b81751e ~ 7445fa05317534bbd8b373c0eff8319187916030 -
LinuxLinux 5.4 -

II. Public POCs for CVE-2024-58007

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2024-58007

登录查看更多情报信息。

Patches & Fixes for CVE-2024-58007 (5)

Other References for CVE-2024-58007 (3)

Same Patch Batch · Linux · 2025-02-27 · 177 CVEs total

CVE-2025-217969.8 CRITICALnfsd: clear acl_access/acl_default after releasing them
CVE-2025-218059.8 CRITICALRDMA/rtrs: Add missing deinit() call
CVE-2025-217079.8 CRITICALmptcp: consolidate suboption status
CVE-2025-217489.8 CRITICALksmbd: fix integer overflows on 32 bit systems
CVE-2024-580069.6 CRITICALPCI: dwc: ep: Prevent changing BAR size/flags in pci_epc_set_bar()
CVE-2025-217358.8 HIGHNFC: nci: Add bounds checking in nci_hci_create_pipe()
CVE-2024-579998.8 HIGHpowerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW
CVE-2024-579978.8 HIGHwifi: wcn36xx: fix channel survey memory allocation size
CVE-2024-579958.8 HIGHwifi: ath12k: fix read pointer after free in ath12k_mac_assign_vif_to_vdev()
CVE-2025-217108.2 HIGHtcp: correct handling of extreme memory squeeze
CVE-2024-579738.1 HIGHrdma/cxgb4: Prevent potential integer overflow on 32bit
CVE-2025-217608.1 HIGHndisc: extend RCU protection in ndisc_send_skb()
CVE-2025-217668.1 HIGHipv4: use RCU protection in __ip_rt_update_pmtu()
CVE-2025-217658.1 HIGHipv6: use RCU protection in ip6_default_advmss()
CVE-2025-217628.1 HIGHarp: use RCU protection in arp_xmit()
CVE-2025-217307.8 HIGHwifi: rtw89: avoid to init mgnt_entry list twice when WoWLAN failed
CVE-2025-217297.8 HIGHwifi: rtw89: fix race between cancel_hw_scan and hw_scan completion
CVE-2025-217727.8 HIGHpartitions: mac: fix handling of bogus partition table
CVE-2024-525607.8 HIGHfs/ntfs3: Mark inode as bad as soon as error detected in mi_enum_attr()
CVE-2024-580027.8 HIGHmedia: uvcvideo: Remove dangling pointers

Showing top 20 of 177 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2024-58007

No comments yet


Leave a comment