CVE-2024-53158: soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
In the Linux kernel, the following vulnerability has been resolved:
soc: qcom: geni-se: fix array underflow in geniseclktblget()
This loop is supposed to break if the frequency returned from clkroundrate() is the same as on the previous iteration. However, that check doesn't make sense on the first iteration through the loop. It leads to reading before the start of these->clkperftbl[] array.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-53158?
CVE-2024-53158 is classified as a medium severity vulnerability in the Linux kernel.
How do I fix CVE-2024-53158?
To resolve CVE-2024-53158, update your Linux kernel to version 6.1.123-1, 6.1.128-1, 6.12.12-1, or 6.12.15-1.
Which systems are affected by CVE-2024-53158?
CVE-2024-53158 affects Debian Linux kernels up to version 5.10.226-1.
What component is involved in CVE-2024-53158?
CVE-2024-53158 involves the 'soc: qcom: geni-se' component related to frequency handling in the Linux kernel.
Is CVE-2024-53158 exploitable remotely?
CVE-2024-53158 does not have a known remote exploit vector and is primarily a local privilege escalation vulnerability.