Lucene search

K
vulnrichmentLinuxVULNRICHMENT: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
github.com
6
linux kernel
clk
qcom
gcc-ipq9574
frequency table
out-of-bound access

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

[
  {
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "vendor": "Linux",
    "product": "Linux",
    "versions": [
      {
        "status": "affected",
        "version": "d75b82cff488",
        "lessThan": "0204247cf366",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d75b82cff488",
        "lessThan": "1723629fea8a",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d75b82cff488",
        "lessThan": "604f2d7c4672",
        "versionType": "git"
      },
      {
        "status": "affected",
        "version": "d75b82cff488",
        "lessThan": "bd2b6395671d",
        "versionType": "git"
      }
    ],
    "programFiles": [
      "drivers/clk/qcom/gcc-ipq9574.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.4"
      },
      {
        "status": "unaffected",
        "version": "0",
        "lessThan": "6.4",
        "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-ipq9574.c"
    ],
    "defaultStatus": "affected"
  }
]

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial