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

RUSTSEC-2024-0373: Endpoint::retry() calls can lead to panicking #541

Open
github-actions bot opened this issue Sep 15, 2024 · 0 comments
Open

RUSTSEC-2024-0373: Endpoint::retry() calls can lead to panicking #541

github-actions bot opened this issue Sep 15, 2024 · 0 comments

Comments

@github-actions
Copy link

Details
Package quinn-proto
Version 0.11.3
URL https://github.com/quinn-rs/quinn
Patched Versions >=0.11.7
Unaffected Versions <0.11.0
Aliases GHSA-vr26-jcq5-fjj8, CVE-2024-45311

In 0.11.0, we overhauled the server-side Endpoint implementation to enable
more careful handling of incoming connection attempts. However, some of the
code paths that cleaned up state after connection attempts were processed
confused the initial destination connection ID with the destination connection
ID of a substantial package. This resulted in the internal Endpoint state
becoming inconsistent, which could then lead to a panic.

quinn-rs/quinn@e01609c

Thanks to @finbear for reporting and investingating,
and to @BiagoFesta for coordinating.

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

No branches or pull requests

0 participants