NONE · 0

CVE-2026-64350

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info() cdnsp_alloc_stream_info() allocates stream_info->stream_ctx...

Vulnerability Description

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

References

FAQ

What is CVE-2026-64350?

CVE-2026-64350 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info() cdnsp_alloc_stream_info() allocates stream_info->stream_ctx...

How severe is CVE-2026-64350?

CVSS scoring is not yet available for CVE-2026-64350. Check NVD for updates.

Is there a patch for CVE-2026-64350?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.