CVE-2024-53078: drm/tegra: Fix NULL vs IS_ERR() check in probe()
In the Linux kernel, the following vulnerability has been resolved:
drm/tegra: Fix NULL vs ISERR() check in probe()
The iommupagingdomainalloc() function doesn't return NULL pointers, it returns error pointers. Update the check to match.
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 vulnerability severity of CVE-2024-53078?
The severity of CVE-2024-53078 is classified as moderate due to potential impacts on system stability and security.
How do I fix CVE-2024-53078?
To fix CVE-2024-53078, update the Linux kernel to version 6.12 or later beyond the specified release candidates.
What is affected by CVE-2024-53078?
CVE-2024-53078 affects specific versions of the Linux kernel including versions from 6.11 to 6.12-rc5.
What is the nature of the flaw in CVE-2024-53078?
CVE-2024-53078 involves a flaw in the drm/tegra component's probe function related to the handling of error pointers.
Is CVE-2024-53078 publicly known?
Yes, CVE-2024-53078 is a publicly known vulnerability that has been documented for awareness and remediation.