First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c Fix potential dereferencing of ERR_PTR() in find_format_by_pix() and uvc_v4l2_enum_format(). Fix the following smatch errors: drivers/usb/gadget/function/uvc_v4l2.c:124 find_format_by_pix() error: 'fmtdesc' dereferencing possible ERR_PTR() drivers/usb/gadget/function/uvc_v4l2.c:392 uvc_v4l2_enum_format() error: 'fmtdesc' dereferencing possible ERR_PTR() Also, fix similar issue in uvc_v4l2_try_format() for potential dereferencing of ERR_PTR().
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.11<6.11.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-50056 is categorized as a medium severity vulnerability in the Linux kernel.
The fix for CVE-2024-50056 involves upgrading to the latest version of the Linux kernel that includes the patch for this vulnerability.
CVE-2024-50056 affects systems running versions of the Linux kernel from 6.11 to 6.11.4.
CVE-2024-50056 addresses a potential dereferencing of ERR_PTR() in the uvc_v4l2.c driver code.
CVE-2024-50056 does not specifically indicate a remote exploitation risk but may impact the stability of USB gadget functionality.