Lucene search

K
cvelistLinuxCVELIST:CVE-2023-52661
HistoryMay 17, 2024 - 1:40 p.m.

CVE-2023-52661 drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()

2024-05-1713:40:58
Linux
www.cve.org
1
linux kernel
vulnerability fix
missing clk_put
tegra_dc_rgb_probe
error handling paths
clock management

7.4 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

10.3%

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

drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()

If clk_get_sys(…, “pll_d2_out0”) fails, the clk_get_sys() call must be
undone.

Add the missing clk_put and a new ‘put_pll_d_out0’ label in the error
handling path, and use it.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/gpu/drm/tegra/rgb.c"
    ],
    "versions": [
      {
        "version": "527bf2adf012",
        "lessThan": "5c8dc26e31b8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0c921b6d4ba0",
        "lessThan": "f3f407ccbe84",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0c921b6d4ba0",
        "lessThan": "845322a9c06d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0c921b6d4ba0",
        "lessThan": "2388c36e028f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0c921b6d4ba0",
        "lessThan": "fa74e4f5d082",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0c921b6d4ba0",
        "lessThan": "45c8034db478",
        "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/gpu/drm/tegra/rgb.c"
    ],
    "versions": [
      {
        "version": "5.17",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.17",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.83",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.23",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.11",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.2",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

7.4 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

10.3%