Lucene search

K
cvelistLinuxCVELIST:CVE-2024-26968
HistoryMay 01, 2024 - 5:19 a.m.

CVE-2024-26968 clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays

2024-05-0105:19:45
Linux
www.cve.org
12
linux kernel
vulnerability
frequency table
out-of-bound access
qcom_find_freq
qcom_find_freq_floor

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

15.5%

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.

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-ipq9574.c"
    ],
    "versions": [
      {
        "version": "d75b82cff488",
        "lessThan": "0204247cf366",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "d75b82cff488",
        "lessThan": "1723629fea8a",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "d75b82cff488",
        "lessThan": "604f2d7c4672",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "d75b82cff488",
        "lessThan": "bd2b6395671d",
        "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-ipq9574.c"
    ],
    "versions": [
      {
        "version": "6.4",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.4",
        "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"
      }
    ]
  }
]

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

15.5%