First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe() If clk_get_sys(..., "pll_d2_out0") fails, the clk_get_sys() call must be undone. Add the missing clk_put and a new 'put_pll_d_out0' label in the error handling path, and use it.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <6.1.83 | 6.1.83 |
redhat/kernel | <6.6.23 | 6.6.23 |
redhat/kernel | <6.7.11 | 6.7.11 |
redhat/kernel | <6.8.2 | 6.8.2 |
redhat/kernel | <6.9 | 6.9 |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52661 has a medium severity rating due to its potential impact on the integrity of the Linux kernel's error handling paths.
To fix CVE-2023-52661, update the Linux kernel to versions 5.10.223-1, 6.1.83, or any later versions as specified in the patched releases.
CVE-2023-52661 affects Red Hat and Debian-based distributions running specific versions of the Linux kernel.
CVE-2023-52661 impacts the Tegra DC RGB driver within the Linux kernel.
CVE-2023-52661 is not known to be remotely exploitable; the vulnerability primarily affects local error handling.