First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix reference leak in tegra_dsi_ganged_probe The reference taken by 'of_find_device_by_node()' must be released when not needed anymore. Add put_device() call to fix this.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.19<4.9.311 | |
Linux Kernel | >=4.10<4.14.276 | |
Linux Kernel | >=4.15<4.19.238 | |
Linux Kernel | >=4.20<5.4.189 | |
Linux Kernel | >=5.5<5.10.110 | |
Linux Kernel | >=5.11<5.15.33 | |
Linux Kernel | >=5.16<5.16.19 | |
Linux Kernel | >=5.17<5.17.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49216 has been classified as a vulnerability with moderate severity due to the potential for resource leaks in the Linux kernel.
To fix CVE-2022-49216, ensure that the latest patches are applied to the affected versions of the Linux kernel.
CVE-2022-49216 affects multiple versions, specifically those from 3.19 to 5.17.2 of the Linux kernel.
The impact of CVE-2022-49216 may lead to a reference leak that can affect the stability of applications relying on the Linux kernel.
Currently, there are no official workarounds for CVE-2022-49216; updating the kernel to a patched version is recommended.