cve/2025/CVE-2025-22051.md
2025-09-29 21:09:30 +02:00

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.

Github