CVE-2026-64350

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
25/07/2026
Last modified:
25/07/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()<br /> <br /> cdnsp_alloc_stream_info() allocates stream_info-&gt;stream_ctx_array with<br /> cdnsp_alloc_stream_ctx(). If a later stream ring allocation or stream<br /> mapping update fails, the error path frees the allocated stream rings<br /> and stream_rings array, but leaves stream_ctx_array allocated.<br /> <br /> Free the stream context array before falling through to the stream_rings<br /> cleanup path.

Impact