In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Jan 31, 2025
to the GitHub Advisory Database
•
Updated Feb 4, 2025
Description
Published by the National Vulnerability Database
Jan 31, 2025
Published to the GitHub Advisory Database
Jan 31, 2025
Last updated
Feb 4, 2025
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 aNULL pointer dereference.
References