CVE-2025-22052
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
16/04/2025
Last modified:
30/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
staging: gpib: Fix Oops after disconnect in ni_usb<br />
<br />
If the usb dongle is disconnected subsequent calls to the<br />
driver cause a NULL dereference Oops as the bus_interface<br />
is set to NULL on disconnect.<br />
<br />
This problem was introduced by setting usb_dev from the bus_interface<br />
for dev_xxx messages.<br />
<br />
Previously bus_interface was checked for NULL only in the the functions<br />
directly calling usb_fill_bulk_urb or usb_control_msg.<br />
<br />
Check for valid bus_interface on all interface entry points<br />
and return -ENODEV if it is NULL.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.13.11 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.14 (including) | 6.14.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



