Lucene search

K
cvelistLinuxCVELIST: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
www.cve.org
linux kernel
vulnerability resolved
frequency table arrays
qcom
out-of-bound access

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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

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

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%