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-2023-0065: Tungstenite allows remote attackers to cause a denial of service #16

Closed
github-actions bot opened this issue Oct 1, 2023 · 1 comment

Comments

@github-actions
Copy link

github-actions bot commented Oct 1, 2023

Tungstenite allows remote attackers to cause a denial of service

Details
Package tungstenite
Version 0.18.0
URL snapview/tungstenite-rs#376
Date 2023-09-25
Patched versions >=0.20.1

The Tungstenite crate through 0.20.0 for Rust allows remote attackers to cause
a denial of service (minutes of CPU consumption) via an excessive length of an
HTTP header in a client handshake. The length affects both how many times a parse
is attempted (e.g., thousands of times) and the average amount of data for each
parse attempt (e.g., millions of bytes).

See advisory page for additional details.

@Cldfire
Copy link
Owner

Cldfire commented Oct 10, 2023

see eeb424b

@Cldfire Cldfire closed this as completed Oct 10, 2023
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

1 participant