CVE-2022-48979: drm/amd/display: fix array index out of bound error in DCN32 DML
In the Linux kernel, the following vulnerability has been resolved:
drm/amd/display: fix array index out of bound error in DCN32 DML
[Why&How]
LinkCapacitySupport array is indexed with the number of voltage states and
not the number of max DPPs. Fix the error by changing the array
declaration to use the correct (larger) array size of total number of
voltage states.
Security readout for executives and security teams
Plain-English summary
CVE-2022-48979 is a Linux kernel AMD display driver bug where an internal array could be indexed past its declared size. The public record confirms a kernel fix but does not provide severity, impact, exploitability, or attack requirements.
Executive priority
Treat as a kernel maintenance item until severity is clarified. It should be handled through normal patch governance, with priority increased for fleets using AMD graphics on affected Linux kernels.
Technical view
The issue is in drm/amd/display DCN32 DML. LinkCapacitySupport was declared using a max-DPP-related size but indexed by voltage-state count. The kernel fix changes the declaration to the larger total voltage-state size, preventing out-of-bounds array access.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with the AMD display DCN32 code path relevant. The source bundle does not confirm whether servers without AMD display hardware, headless deployments, or all AMD GPU systems are affected.
Exploitation context
No provided source reports active exploitation, public exploit code, or inclusion in CISA KEV. The bundle only states that the vulnerability was resolved in the Linux kernel and provides stable commit references.
Researcher notes
The root cause is a size mismatch between LinkCapacitySupport declaration and the index domain. The public data does not state memory corruption consequences, privilege boundary crossed, reachable trigger conditions, or crash behavior.
Mitigation direction
Check your Linux distribution kernel advisory for CVE-2022-48979 coverage.
Update affected kernels to builds containing the referenced stable fixes.
Prioritize endpoints or hosts using AMD display hardware and affected kernel lines.
If patching is delayed, follow vendor guidance; no interim mitigation is provided here.
Validation and detection
Inventory Linux kernel versions against the affected versions in the CVE record.
Confirm installed kernel changelogs include the referenced stable commit fixes.
Review assets with AMD GPU or display-driver usage first.
Track the CVE record and distro advisories for severity or impact updates.
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-2022-48979 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.