RUSTSEC-2024-0336: rustls::ConnectionCommon::complete_io
could fall into an infinite loop based on network input
#17284
Labels
rustls
0.20.9
>=0.23.5,>=0.22.4, <0.23.0,>=0.21.11, <0.22.0
If a
close_notify
alert is received during a handshake,complete_io
does not terminate.
Callers which do not call
complete_io
are not affected.rustls-tokio
andrustls-ffi
do not callcomplete_io
and are not affected.
rustls::Stream
andrustls::StreamOwned
types usecomplete_io
and are affected.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: