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

Update Rust crate tokio to v1.24.2 [SECURITY] #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2023

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies patch 1.24.1 -> 1.24.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

GitHub Vulnerability Alerts

GHSA-4q83-7cq4-p6wg

tokio::io::ReadHalf<T>::unsplit can violate the Pin contract

The soundness issue is described in the tokio/issues#5372

Specific set of conditions needed to trigger an issue (a !Unpin type in ReadHalf)
is unusual, combined with the difficulty of making any arbitrary use-after-free
exploitable in Rust without doing a lot of careful alignment of data types in
the surrounding code.

The tokio feature io-util is also required to be enabled to trigger this
soundness issue.

Thanks to zachs18 reporting the issue to Tokio team responsibly and taiki-e
and carllerche appropriately responding and fixing the soundness bug.

Tokio before 0.2.0 used futures 0.1 that did not have Pin, so it is not
affected by this issue.


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 4, 2023 02:38
@renovate renovate bot force-pushed the renovate/crate-tokio-vulnerability branch from 9b03e2b to 6819899 Compare March 15, 2023 18:18
@renovate renovate bot force-pushed the renovate/crate-tokio-vulnerability branch from 6819899 to 7c0fc12 Compare December 6, 2023 12:10
@renovate renovate bot changed the title Update Rust crate tokio to 1.24.2 [SECURITY] Update Rust crate tokio to v1.24.2 [SECURITY] Dec 6, 2023
@renovate renovate bot changed the title Update Rust crate tokio to v1.24.2 [SECURITY] Update Rust crate tokio to v1.24.2 [SECURITY] - autoclosed Apr 3, 2024
@renovate renovate bot closed this Apr 3, 2024
@renovate renovate bot deleted the renovate/crate-tokio-vulnerability branch April 3, 2024 13:20
@renovate renovate bot changed the title Update Rust crate tokio to v1.24.2 [SECURITY] - autoclosed Update Rust crate tokio to v1.24.2 [SECURITY] Apr 3, 2024
@renovate renovate bot reopened this Apr 3, 2024
@renovate renovate bot restored the renovate/crate-tokio-vulnerability branch April 3, 2024 16:03
@renovate renovate bot force-pushed the renovate/crate-tokio-vulnerability branch from 7c0fc12 to 33cba7f Compare April 3, 2024 16:04
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.

0 participants