Lucene search

K
cveLinuxCVE-2024-44967
HistorySep 04, 2024 - 7:15 p.m.

CVE-2024-44967

2024-09-0419:15:31
Linux
web.nvd.nist.gov
24
linux kernel
vulnerability
drm
i2c adapter
connector's lifetime
cleanup

AI Score

7.1

Confidence

Low

EPSS

0

Percentile

16.3%

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

drm/mgag200: Bind I2C lifetime to DRM device

Managed cleanup with devm_add_action_or_reset() will release the I2C
adapter when the underlying Linux device goes away. But the connector
still refers to it, so this cleanup leaves behind a stale pointer
in struct drm_connector.ddc.

Bind the lifetime of the I2C adapter to the connector’s lifetime by
using DRM’s managed release. When the DRM device goes away (after
the Linux device) DRM will first clean up the connector and then
clean up the I2C adapter.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.06.1.105
OR
linuxlinux_kernelRange6.2.06.6.46
OR
linuxlinux_kernelRange6.7.06.10.5
OR
linuxlinux_kernelRange6.11.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

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/mgag200/mgag200_i2c.c"
    ],
    "versions": [
      {
        "version": "b279df242972",
        "lessThan": "55a6916db771",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b279df242972",
        "lessThan": "81d34df84362",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b279df242972",
        "lessThan": "9d96b91e03cb",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "b279df242972",
        "lessThan": "eb1ae34e48a0",
        "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/mgag200/mgag200_i2c.c"
    ],
    "versions": [
      {
        "version": "6.0",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.0",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.105",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.46",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.5",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

7.1

Confidence

Low

EPSS

0

Percentile

16.3%