CVE-2024-47661
Severity CVSS v4.0:
Pending analysis
Type:
CWE-190
Integer Overflow or Wraparound
Publication date:
09/10/2024
Last modified:
15/10/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/amd/display: Avoid overflow from uint32_t to uint8_t<br />
<br />
[WHAT & HOW]<br />
dmub_rb_cmd&#39;s ramping_boundary has size of uint8_t and it is assigned<br />
0xFFFF. Fix it by changing it to uint8_t with value of 0xFF.<br />
<br />
This fixes 2 INTEGER_OVERFLOW issues reported by Coverity.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.10.9 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



