Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-27045
HistoryMay 01, 2024 - 12:54 p.m.

CVE-2024-27045 drm/amd/display: Fix a potential buffer overflow in 'dp_dsc_clock_en_read()'

2024-05-0112:54:18
Linux
github.com
1
linux kernel
vulnerability
buffer overflow
fix
snprintf
amdgpu_dm
debugfs

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

drm/amd/display: Fix a potential buffer overflow in ‘dp_dsc_clock_en_read()’

Tell snprintf() to store at most 10 bytes in the output buffer
instead of 30.

Fixes the below:
drivers/gpu/drm/amd/amdgpu/…/display/amdgpu_dm/amdgpu_dm_debugfs.c:1508 dp_dsc_clock_en_read() error: snprintf() is printing too much 30 vs 10

AI Score

7.1

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial