CVE-2024-36897: drm/amd/display: Atom Integrated System Info v2_2 for DCN35
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Atom Integrated System Info v2_2 for DCN35
New request from KMD/VBIOS in order to support new UMA carveout
model. This fixes a null dereference from accessing
Ctx->dc_bios->integrated_info while it was NULL.
DAL parses through the BIOS and extracts the necessary
integrated_info but was missing a case for the new BIOS
version 2.3.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can crash affected systems using AMD display hardware paths. It is a null pointer dereference in the AMD display driver when newer BIOS information is handled. The published impact is availability only: no confidentiality or integrity impact is described.
Executive priority
Treat as a moderate availability risk. It is unlikely to drive broad emergency response without exploitation evidence, but kernel crashes can disrupt workstations or graphics-enabled systems. Patch through normal kernel maintenance, faster for high-availability endpoints using AMD display hardware.
Technical view
CVE-2024-36897 is CWE-476 in drm/amd/display. DAL parsed BIOS integrated information but missed a case for BIOS version 2.3, leaving Ctx->dc_bios->integrated_info NULL. Stable kernel commits add Atom Integrated System Info v2_2 support for DCN35 and the new UMA carveout model.
Likely exposure
Exposure is most relevant to Linux systems using the AMD display stack and affected kernel builds. The record names Linux kernel versions and stable fixes across 5.15, 6.1, 6.6, 6.8, and 6.9 lines, but asset owners should map exact kernel packages to vendor advisories.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction, with high availability impact. The source bundle does not mark this as CISA KEV and provides no cited evidence of active exploitation.
Researcher notes
The public description is concise and does not include trigger details beyond the missing BIOS version handling and NULL integrated_info access. Validate by source review, kernel package mapping, and crash telemetry rather than assuming remote reachability or data exposure.
Mitigation direction
Update affected Linux kernels to vendor-provided fixed packages.
Prioritize systems using AMD graphics/display hardware paths.
Check distribution advisories for exact fixed package versions.
Avoid direct wrangler or unrelated deployment assumptions; this is kernel remediation.
Validation and detection
Inventory Linux kernel versions across endpoints and servers.
Identify systems with AMD display drivers or AMD graphics hardware.
Compare installed kernels against distribution security advisories.
Confirm updates include the referenced stable kernel fixes.
Monitor for kernel oops or crash reports in AMD display paths.
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.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.