CVE-2024-44967: drm/mgag200: Bind I2C lifetime to DRM device
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.
Security readout for executives and security teams
Plain-English summary
A Linux graphics-driver cleanup error can leave a connector holding an invalid I2C pointer after device removal. On affected systems using the mgag200 driver, a local low-privileged user may potentially cause serious confidentiality, integrity, or availability impact. The supplied sources do not establish practical exploitation or attacks in the wild.
Executive priority
Treat this as an expedited kernel-maintenance issue for systems using mgag200, especially shared hosts with untrusted local users. It is high severity but not evidenced as remotely exploitable or actively exploited. First establish driver usage and vendor patch status; avoid emergency-wide action on systems shown not to use the affected path.
Technical view
CVE-2024-44967 is a lifetime-management flaw in Linux DRM's mgag200 driver. Linux device-managed cleanup could release the I2C adapter while struct drm_connector.ddc still referenced it, creating a stale pointer. The kernel fix binds adapter cleanup to the DRM device lifecycle, ensuring connector cleanup occurs first. The CVSS 3.1 score is 7.8 with local, low-privilege access required.
Likely exposure
Exposure is limited to Linux systems running an affected kernel and using the mgag200 graphics path. The supplied version data identifies affected Linux versions including 6.0 through specified later releases, but does not clearly express every branch boundary. Systems without the driver or relevant hardware are less likely exposed. Confirm status through distribution advisories and backport records.
Exploitation context
The CVSS vector describes local access, low privileges, low complexity, and no user interaction. CISA KEV status is false in the supplied bundle, and no cited source reports active exploitation. The sources do not demonstrate a working exploit, reachable attack path, or observed compromise.
Researcher notes
The defect is a stale-pointer condition caused by mismatched Linux-device and DRM-device cleanup ordering. The stated fix replaces Linux device-managed I2C release with DRM-managed release so connector teardown precedes adapter cleanup. No CWE is supplied. Exact affected branch boundaries and exploitability details remain incomplete, so validate against the relevant stable commit and downstream kernel advisory.
Mitigation direction
Apply a vendor-supported kernel update containing the relevant stable fix or distribution backport.
Prioritize shared or multi-user systems where untrusted users have local access.
If updates are delayed, assess whether mgag200 is required and follow vendor guidance for temporary risk reduction.
Reboot into the updated kernel after completing normal change-control and availability checks.
Validation and detection
Inventory kernel versions and determine which systems load or depend on the mgag200 driver.
Compare installed kernel changelogs or source commits with the cited stable fixes.
Check distribution security advisories for branch-specific fixed package versions and backport status.
After updating, verify the running kernel changed and confirm graphics functionality remains stable.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-44967 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.