LiveActive security incident?Get immediate response
CVE Record

CVE-2024-46816: drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links [Why] Coverity report OVERRUN warning. There are only max_links elements within dc->links. link count could up to AMDGPU_DM_MAX_DISPLAY_INDEX 31. [How] Make sure link count less than max_links.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A flaw in the Linux AMD graphics display driver can overrun an internal link array during driver initialization when the detected link count exceeds its limit. A successful local attack could compromise confidentiality, integrity, and availability. Exposure appears limited to systems using the affected AMD display path, but the supplied records do not fully define practical trigger conditions.

Executive priority

Treat as a high-priority kernel maintenance issue for AMD GPU systems, especially multi-user endpoints or graphics servers. It does not warrant the urgency of an internet-exploited vulnerability because local access is required and active exploitation is unsupported. Complete exposure mapping promptly, then deploy vendor-confirmed kernel updates through normal expedited patching controls.

Technical view

The amdgpu_dm initialization path allowed a link count up to 31 while dc->links contained only max_links elements. This mismatch produced an out-of-bounds access risk identified by Coverity. The kernel fix stops initialization when the link count exceeds max_links. CVSS 3.1 rates it 7.8: local, low complexity, low privileges, no user interaction, and high impact.

Likely exposure

Prioritize Linux workstations, graphics servers, and other systems using AMD GPUs with the amdgpu display driver. The supplied affected-version data is ambiguous and includes several kernel versions without clear range boundaries. Systems without the relevant AMD display path are less likely to be exposed, but downstream vendor patch status must be checked.

Exploitation context

The CVSS vector indicates exploitation requires local access and low privileges; it is not described as remotely exploitable. CISA KEV status is false, and the supplied sources provide no evidence of active exploitation or a public exploit. Real-world reachability may depend on AMD display hardware, driver initialization, and an excessive detected link count.

Researcher notes

The source describes a bounds-check failure in drm/amd/display during amdgpu_dm initialization. It does not identify a CWE, demonstrated exploit, specific triggering hardware topology, or confirmed exploitation. The duplicated commit identifier and flattened affected-version list reduce precision; assess downstream kernels by patch inclusion rather than version-string comparison alone.

Mitigation direction

  • Install a vendor-supported kernel containing the applicable referenced stable fix.
  • Check distribution advisories for backported fixes instead of relying only on upstream version numbers.
  • Prioritize shared or untrusted-user systems with AMD graphics and the amdgpu display driver.
  • Restrict local account access until affected systems receive a confirmed patched kernel.

Validation and detection

  • Inventory running kernel versions and identify systems using AMD graphics hardware.
  • Confirm whether the amdgpu display driver is active on each candidate system.
  • Map distribution kernel builds to vendor advisories or referenced upstream fix commits.
  • After updating, verify the running kernel build includes the applicable backport.
  • Review kernel logs for abnormal AMD display initialization failures or crashes.
Prepared
Confidence
medium
Sources
10

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-46816 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
9Source 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-46816Attack 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
LinuxLinux4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c, 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c, 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c, 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c, 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c, 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7cunaffected
LinuxLinux4.15, 0, 5.10.237, 5.15.181, 6.1.135, 6.6.88, 6.10.9, 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.