CVE-2024-26968: clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays
In the Linux kernel, the following vulnerability has been resolved:
clk: qcom: gcc-ipq9574: 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.
Security readout for executives and security teams
Plain-English summary
A missing end marker in Linux clock-frequency tables for Qualcomm IPQ9574 hardware can make the kernel read beyond the intended array. The supplied CVSS assessment indicates potential confidentiality, integrity, and availability impact, but exploitation requires local, low-privileged access. Exposure is likely concentrated in Linux systems using the affected IPQ9574 clock driver.
Executive priority
Treat this as a focused high-priority embedded-platform issue, not an organization-wide Linux emergency. Promptly identify IPQ9574 appliances, especially those permitting local untrusted activity, and obtain vendor-fixed kernels. Lower priority for systems that do not use the relevant Qualcomm platform. No active exploitation is established by the supplied evidence.
Technical view
Several gcc-ipq9574 frequency-table arrays lacked empty terminating elements. Kernel functions including qcom_find_freq() and qcom_find_freq_floor() could traverse beyond array bounds. The issue is scored CVSS 3.1 7.3 with local access, low complexity, low privileges, no user interaction, and unchanged scope. The correction adds missing terminators.
Likely exposure
Prioritize Linux-based routers, appliances, and embedded systems built on Qualcomm IPQ9574 and running an affected kernel. The supplied data lists 6.4, 6.6.24, 6.7.12, 6.8.3, and 6.9, but does not clearly express complete version ranges. Systems without this hardware or driver are unlikely to reach the vulnerable code.
Exploitation context
The CVSS vector describes local, low-privileged exploitation without user interaction; this is not presented as a remote network vulnerability. The supplied bundle says the CVE is not in KEV and provides no evidence of active exploitation or a public exploit. Real-world exploitability is uncertain because the correction was only compile tested.
Researcher notes
The root defect is unterminated frequency-table arrays causing possible out-of-bounds traversal. No CWE is supplied. The record provides four stable-kernel correction commits but unclear affected-range semantics and no runtime validation evidence. Assess reachability through the IPQ9574 clock paths and distinguish upstream version numbers from distribution kernels carrying backports.
Mitigation direction
Obtain a kernel package containing the applicable upstream stable correction from the system or distribution vendor.
Prioritize IPQ9574 appliances where untrusted users or processes can obtain local access.
Restrict local access and reduce unnecessary low-privileged workloads until affected systems are updated.
Check vendor advisories when version status cannot be determined from the supplied affected-version data.
Validation and detection
Inventory kernel versions and identify systems built on Qualcomm IPQ9574 hardware.
Confirm whether the gcc-ipq9574 clock driver is present and applicable on each system.
Verify the vendor kernel includes the relevant stable correction, accounting for backported patches.
After updating, confirm the running kernel changed and review logs for clock-driver or memory-access anomalies.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-26968 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.