CVE-2024-26969: clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays
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.
Security readout for executives and security teams
Plain-English summary
A Linux clock-driver table for Qualcomm IPQ8074 hardware can lack required end markers. Kernel code traversing these tables may read beyond their bounds, potentially causing serious confidentiality, integrity, or availability impact. The issue requires local, low-privileged access according to the supplied CVSS assessment; remote exploitation is not indicated.
Executive priority
Treat this as a high-priority, hardware-specific kernel update rather than an internet-wide emergency. Identify IPQ8074-based systems promptly and patch them through supported vendor channels. Accelerate remediation where untrusted users or workloads can obtain local access. There is no supplied evidence of active exploitation.
Technical view
The gcc-ipq8074 driver contains frequency-table arrays without empty terminating elements. Calls such as qcom_find_freq() and qcom_find_freq_floor() may consequently traverse beyond array boundaries. The upstream correction adds missing terminators. The supplied CVSS 3.1 score is 7.3, with local attack vector and potential high confidentiality and availability impact. The fix was only compile-tested.
Likely exposure
Exposure is limited to Linux systems using the affected Qualcomm IPQ8074 clock-controller code. The bundle lists affected kernel versions from 4.16 through 6.9, including several stable release points. Distribution and appliance kernels may contain backports, so version numbers alone cannot conclusively establish exposure.
Exploitation context
The supplied CVSS vector requires local access and low privileges, with no user interaction. CISA KEV status is false, and the provided sources do not report active exploitation or a public exploit. Practical reachability, reliable impact, and exploitation conditions are not established in the bundle.
Researcher notes
The defect is an unterminated-array condition producing possible out-of-bounds traversal. The patch adds empty sentinel entries rather than changing lookup logic. The stated CVSS consequences are severe, but the bundle provides no crash trace, runtime test, exploit evidence, or demonstrated impact. Upstream noted that the change was only compile-tested.
Mitigation direction
Upgrade to a vendor-supported kernel containing the applicable Linux stable fix.
Follow distribution or appliance vendor guidance for backported packages and reboot requirements.
Prioritize exposed multi-user or untrusted-workload systems using Qualcomm IPQ8074 hardware.
Restrict local access and untrusted code execution until remediation is complete.
Validation and detection
Inventory systems using Qualcomm IPQ8074 hardware and the gcc-ipq8074 clock driver.
Record running kernel and distribution package versions on potentially affected systems.
Verify vendor changelogs or source trees include the missing frequency-table terminators.
After updating and rebooting, confirm the remediated kernel is running.
Monitor vendor advisories for revised affected-version or exploitation information.
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-26969 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.