Review reviewHigh

CVE-2024-44967

Linux Linux, linux kernel

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.

CVSS
7.8
EPSS
-
- percentile
CISA KEV
Not listed
Published
2024.09.05
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability-
Technical severityCVSS 7.8

Vulnerability overview

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 product and versions

Product
Linux Linux, linux kernel
Affected versions
>= b279df242972ae816a75cf1cc732af836f999100 < 55a6916db77102765b22855d3a0add4751988b7c, >= b279df242972ae816a75cf1cc732af836f999100 < 81d34df843620e902dd04aa9205c875833d61c17, >= b279df242972ae816a75cf1cc732af836f999100 < 9d96b91e03cba9dfcb4ac370c93af4dbc47d5191, >= b279df242972ae816a75cf1cc732af836f999100 < eb1ae34e48a09b7a1179c579aed042b032e408f4, >= 6.0, >= 6.0 < 6.1.105, >= 6.2 < 6.6.46, >= 6.7 < 6.10.5
Fixed versions
6.1.105, 6.6.46, 6.10.5

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
Not available
CVE-2024-44967 — Linux Linux, linux kernel | SECUFOCUS NOW