Lucene search

K
cvelistLinuxCVELIST:CVE-2022-48852
HistoryJul 16, 2024 - 12:25 p.m.

CVE-2022-48852 drm/vc4: hdmi: Unregister codec device on unbind

2024-07-1612:25:19
Linux
www.cve.org
6
linux kernel
vulnerability
resolved
drm/vc4
hdmi
unregister codec device

EPSS

0

Percentile

16.0%

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

drm/vc4: hdmi: Unregister codec device on unbind

On bind we will register the HDMI codec device but we don’t unregister
it on unbind, leading to a device leakage. Unregister our device at
unbind.

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/vc4/vc4_hdmi.c",
      "drivers/gpu/drm/vc4/vc4_hdmi.h"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "ee22082c3e2f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "1ed68d776246",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "e40945ab7c7f",
        "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/vc4/vc4_hdmi.c",
      "drivers/gpu/drm/vc4/vc4_hdmi.h"
    ],
    "versions": [
      {
        "version": "5.15.29",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16.15",
        "lessThanOrEqual": "5.16.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.17",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

16.0%