In the Linux kernel, the following vulnerability has been resolved:
perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()
Get logical socket id instead of physical id in discover_upi_topology()
to avoid out-of-bound access on 'upi = &type->topology[nid][idx];' line
that leads to NULL pointer dereference in upi_fill_topology()
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-22 17:15
Updated : 2024-11-21 08:39
NVD link : CVE-2023-52450
Mitre link : CVE-2023-52450
CVE.ORG link : CVE-2023-52450
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference