CVE-2023-53274
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-16

Last updated on: 2025-12-03

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt8183: Add back SSPM related clocks This reverts commit 860690a93ef23b567f781c1b631623e27190f101. On the MT8183, the SSPM related clocks were removed claiming a lack of usage. This however causes some issues when the driver was converted to the new simple-probe mechanism. This mechanism allocates enough space for all the clocks defined in the clock driver, not the highest index in the DT binding. This leads to out-of-bound writes if their are holes in the DT binding or the driver (due to deprecated or unimplemented clocks). These errors can go unnoticed and cause memory corruption, leading to crashes in unrelated areas, or nothing at all. KASAN will detect them. Add the SSPM related clocks back to the MT8183 clock driver to fully implement the DT binding. The SSPM clocks are for the power management co-processor, and should never be turned off. They are marked as such.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-16
Last Modified
2025-12-03
Generated
2026-05-07
AI Q&A
2025-09-16
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 5 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 6.4 (inc) to 6.4.10 (exc)
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel 6.5
linux linux_kernel 6.5
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes 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 involves the Linux kernel's clock driver for the Mediatek MT8183 platform. The SSPM related clocks were removed, which caused issues when the driver was updated to use the simple-probe mechanism. This mechanism allocates space for all clocks defined in the driver, not just the highest index in the device tree binding. If there are gaps (holes) in the device tree or driver clocks, this can lead to out-of-bound writes, causing memory corruption. Such corruption can lead to crashes in unrelated parts of the system or may go unnoticed. The SSPM clocks are important for the power management co-processor and should never be turned off. The fix was to add these SSPM clocks back to prevent these out-of-bound writes and memory corruption.


How can this vulnerability impact me? :

This vulnerability can cause memory corruption due to out-of-bound writes in the clock driver. This memory corruption can lead to system crashes in unrelated areas, potentially causing instability or denial of service. In some cases, the errors might go unnoticed but still compromise system reliability.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by using KASAN (Kernel Address Sanitizer), which will detect out-of-bound writes and memory corruption caused by the issue in the MT8183 clock driver. Specific commands are not provided in the available information.


What immediate steps should I take to mitigate this vulnerability?

The immediate mitigation is to update the Linux kernel to include the fix that adds back the SSPM related clocks to the MT8183 clock driver, ensuring the DT binding is fully implemented and preventing out-of-bound writes and memory corruption.


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