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

Tungstenite allows remote attackers to cause a denial of service (RUSTSEC-2023-0065) #2249

Closed
DuckDuckWhale opened this issue Nov 26, 2023 · 1 comment · Fixed by #2250
Closed
Labels
C-bug Category: A bug, incorrect or unintended behavior S-Blocked-Upstream Status: Blocked Upstream

Comments

@DuckDuckWhale
Copy link
Contributor

DuckDuckWhale commented Nov 26, 2023

Problem

As of current master (49fce66):

mdBook$ cargo audit
...
Crate:     tungstenite
Version:   0.18.0
Title:     Tungstenite allows remote attackers to cause a denial of service
Date:      2023-09-25
ID:        RUSTSEC-2023-0065
URL:       https://rustsec.org/advisories/RUSTSEC-2023-0065
Severity:  7.5 (high)
Solution:  Upgrade to >=0.20.1
Dependency tree:
tungstenite 0.18.0
└── tokio-tungstenite 0.18.0
    └── warp 0.3.5
        └── mdbook 0.4.35

error: 1 vulnerability found!

Steps

  1. git clone https://github.com/rust-lang/mdBook
  2. cd mdBook
  3. cargo install cargo-audit --locked
  4. cargo audit

Possible Solution(s)

Upgrade to >=0.20.1

Notes

No response

Version

mdbook v0.4.35
@DuckDuckWhale DuckDuckWhale added the C-bug Category: A bug, incorrect or unintended behavior label Nov 26, 2023
@Dylan-DPC
Copy link
Member

@DuckDuckWhale thanks for the issue. this is blocked on warp updating their dependency of tokio-tungstenite while we follow up and bump the version of warp accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: A bug, incorrect or unintended behavior S-Blocked-Upstream Status: Blocked Upstream
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants