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:1124 ltdccrtcsetcrcsource() warn: variable dereferenced before check 'crtc' (see line 1119)
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53714.json",
"cna_assigner": "Linux"
}