Review reviewHigh

CVE-2024-26914

Linux Linux, linux kernel

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.

CVSS
7.8
EPSS
0.22%
12.1% percentile
CISA KEV
Not listed
Published
2024.04.18
PRIORITY ASSESSMENT

Review review

The CVSS severity warrants an early asset and exposure review.

Known exploitationNot established by KEV
Exploit probability0.22%
Technical severityCVSS 7.8

Vulnerability overview

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.

Affected product and versions

Product
Linux Linux, linux kernel
Affected versions
>= 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c < 0bd8ef618a42d7e6ea3f701065264e15678025e3, >= 4562236b3bc0a28aeb6ee93b2d8a849a4c4e1c7c < 39079fe8e660851abbafa90cd55cbf029210661f, >= 4.15, >= 6.7 < 6.7.6, 6.8
Fixed versions
6.7.6

Recommended response sequence

Confirm exposure before applying a vendor-supported change.

Full remediation guide
  1. 1
    Identify

    Confirm that Linux Linux, linux kernel and an affected version are present.

  2. 2
    Prioritize

    Combine exploitation signals with asset exposure and business criticality.

  3. 3
    Remediate

    Follow the vendor advisory or supported update path and preserve rollback options.

  4. 4
    Verify

    Recheck the version, service health, access paths, and relevant logs.

Technical data

CVSS vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CWE
CWE-129
CVE-2024-26914 — Linux Linux, linux kernel | SECUFOCUS NOW