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

CVE-2021-45710 issue in actix-web's dependency - tokio #432

Closed
wyhgoodjob opened this issue Dec 31, 2021 · 2 comments
Closed

CVE-2021-45710 issue in actix-web's dependency - tokio #432

wyhgoodjob opened this issue Dec 31, 2021 · 2 comments

Comments

@wyhgoodjob
Copy link

Expected Behavior

Actix and its dependencies should have no known vulnerabilities unpatched

Current Behavior

Hi, from the CVE-2021-45710, there is a race which tokio version before 1.13.0 could be influenced, causing the tokio panic.

Possible Solution

In the tokio 4226 pull request, this race has been fixed, so update tokio to 1.15 or higher could fix this issue.

Steps to Reproduce

actix-web 4.0.0-beta.18
  │   ├── ...
  │   ├── actix-rt 2.5.0
  │   │   └── tokio 1.5.1 (the tokio version that have this security issue)
@robjtede
Copy link
Member

The user side mitigation for reports like this is to run cargo update to bump the transitive Tokio dep.

@robjtede
Copy link
Member

min version has been bumped in actix-rt 2.5.1

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

2 participants