Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2024-35928
HistoryMay 19, 2024 - 11:15 a.m.

CVE-2024-35928

2024-05-1911:15:48
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
7
linux kernel
vulnerability
amdgpu_device_init
amd amdgpu driver
memory leaks
ioremap
smatch

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%

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

AI Score

6.5

Confidence

Low

EPSS

0

Percentile

15.5%