Lucene search

K
osvGoogleOSV:CVE-2024-26971
HistoryMay 01, 2024 - 6:15 a.m.

CVE-2024-26971

2024-05-0106:15:00
Google
osv.dev
5
linux kernel
vulnerability
clock frequency table

AI Score

6.6

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq5018: 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 qcom_find_freq() or qcom_find_freq_floor().