CVE-2026-31607 is a Linux kernel vulnerability in the USB/IP subsystem caused by insufficient validation of the number_of_packets field in usbip_pack_ret_submit(). When a USB/IP client processes a RET_SUBMIT response, the function overwrites urb->number_of_packets with the value supplied in the network PDU without ensuring it does not exceed the packet count used when the URB and its iso_frame_desc[] flexible array were originally allocated from the preceding CMD_SUBMIT request. The overwritten value is later used as the loop bound in usbip_recv_iso() and usbip_pad_iso(). A malicious USB/IP server can therefore return a larger number_of_packets value than originally submitted, causing usbip_recv_iso() to write past the end of urb->iso_frame_desc[] and trigger a heap out-of-bounds write. The issue was confirmed by KASAN as a slab out-of-bounds write in usbip_recv_iso(). The fix adds validation in usbip_pack_ret_submit() to ensure the response packet count does not exceed the original URB packet count before overwriting the field, and clamps invalid values to zero so downstream processing exits safely.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
12 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel USB/IP vulnerability caused by insufficient validation of number_of_packets in usbip_pack_ret_submit().
A Linux kernel vulnerability in usbip_pack_ret_submit() related to insufficient validation of number_of_packets.
A Linux kernel vulnerability in usbip involving insufficient validation of number_of_packets in usbip_pack_ret_submit().
Linux kernel vulnerability in usbip_pack_ret_submit related to validation of number_of_packets.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.