CVE-2024-53129: drm/rockchip: vop: Fix a dereferenced before check warning
In the Linux kernel, the following vulnerability has been resolved:
drm/rockchip: vop: Fix a dereferenced before check warning
The 'state' can't be NULL, we should check crtcstate.
Fix warning: drivers/gpu/drm/rockchip/rockchipdrmvop.c:1096 vopplaneatomicasynccheck() warn: variable dereferenced before check 'state' (see line 1077)
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-53129?
CVE-2024-53129 has a low severity rating related to a warning in the Linux kernel's graphics subsystem.
How do I fix CVE-2024-53129?
To address CVE-2024-53129, you should upgrade to a patched version of the Linux kernel that resolves the dereferenced before check warning.
Which versions of the Linux kernel are affected by CVE-2024-53129?
CVE-2024-53129 affects Linux kernel versions from 6.1.0 to 6.1.119, 6.6.0 to 6.6.63, and 6.11.0 to 6.11.10.
What components are involved in CVE-2024-53129?
CVE-2024-53129 primarily involves the drm/rockchip component within the Linux kernel.
Is CVE-2024-53129 a critical vulnerability?
No, CVE-2024-53129 is not classified as a critical vulnerability, as it pertains to a warning rather than an exploit.