CVE-2024-44967
HIGHLinux Kernel - Use-After-Free in DRM Connector I2C Adapter
Title source: llmDescription
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.
References (5)
Core 5
Core References
Scores
CVSS v3
7.8
EPSS
0.0022
EPSS Percentile
12.4%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
Status
published
Products (14)
linux/Kernel
6.0.0 - 6.1.105linux
linux/Kernel
6.2.0 - 6.6.46linux
linux/Kernel
6.7.0 - 6.10.5linux
Linux/Linux
< 6.0
Linux/Linux
6.0
Linux/Linux
6.1.105 - 6.1.*
Linux/Linux
6.10.5 - 6.10.*
Linux/Linux
6.11
Linux/Linux
6.6.46 - 6.6.*
Linux/Linux
b279df242972ae816a75cf1cc732af836f999100 - 55a6916db77102765b22855d3a0add4751988b7c
... and 4 more
Published
Sep 04, 2024
Tracked Since
Feb 18, 2026