2 matches found
CVE-2026-97539
The Linux kernel contains a vulnerability in the xusbatm driver where the code incorrectly relies on id table pointer arithmetic . When dynamic IDs are involved, the usb_device_id parameter resides on the heap, causing pointer arithmetic to result in a wildly out of bound index. To resolve this, ...
5.8AI score
SaveExploits0References4
EUVD-2026-86847
In the Linux kernel, the following vulnerability has been resolved: usb: xusbatm: don't rely on id table pointer arithmetic The current code is broken when dynamic ID is involved; in such cases usbdeviceid parameter of probe lives on the heap and the pointer arithmetic will get an index that is...
5.8AI score
SaveExploits0References4
20