Lucene search

K
ubuntucveUbuntu.comUB:CVE-2024-39471
HistoryJun 25, 2024 - 12:00 a.m.

CVE-2024-39471

2024-06-2500:00:00
ubuntu.com
ubuntu.com
4
linux kernel
drm/amdgpu
out-of-bounds

AI Score

7

Confidence

Low

EPSS

0

Percentile

5.1%

In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: add error handle to avoid out-of-bounds
if the sdma_v4_0_irq_id_to_seq return -EINVAL, the process should
be stop to avoid out-of-bounds read, so directly return -EINVAL.