Beveiligingsadvies

CVE-2024-26969

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2024-05-01 05:19:50
Laatst bijgewerkt 2026-08-05 11:28:45
Toegewezen door Linux
CVSS-score 7.3
Status PUBLISHED

Beschrijving

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq8074: 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(). Only compile tested.