Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcm_video_ece_init() When function of_find_device_by_node() fails, it returns NULL instead of an error code. So the corresponding error check logic should be modified to check whether the return value is NULL and set the error code to be returned as -ENODEV.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.12.14 |
References
- https://git.kernel.org/stable/c/bdd823b9d068284e1d998b962cfef29236365df3Patch
- https://git.kernel.org/stable/c/c36b830754ae1dd1db41c27f57b29267878f9702Patch
- https://git.kernel.org/stable/c/c4b7779abc6633677e6edb79e2809f4f61fde157Patch
FAQ
What is CVE-2024-58082?
CVE-2024-58082 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcm_video_ece_init() When function of_find_device_by_node() fails, it returns NULL instead ...
How severe is CVE-2024-58082?
CVE-2024-58082 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-58082?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.