VYPR
Unrated severityNVD Advisory· Published Oct 9, 2024· Updated Jul 11, 2025

drm/amd/display: Avoid overflow from uint32_t to uint8_t

CVE-2024-47661

Description

In the Linux kernel, the following vulnerability has been resolved:

drm/amd/display: Avoid overflow from uint32_t to uint8_t

[WHAT & HOW] dmub_rb_cmd's ramping_boundary has size of uint8_t and it is assigned 0xFFFF. Fix it by changing it to uint8_t with value of 0xFF.

This fixes 2 INTEGER_OVERFLOW issues reported by Coverity.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

96

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.