In the Linux kernel, the following vulnerability has been resolved:staging: gpib: Fix Oops after disconnect in agilent usbIf the agilent usb dongle is disconnected subsequent calls to thedriver cause a NULL dereference Oops as the bus_interfaceis set to NULL on disconnect.This problem was introduced by setting usb_dev from the bus_interfacefor dev_xxx messages.Previously bus_interface was checked for NULL only in the functionsdirectly calling usb_fill_bulk_urb or usb_control_msg.Check for valid bus_interface on all interface entry pointsand return -ENODEV if it is NULL.
No PoCs from references.
- https://github.com/ARPSyndicate/cve-scores