3 matches found
CVE-2024-58082
creationtimestamp| type| source ---|---|--- 2025-03-06 19:41:50+00:00| seen| https://t.me/cvedetector/19729 2025-03-06 19:54:48+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3ljqbkh5ma22r 2025-05-04 11:19:07+00:00| seen| https://t.me/DarkWebInformerCVEAlerts/14787...
CVE-2024-58082
In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcmvideoeceinit When function offinddevicebynode fails, it returns NULL instead of an error code. So the corresponding error check logic should be modified to check whether the return value ...
CVE-2024-58082
CVE-2024-58082 affects the Linux kernel media nuvoton driver (npcm_video_ece_init). The root cause is improper error handling: when of_find_device_by_node() fails it returns NULL instead of an error code, so the code path should check for NULL and return -ENODEV. The fix implements proper NULL ch...