First published: Tue Nov 19 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs IS_ERR() check in probe() The iommu_paging_domain_alloc() function doesn't return NULL pointers, it returns error pointers. Update the check to match.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.11<6.11.7 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 | |
Linux Kernel | =6.12-rc5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-53078 is classified as moderate due to potential impacts on system stability and security.
To fix CVE-2024-53078, update the Linux kernel to version 6.12 or later beyond the specified release candidates.
CVE-2024-53078 affects specific versions of the Linux kernel including versions from 6.11 to 6.12-rc5.
CVE-2024-53078 involves a flaw in the drm/tegra component's probe function related to the handling of error pointers.
Yes, CVE-2024-53078 is a publicly known vulnerability that has been documented for awareness and remediation.