CVE Catalog

CVE-2026-97540

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the pegasus USB network driver relies on id table pointer arithmetic, which is broken with dynamic ID because the usb_device_id in probe lives on the heap and the computed index can be wildly out of bounds. The fix uses the driver_info field instead of a side table.

Risk Assessment

May lead to out-of-bounds read or invalid pointer use, causing system crash or potential code execution.

Recommendation

Update the Linux kernel to a version containing the fix that uses driver_info instead of pointer arithmetic in the pegasus driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: don't rely on id table pointer arithmetic The current code is broken when dynamic ID is involved; in such cases usb_device_id parameter of probe lives on the heap and the pointer arithmetic will get an index that is wildly out of bound. Instead of keeping a side table for additional information, use driver_info field of the usb_device_id. The dynamic ID parsing code needs to be updated for this; convert it to just write to the reserved entry for dynamic ID and remove the weird loop.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS