First published: Fri Jan 31 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are not expected and would cause issues when we access vsk->transport. A possible scenario is described by Hyunwoo Kim in the attached link, where after a first connect() interrupted by a signal, and a second connect() failed, we can find `vsk->transport` at NULL, leading to a NULL pointer dereference.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.5<5.15.177 | |
Linux Kernel | >=5.16<6.1.127 | |
Linux Kernel | >=6.2<6.6.74 | |
Linux Kernel | >=6.7<6.12.11 | |
Linux Kernel | =6.13-rc1 | |
Linux Kernel | =6.13-rc2 | |
Linux Kernel | =6.13-rc3 | |
Linux Kernel | =6.13-rc4 | |
Linux Kernel | =6.13-rc5 | |
Linux Kernel | =6.13-rc6 | |
Linux Kernel | =6.13-rc7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2025-21669 has not been explicitly defined but it addresses a critical issue related to socket management in the Linux kernel.
To fix CVE-2025-21669, update your Linux kernel to a version higher than 5.15.177, 6.1.127, 6.6.74, 6.12.11, or any 6.13 release candidate.
CVE-2025-21669 affects Linux kernel versions between 5.5 and 5.15.177, 5.16 and 6.1.127, 6.2 and 6.6.74, 6.7 and 6.12.11, as well as various release candidates of 6.13.
CVE-2025-21669 is a network vulnerability related to the handling of vsock/virtio packets in the Linux kernel.
Exploitation of CVE-2025-21669 could lead to unexpected behavior and issues in packet handling due to mishandled socket assignments.