Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-44967
HistorySep 04, 2024 - 6:56 p.m.

CVE-2024-44967 drm/mgag200: Bind I2C lifetime to DRM device

2024-09-0418:56:44
Linux
github.com
2
linux kernel
vulnerability resolved
drm device
i2c adapter
cleanup
struct drm_connector.ddc

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

Related for VULNRICHMENT:CVE-2024-44967