5 matches found
CVE-2023-53714 drm/stm: ltdc: fix late dereference check
In the Linux kernel, the following vulnerability has been resolved: drm/stm: ltdc: fix late dereference check In ltdccrtcsetcrcsource, struct drmcrtc was dereferenced in a containerof before the pointer check. This could cause a kernel panic. Fix this smatch warning: drivers/gpu/drm/stm/ltdc.c:11...
CVE-2023-53714 drm/stm: ltdc: fix late dereference check
In the Linux kernel, the following vulnerability has been resolved: drm/stm: ltdc: fix late dereference check In ltdccrtcsetcrcsource, struct drmcrtc was dereferenced in a containerof before the pointer check. This could cause a kernel panic. Fix this smatch warning: drivers/gpu/drm/stm/ltdc.c:11...
CVE-2023-53714
Summary (CVE-2023-53714) : A Linux kernel DRM/STMicroelectronics LTD-C driver issue caused a potential kernel panic when dereferencing a struct via container_of() in ltdc_crtc_set_crc_source() before validating the crtc pointer. The root cause: dereferencing a potentially invalid pointer prior to...
CVE-2024-26647
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'linksetdscppspacket' In linksetdscppspacket, 'struct displaystreamcompressor dsc' was dereferenced in a DCLOGGERINITdsc-ctx-logger; before the 'dsc' NULL pointer check. Fixes t...
PT-2024-3390
Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to a late dereference check of the dsc variable in the link set dsc pps packet function. This function is part of the drm/amd/display module in the Linux kernel. T...