Lucene search

K
cvelistLinuxCVELIST:CVE-2021-47144
HistoryMar 25, 2024 - 9:07 a.m.

CVE-2021-47144 drm/amd/amdgpu: fix refcount leak

2024-03-2509:07:41
Linux
raw.githubusercontent.com
1
linux kernel
vulnerability
resolution
drm
amd
amdgpu
gem object
refcount leak
amdgpu_fbdev_destroy
cve
security

6.3 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.1%

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

drm/amd/amdgpu: fix refcount leak

[Why]
the gem object rfb->base.obj[0] is get according to num_planes
in amdgpufb_create, but is not put according to num_planes

[How]
put rfb->base.obj[0] in amdgpu_fbdev_destroy according to num_planes

6.3 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.1%

Related for CVELIST:CVE-2021-47144