Review reviewHigh

CVE-2024-26965

Linux Linux, linux kernel, debian linux

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: mmcc-msm8974: 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.

CVSS
7.8
EPSS
0.26%
17.3% percentile
CISA KEV
Not listed
Published
2024.05.01
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.26%
Technical severityCVSS 7.8

Vulnerability overview

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: mmcc-msm8974: 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.

Affected product and versions

Product
Linux Linux, linux kernel, debian linux
Affected versions
>= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < 99740c4791dc8019b0d758c5389ca6d1c0604d95, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < 86bf75d9158f511db7530bc82a84b19a5134d089, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < 3ff4a0f6a8f0ad4b4ee9e908bdfc3cacb7be4060, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < 8f562f3b25177c2055b20fd8cf000496f6fa9194, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < 537040c257ab4cd0673fbae048f3940c8ea2e589, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < 7e9926fef71e514b4a8ea9d11d5a84d52b181362, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < ae99e199037c580b7350bfa3596f447a53bcf01f, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < ca2cf98d46748373e830a13d85d215d64a2d9bf2, >= d8b212014e69d6b6323773ce6898f224ef4ed0d6 < e2c02a85bf53ae86d79b5fccf0a75ac0b78e0c96, >= 3.14, >= 3.14 < 4.19.312, >= 4.20 < 5.4.274, >= 5.5 < 5.10.215, >= 5.11 < 5.15.154, >= 5.16 < 6.1.84, >= 6.2 < 6.6.24, >= 6.7 < 6.7.12, >= 6.8 < 6.8.3, 10.0
Fixed versions
4.19.312, 5.4.274, 5.10.215, 5.15.154, 6.1.84, 6.6.24, 6.7.12, 6.8.3

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel, debian linux and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-787