Unrated severityNVD Advisory· Published Jul 25, 2026· Updated Aug 17, 2026
CVE-2026-64464
CVE-2026-64464
Description
In the Linux kernel, the following vulnerability has been resolved:
xhci: sideband: fix ring sg table pages leak
xhci_ring_to_sgtable() allocates a temporary pages array and uses it to build the returned sg_table with sg_alloc_table_from_pages().
The error paths free the pages array, but the success path returns the sg_table without freeing it. This leaks the temporary array every time a sideband client gets an endpoint or event ring buffer.
Free the pages array after sg_alloc_table_from_pages() succeeds. The returned sg_table has its own scatterlist entries and does not depend on the temporary array after construction.
Affected products
3- osv-coords2 versions
>= 6.16.0, < 6.18.39+ 1 more
- (no CPE)range: >= 6.16.0, < 6.18.39
- (no CPE)range: < 7.1.7-1.1
Patches
Vulnerability mechanics
References
3News mentions
1- Linux Kernel: 25 Vulnerabilities Across Subsystems Disclosed and Patched TogetherVypr Intelligence · Jul 26, 2026