CVE-2024-46813: drm/amd/display: Check link_index before accessing dc->links[]
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: Check link_index before accessing dc->links[]
[WHY & HOW]
dc->links[] has max size of MAX_LINKS and NULL is return when trying to
access with out-of-bound index.
This fixes 3 OVERRUN and 1 RESOURCE_LEAK issues reported by Coverity.
Security readout for executives and security teams
Plain-English summary
A missing bounds check in Linux’s AMD display driver can access a display-link array using an invalid index. The supplied CVSS assessment indicates a local, low-privileged user could potentially affect confidentiality, integrity, and availability. The issue was found through static analysis; the sources provide no confirmed exploitation evidence.
Executive priority
Treat this as a high-priority kernel maintenance issue, especially for shared workstations or other systems permitting untrusted local users. Patch through supported distribution channels. Emergency action is not substantiated by the supplied evidence because active exploitation is unconfirmed and network access alone does not satisfy the CVSS attack conditions.
Technical view
The AMD DRM display code did not validate link_index before accessing dc->links[], whose capacity is limited by MAX_LINKS. The correction addresses three Coverity-reported overrun findings and one resource leak. CVSS 3.1 rates it 7.8 with local access, low complexity, low privileges, and no user interaction.
Likely exposure
Exposure is most plausible on systems running affected Linux kernels with the AMD display code present, particularly where untrusted users have local accounts. The supplied version data references Linux 4.15, 6.6.87, 6.10.9, and 6.11, but does not clearly express exact vulnerable ranges or distribution backports.
Exploitation context
CVE-2024-46813 is not listed as a CISA KEV in the supplied bundle, and no cited source confirms active exploitation or a public exploit. Its CVSS vector requires local, low-privileged access. Practical exploitability is not established by the Coverity findings alone.
Researcher notes
The source bundle provides no CWE and contains ambiguous version entries, including a duplicated commit identifier. Exact vulnerable and fixed release boundaries therefore require distribution-level verification. The stable kernel commits are the strongest supplied references for confirming whether a downstream kernel contains the bounds check.
Mitigation direction
Install a vendor-supported kernel containing the link_index bounds-check correction.
Check Linux distribution advisories for fixed package versions and backport status.
Prioritize multi-user systems where untrusted users can obtain local access.
Consult vendor guidance if an updated kernel is not yet available.
Validation and detection
Inventory running kernel versions and systems using AMD display hardware or drivers.
Compare distribution kernel sources against the three cited stable fix commits.
Confirm the corrected kernel is active after installation and reboot.
Reassess exposure using distribution-specific affected and fixed version guidance.
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-46813 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.