Acknowledged
Created: Oct 29, 2025
Updated: Oct 30, 2025
Found In Version: 10.25.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]nbd: restrict sockets to TCP and UDP[EOL][EOL]Recently, syzbot started to abuse NBD with all kinds of sockets.[EOL][EOL]Commit cf1b2326b734 ("nbd: verify socket is supported during setup")[EOL]made sure the socket supported a shutdown() method.[EOL][EOL]Explicitely accept TCP and UNIX stream sockets.