LiveActive security incident?Get immediate response
CVE Record

CVE-2024-26914: drm/amd/display: fix incorrect mpc_combine array size

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix incorrect mpc_combine array size [why] MAX_SURFACES is per stream, while MAX_PLANES is per asic. The mpc_combine is an array that records all the planes per asic. Therefore MAX_PLANES should be used as the array size. Using MAX_SURFACES causes array overflow when there are more than 3 planes. [how] Use the MAX_PLANES for the mpc_combine array size.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A Linux AMD display-driver array was sized for surfaces per stream instead of planes per graphics chip. When more than three planes are present, the array can overflow. The supplied CVSS 3.1 score is 7.8, reflecting potentially serious confidentiality, integrity, and availability impact from a local, low-privileged attacker.

Executive priority

Treat this as a high-priority endpoint remediation issue, especially for AMD graphical workstations or shared systems where untrusted local users can obtain accounts. It is less urgent for systems without the relevant AMD display path. There is no supplied evidence of active exploitation, so prioritize by confirmed hardware, driver, and kernel exposure.

Technical view

The AMD DRM display code allocated mpc_combine using MAX_SURFACES although it records all planes per ASIC. Configurations exceeding three planes can overflow the array. The upstream correction sizes it with MAX_PLANES. The supplied record identifies affected Linux kernel versions beginning at 4.15 and includes versions through 6.7.6 and 6.8, but downstream backports may alter exposure.

Likely exposure

Exposure is most plausible on systems using affected Linux kernels, the AMD display subsystem, and display configurations capable of more than three planes. Servers without relevant AMD display hardware or driver use are less likely exposed. Confirm distribution-specific backports because kernel version strings alone may be inconclusive.

Exploitation context

The CVSS vector indicates local access, low attack complexity, low privileges, and no user interaction. The supplied record does not place this CVE in KEV and provides no evidence of active exploitation. The exact path from the array overflow to the scored impacts is not documented in the bundle.

Researcher notes

The core defect is a bounds mismatch: MAX_SURFACES is per stream, while mpc_combine tracks planes per ASIC and requires MAX_PLANES. The bundle does not identify a CWE, exploitation proof, crash signature, or affected distribution packages. Stable commit references support the correction, but researchers should account for downstream backports when determining vulnerable builds.

Mitigation direction

  • Install a vendor-supported kernel containing the MAX_PLANES correction or an equivalent downstream backport.
  • Review Linux distribution advisories for the exact fixed package version.
  • Prioritize AMD graphical workstations and other systems using the affected display subsystem.
  • Where immediate updating is impossible, consult vendor guidance for supported temporary mitigations.

Validation and detection

  • Inventory Linux kernel versions and identify systems using AMD display hardware and drivers.
  • Verify whether the installed kernel source or package includes either referenced stable correction.
  • Check distribution security advisories and package changelogs for CVE-2024-26914 backports.
  • Assess whether deployed display configurations can use more than three planes.
  • After updating, confirm the system booted into the corrected kernel package.
Prepared
Confidence
high
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.

cve · low confidence lookup

CVE-2024-26914 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
3Source 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-26914Attack 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

CVECVE Program Container
CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c, 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7cunaffected
LinuxLinux4.15, 0, 6.7.6, 6.8affected
Weakness

CWE details

No CWE listed

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