mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
1.2 KiB
1.2 KiB
CVE-2025-22051
Description
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.
POC
Reference
No PoCs from references.