Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2024-26729
HistoryApr 03, 2024 - 5:15 p.m.

CVE-2024-26729

2024-04-0317:15:50
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
30
linux kernel
vulnerability
cve-2024-26729
resolved
null pointer dereference
dc_dmub_srv
display
drm
amdgpu
smatch
nvd

7.3 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

8.7%

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

drm/amd/display: Fix potential null pointer dereference in dc_dmub_srv

Fixes potential null pointer dereference warnings in the
dc_dmub_srv_cmd_list_queue_execute() and dc_dmub_srv_is_hw_pwr_up()
functions.

In both functions, the ‘dc_dmub_srv’ variable was being dereferenced
before it was checked for null. This could lead to a null pointer
dereference if ‘dc_dmub_srv’ is null. The fix is to check if
‘dc_dmub_srv’ is null before dereferencing it.

Thus moving the null checks for ‘dc_dmub_srv’ to the beginning of the
functions to ensure that ‘dc_dmub_srv’ is not null when it is
dereferenced.

Found by smatch & thus fixing the below:
drivers/gpu/drm/amd/amdgpu/…/display/dc/dc_dmub_srv.c:133 dc_dmub_srv_cmd_list_queue_execute() warn: variable dereferenced before check ‘dc_dmub_srv’ (see line 128)
drivers/gpu/drm/amd/amdgpu/…/display/dc/dc_dmub_srv.c:1167 dc_dmub_srv_is_hw_pwr_up() warn: variable dereferenced before check ‘dc_dmub_srv’ (see line 1164)

VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

7.3 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

8.7%

Related for CVE-2024-26729