Entreprise d'experts en Sécurité Informatique : Audits et conseils en cybersécurité
Entreprise française de cybersécurité depuis 2004
☎ 03 60 47 09 81 - info@securiteinfo.com


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

- https://github.com/ARPSyndicate/cve-scores