Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-26971
HistoryMay 01, 2024 - 5:19 a.m.

CVE-2024-26971 clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays

2024-05-0105:19:59
Linux
github.com
7
linux kernel
vulnerability
cve-2024-26971
frequency table arrays
clk
qcom
gcc-ipq5018
out-of-bound access
qcom_find_freq
qcom_find_freq_floor

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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().

CNA Affected

[
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "e3fdbef1bab8",
        "lessThan": "b0cf3d200e8a",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "e3fdbef1bab8",
        "lessThan": "c8f4bef06679",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "e3fdbef1bab8",
        "lessThan": "50c3acd46055",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "e3fdbef1bab8",
        "lessThan": "90ad946fff70",
        "versionType": "git"
      }
    ],
    "programFiles": [
      "drivers/clk/qcom/gcc-ipq5018.c"
    ],
    "defaultStatus": "unaffected"
  },
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "6.6"
      },
      {
        "status": "unaffected",
        "version": "0",
        "lessThan": "6.6",
        "versionType": "custom"
      },
      {
        "status": "unaffected",
        "version": "6.6.24",
        "versionType": "custom",
        "lessThanOrEqual": "6.6.*"
      },
      {
        "status": "unaffected",
        "version": "6.7.12",
        "versionType": "custom",
        "lessThanOrEqual": "6.7.*"
      },
      {
        "status": "unaffected",
        "version": "6.8.3",
        "versionType": "custom",
        "lessThanOrEqual": "6.8.*"
      },
      {
        "status": "unaffected",
        "version": "6.9",
        "versionType": "original_commit_for_fix",
        "lessThanOrEqual": "*"
      }
    ],
    "programFiles": [
      "drivers/clk/qcom/gcc-ipq5018.c"
    ],
    "defaultStatus": "affected"
  }
]

AI Score

6.7

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial