CVE-2023-53254
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-15

Last updated on: 2025-12-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: cacheinfo: Fix shared_cpu_map to handle shared caches at different levels The cacheinfo sets up the shared_cpu_map by checking whether the caches with the same index are shared between CPUs. However, this will trigger slab-out-of-bounds access if the CPUs do not have the same cache hierarchy. Another problem is the mismatched shared_cpu_map when the shared cache does not have the same index between CPUs. CPU0 I D L3 index 0 1 2 x ^ ^ ^ ^ index 0 1 2 3 CPU1 I D L2 L3 This patch checks each cache is shared with all caches on other CPUs.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-15
Last Modified
2025-12-03
Generated
2026-05-07
AI Q&A
2025-09-15
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel to 6.1.18 (exc)
linux linux_kernel From 6.2 (inc) to 6.2.5 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel's cacheinfo component involves incorrect handling of the shared_cpu_map when CPUs have different cache hierarchies. The shared_cpu_map is supposed to represent which CPUs share caches at various levels, but the existing implementation assumes caches with the same index are shared, which is not always true. This can lead to slab-out-of-bounds memory access and mismatched shared_cpu_map data when CPUs have caches at different levels or with different indices. The fix involves checking that each cache is shared with all caches on other CPUs to prevent these issues.


How can this vulnerability impact me? :

This vulnerability can cause slab-out-of-bounds memory access in the Linux kernel, which may lead to system instability, crashes, or potential security risks such as memory corruption. Systems with CPUs that have different cache hierarchies could be affected, potentially impacting reliability and security of the system.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart