LiveActive security incident?Get immediate response
CVE Record

CVE-2024-56784: drm/amd/display: Adding array index check to prevent memory corruption

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Adding array index check to prevent memory corruption [Why & How] Array indices out of bound caused memory corruption. Adding checks to ensure that array index stays in bound.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux kernel flaw in the AMD display subsystem can corrupt memory when an array index falls outside its valid range. Exploitation requires local, low-privileged access, but successful abuse could compromise confidentiality, integrity, and availability. Systems without the affected AMD display code in use are less likely to be exposed.

Executive priority

Treat as a high-priority endpoint and workstation patching issue, especially where AMD graphics and untrusted local access coexist. It is not supported as an internet-wide emergency because the documented vector is local and active exploitation is unconfirmed.

Technical view

CVE-2024-56784 is a CWE-787 out-of-bounds write in drm/amd/display. Missing array-index validation can cause kernel memory corruption. The supplied CVSS 3.1 score is 7.8 with local access, low complexity, low privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on systems running an affected Linux kernel with the AMD display subsystem present or active and accessible to local users. The supplied affected-version data names 6.11, 6.12.5, and 6.13, but does not provide sufficiently clear range boundaries; confirm applicability with distribution guidance.

Exploitation context

The supplied record does not list this CVE in CISA KEV and provides no evidence of active exploitation or a public exploit. The local, low-privilege attack vector limits remote exposure, but kernel memory corruption makes successful exploitation potentially severe.

Researcher notes

The remediation adds array-index bounds checks, but the bundle does not identify the vulnerable function, reachable interface, exploitation prerequisites beyond CVSS, or precise fixed release boundaries. The version data is ambiguous, so researchers and vulnerability managers should correlate the stable commits with distribution-specific kernel packages before declaring exposure or remediation.

Mitigation direction

  • Inventory Linux kernel versions and identify systems using AMD display hardware or drivers.
  • Apply a vendor-supported kernel update incorporating the referenced stable fixes.
  • Prioritize shared workstations and systems where untrusted users have local accounts.
  • Restrict unnecessary local access while updates are pending.
  • Reboot updated systems so the corrected kernel becomes active.

Validation and detection

  • Confirm the running kernel version after installation and reboot.
  • Check distribution advisories or package changelogs for CVE-2024-56784 coverage.
  • Verify whether the referenced stable fix is included in deployed kernel builds.
  • Identify hosts where the AMD display subsystem is loaded or used.
  • Review kernel and display logs for continuing memory or DRM faults.
Prepared
Confidence
medium
Sources
4

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-787: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-56784 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.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

2 official scores

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
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2024-56784Attack 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
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux0057b36ac2be0f573048acda52e641e0502a9ff3, 0057b36ac2be0f573048acda52e641e0502a9ff3unaffected
LinuxLinux6.11, 0, 6.12.5, 6.13affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.