Lucene search
+L

17947 matches found

CVE
CVE
added 2025/06/18 11:00 a.m.91 views

CVE-2022-49982

CVE-2022-49982 affects the Linux kernel media driver pvrusb2. The leak arises from error handling in pvr2_hdw_create: the v4l2 device is not unregistered when control flow returns to pvr2_context_create, causing pvr2_hdw_destroy to exit early. The fix adds v4l2_device_unregister to decrement the ...

5.5CVSS6.6AI score0.00217EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 11:00 a.m.17 views

CVE-2022-49982 media: pvrusb2: fix memory leak in pvr_probe

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix memory leak in pvrprobe The error handling code in pvr2hdwcreate forgets to unregister the v4l2 device. When pvr2hdwcreate returns back to pvr2contextcreate, it calls pvr2contextdestroy to destroy context, but...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.26 views

CVE-2022-49980 USB: gadget: Fix use-after-free Read in usb_udc_uevent()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

0.00206EPSS
SaveExploits0References2
CVE
CVE
added 2025/06/18 11:00 a.m.92 views

CVE-2022-49980

CVE-2022-49980 affects the Linux kernel USB gadget subsystem (udc). A race between uevent callbacks and gadget driver unregistration can cause a use-after-free in usb_udc_uevent(), when it dereferences udc->driver without holding the udc_lock mutex. If the gadget driver is unbound concurrently...

7.8CVSS6.5AI score0.00206EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:00 a.m.8 views

CVE-2022-49980 USB: gadget: Fix use-after-free Read in usb_udc_uevent()

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

5.9AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.15 views

CVE-2022-49980

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

7.8CVSS5.5AI score0.00206EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 10:59 a.m.94 views

CVE-2022-49944

CVE-2022-49944 : Linux kernel USB Type-C UCSI code regression caused NULL dereference when reading the power supply sysfs due to a change in error handling after the commit that added ucsi_unregister_connectors(); the stale sysfs entry remained with NULL ops. The fix is a straight revert of that ...

7.8CVSS6.7AI score0.00188EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/06/18 10:59 a.m.23 views

CVE-2022-49944 Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"

In the Linux kernel, the following vulnerability has been resolved: Revert "usb: typec: ucsi: add a common function ucsiunregisterconnectors" The recent commit 87d0e2f41b8c "usb: typec: ucsi: add a common function ucsiunregisterconnectors" introduced a regression that caused NULL dereference at...

7.8CVSS0.00188EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 10:59 a.m.16 views

CVE-2022-49944 Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()"

In the Linux kernel, the following vulnerability has been resolved: Revert "usb: typec: ucsi: add a common function ucsiunregisterconnectors" The recent commit 87d0e2f41b8c "usb: typec: ucsi: add a common function ucsiunregisterconnectors" introduced a regression that caused NULL dereference at...

7.8CVSS6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/06/18 10:59 a.m.20 views

CVE-2022-49944

In the Linux kernel, the following vulnerability has been resolved: Revert "usb: typec: ucsi: add a common function ucsiunregisterconnectors" The recent commit 87d0e2f41b8c "usb: typec: ucsi: add a common function ucsiunregisterconnectors" introduced a regression that caused NULL dereference at...

7.8CVSS5.4AI score0.00188EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 10:59 a.m.10 views

CVE-2022-49943 USB: gadget: Fix obscure lockdep violation for udc_mutex

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udcmutex A recent commit expanding the scope of the udclock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation. In abbreviated form:...

6AI score
SaveExploits0References5
CVE
CVE
added 2025/06/18 10:59 a.m.95 views

CVE-2022-49943

In CVE-2022-49943, the Linux kernel USB gadget udc_mutex scope was too large, allowing a lockdep alert/circular locking dependency when the gadget core invoked driver bind/unbind or started/stopped a UDC. The root cause is a widened udc_lock footprint that protected udc->driver among other thi...

5.5CVSS6.6AI score0.00139EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/06/18 10:59 a.m.19 views

CVE-2022-49943 USB: gadget: Fix obscure lockdep violation for udc_mutex

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udcmutex A recent commit expanding the scope of the udclock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation. In abbreviated form:...

0.00139EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/06/18 10:59 a.m.12 views

CVE-2022-49943

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix obscure lockdep violation for udcmutex A recent commit expanding the scope of the udclock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation. In abbreviated form:...

5.5CVSS5.4AI score0.00139EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 10:54 a.m.92 views

CVE-2022-49937

CVE-2022-49937 affects the Linux kernel mceusb driver in the media subsystem. Automatic fuzzing reported a WARN due to an unusual read on endpoint 0 caused by using legacy usb_control_msg_() routines and not setting USB_DIR_IN in bRequestType. The fix converts the driver to usb_control_msg_recv()...

5.5CVSS6.2AI score0.00157EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/06/18 10:54 a.m.11 views

CVE-2022-49937 media: mceusb: Use new usb_control_msg_*() routines

In the Linux kernel, the following vulnerability has been resolved: media: mceusb: Use new usbcontrolmsg routines Automatic kernel fuzzing led to a WARN about invalid pipe direction in the mceusb driver: ------------ cut here ------------ usb 6-1: BOGUS control dir, pipe 80000380 doesn't match...

5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 10:54 a.m.26 views

CVE-2022-49937 media: mceusb: Use new usb_control_msg_*() routines

In the Linux kernel, the following vulnerability has been resolved: media: mceusb: Use new usbcontrolmsg routines Automatic kernel fuzzing led to a WARN about invalid pipe direction in the mceusb driver: ------------ cut here ------------ usb 6-1: BOGUS control dir, pipe 80000380 doesn't match...

0.00157EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/06/18 10:54 a.m.27 views

CVE-2022-49936 USB: core: Prevent nested device-reset calls

In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: possible recursive locking detected 5.18.0 3 Not...

0.00161EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/06/18 10:54 a.m.6 views

CVE-2022-49936

In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: possible recursive locking detected 5.18.0 3 Not...

5.5CVSS5.3AI score0.00161EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 10:54 a.m.7 views

CVE-2022-49936 USB: core: Prevent nested device-reset calls

In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: possible recursive locking detected 5.18.0 3 Not...

5.8AI score
SaveExploits0References11
Rows per page
Query Builder