LiveActive security incident?Get immediate response
CVE Record

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.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
medium
Sources
7

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
2ADP providers
6Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-44967Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxb279df242972ae816a75cf1cc732af836f999100, b279df242972ae816a75cf1cc732af836f999100, b279df242972ae816a75cf1cc732af836f999100, b279df242972ae816a75cf1cc732af836f999100unaffected
LinuxLinux6.0, 0, 6.1.105, 6.6.46, 6.10.5, 6.11affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.