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

chore(deps): update rustls to 0.21.11 and 0.22.4 for security reason #7734

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

dcb9
Copy link
Contributor

@dcb9 dcb9 commented Apr 20, 2024

Motivation

details: https://cxsecurity.com/cveshow/CVE-2024-32650/

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.

Solution

The version of rustls foundry depends on both 0.21.10 and 0.22.3, so by upgrading them to 0.21.11 and 0.22.4 will solve the problem

@mattsse mattsse merged commit dba274d into foundry-rs:master Apr 20, 2024
20 checks passed
@dcb9 dcb9 deleted the update-rustls branch April 20, 2024 11:33
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.

2 participants