Answer in brief
CVE-2024-44967 records a Unknown severity vulnerability in drm/mgag200: Bind I2C lifetime to DRM device. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b279df242972ae816a75cf1cc732af836f999100 <55a6916db77102765b22855d3a0add4751988b7c || >=b279df242972ae816a75cf1cc732af836f999100 <81d34df843620e902dd04aa9205c875833d61c17 || >=b279df242972ae816a75cf1cc732af836f999100 <9d96b91e03cba9dfcb4ac370c93af4dbc47d5191 || >=b279df242972ae816a75cf1cc732af836f999100 <eb1ae34e48a09b7a1179c579aed042b032e408f4 | 55a6916db77102765b22855d3a0add4751988b7c, 81d34df843620e902dd04aa9205c875833d61c17, 9d96b91e03cba9dfcb4ac370c93af4dbc47d5191, eb1ae34e48a09b7a1179c579aed042b032e408f4 |
| Linux/Linuxgeneric | 6.0 | Not reported |
Published upstream
Sep 4, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2024-44967 records a Unknown severity vulnerability in drm/mgag200: Bind I2C lifetime to DRM device. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=b279df242972ae816a75cf1cc732af836f999100 <55a6916db77102765b22855d3a0add4751988b7c || >=b279df242972ae816a75cf1cc732af836f999100 <81d34df843620e902dd04aa9205c875833d61c17 || >=b279df242972ae816a75cf1cc732af836f999100 <9d96b91e03cba9dfcb4ac370c93af4dbc47d5191 || >=b279df242972ae816a75cf1cc732af836f999100 <eb1ae34e48a09b7a1179c579aed042b032e408f4 | 55a6916db77102765b22855d3a0add4751988b7c, 81d34df843620e902dd04aa9205c875833d61c17, 9d96b91e03cba9dfcb4ac370c93af4dbc47d5191, eb1ae34e48a09b7a1179c579aed042b032e408f4 |
| Linux/Linuxgeneric | 6.0 | Not reported |
Published upstream
Sep 4, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
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.
Quoted source text, attributed separately from HOL analysis.