CVE-2024-26970: clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays
In the Linux kernel, the following vulnerability has been resolved:
clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays
The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the arrays where it is missing in order to avoid possible out-of-bound access when the table is traversed by functions like qcomfindfreq() or qcomfindfreqfloor().
Only compile tested.
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-26970?
CVE-2024-26970 is classified as a low severity vulnerability.
How do I fix CVE-2024-26970?
To fix CVE-2024-26970, update to the patched versions of the Linux kernel listed in the affected software section.
What systems are affected by CVE-2024-26970?
CVE-2024-26970 affects specific versions of the Linux kernel in Debian-based distributions.
What type of vulnerability is CVE-2024-26970?
CVE-2024-26970 is a coding issue related to the termination of frequency table arrays in the Linux kernel.
Is CVE-2024-26970 actively being exploited?
There is no public information indicating that CVE-2024-26970 is currently being actively exploited.