In the Linux kernel, the following vulnerability has been resolved:
xhci: sideband: fix ring sg table pages leak
xhciringtosgtable() allocates a temporary pages array and uses it to build the returned sgtable with sgalloctablefrompages().
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 sgalloctablefrompages() succeeds. The returned sg_table has its own scatterlist entries and does not depend on the temporary array after construction.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64464.json"
}