Fixed
Created: Dec 10, 2025
Updated: Dec 11, 2025
Resolved Date: Dec 10, 2025
Found In Version: 10.22.33.1
Fix Version: 10.22.33.8
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]usb: early: xhci-dbc: Fix a potential out-of-bound memory access[EOL][EOL]If xdbc_bulk_write() fails, the values in 'buf' can be anything. So the[EOL]string is not guaranteed to be NULL terminated when xdbc_trace() is called.[EOL][EOL]Reserve an extra byte, which will be zeroed automatically because 'buf' is[EOL]a static variable, in order to avoid troubles, should it happen.