Lucene search

K
redhatcveRedhat.comRH:CVE-2024-35928
HistoryMay 19, 2024 - 4:26 p.m.

CVE-2024-35928

2024-05-1916:26:25
redhat.com
access.redhat.com
7
linux kernel
vulnerability
memory leaks
amdgpu_device_init
ioremap
mitigation
amdgpu

6.6 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.1%

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() This ensures that the memory mapped by ioremap for adev->rmmio, is properly handled in amdgpu_device_init(). If the function exits early due to an error, the memory is unmapped. If the function completes successfully, the memory remains mapped. Reported by smatch: drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:4337 amdgpu_device_init() warn: β€˜adev->rmmio’ from ioremap() not released on lines: 4035,4045,4051,4058,4068,4337

6.6 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.1%

Related for RH:CVE-2024-35928