Lucene search

K
cvelistLinuxCVELIST:CVE-2024-26711
HistoryApr 03, 2024 - 2:55 p.m.

CVE-2024-26711 iio: adc: ad4130: zero-initialize clock init data

2024-04-0314:55:13
Linux
www.cve.org
2
cve-2024-26711
iio
adc
ad4130
zero-initialize
clock
init
data
linux kernel
vulnerability

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

In the Linux kernel, the following vulnerability has been resolved:

iio: adc: ad4130: zero-initialize clock init data

The clk_init_data struct does not have all its members
initialized, causing issues when trying to expose the internal
clock on the CLK pin.

Fix this by zero-initializing the clk_init_data struct.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/iio/adc/ad4130.c"
    ],
    "versions": [
      {
        "version": "62094060cf3a",
        "lessThan": "0e0dab377509",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "62094060cf3a",
        "lessThan": "02876e2df02f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "62094060cf3a",
        "lessThan": "a22b0a2be69a",
        "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/iio/adc/ad4130.c"
    ],
    "versions": [
      {
        "version": "6.2",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.2",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.18",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.6",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.7 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

Related for CVELIST:CVE-2024-26711