Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix CVE-2024-32650 #1513

Merged
merged 1 commit into from
Apr 22, 2024
Merged

fix: fix CVE-2024-32650 #1513

merged 1 commit into from
Apr 22, 2024

Conversation

hillwoodroc
Copy link
Contributor

@hillwoodroc hillwoodroc commented Apr 22, 2024

fix #1510

Rustls is a modern TLS library written in Rust.
rustls::ConnectionCommon::complete_io could fall into an infinite loop based on network input. When using a blocking rustls server, if a client send a close_notify message immediately after client_hello, the server's complete_io will get in an infinite loop. This vulnerability is fixed in 0.23.5, 0.22.4, and 0.21.11.

Rustls is a modern TLS library written in Rust.
`rustls::ConnectionCommon::complete_io` could fall into an infinite loop based
on network input. When using a blocking rustls server, if a client send a
`close_notify` message immediately after `client_hello`, the server's
`complete_io` will get in an infinite loop. This vulnerability is fixed in
0.23.5, 0.22.4, and 0.21.11.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rust-rustls: Infinite loop in rustls::conn::ConnectionCommon:complete_io() with proper client input
2 participants