Skip to content

chore(deps): update rust crate tokio to v1.44.2 [security]#28

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/crate-tokio-vulnerability
Open

chore(deps): update rust crate tokio to v1.44.2 [security]#28
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/crate-tokio-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Apr 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
tokio (source) dependencies patch 1.44.11.44.2

Tokio broadcast channel calls clone in parallel, but does not require Sync

GHSA-rr8g-9fpq-6wmg

More information

Details

The broadcast channel internally calls clone on the stored value when receiving it, and only requires T:Send. This means that using the broadcast channel with values that are Send but not Sync can trigger unsoundness if the clone implementation makes use of the value being !Sync.

Thank you to Austin Bonander for finding and reporting this issue.

Severity

  • CVSS Score: 2.7 / 10 (Low)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

tokio-rs/tokio (tokio)

v1.44.2: Tokio v1.44.2

Compare Source

This release fixes a soundness issue in the broadcast channel. The channel
accepts values that are Send but !Sync. Previously, the channel called
clone() on these values without synchronizing. This release fixes the channel
by synchronizing calls to .clone() (Thanks Austin Bonander for finding and
reporting the issue).

Fixed
  • sync: synchronize clone() call in broadcast channel (#​7232)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • 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.

@farshidtz farshidtz added dependencies Pull requests that update a dependency file rust Issue/PR related to the Rust implementation labels Apr 10, 2025
@renovate renovate Bot force-pushed the renovate/crate-tokio-vulnerability branch from 3c52c0c to 4608a8f Compare August 10, 2025 16:11
@renovate renovate Bot changed the title fix(deps): update rust crate tokio to v1.44.2 [security] chore(deps): update rust crate tokio to v1.44.2 [security] Sep 25, 2025
@renovate renovate Bot force-pushed the renovate/crate-tokio-vulnerability branch from 4608a8f to 6ec7994 Compare December 10, 2025 11:51
@renovate renovate Bot changed the title chore(deps): update rust crate tokio to v1.44.2 [security] chore(deps): update rust crate tokio to v1.44.2 [security] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot deleted the renovate/crate-tokio-vulnerability branch March 27, 2026 03:23
@renovate renovate Bot changed the title chore(deps): update rust crate tokio to v1.44.2 [security] - autoclosed chore(deps): update rust crate tokio to v1.44.2 [security] Mar 30, 2026
@renovate renovate Bot reopened this Mar 30, 2026
@renovate renovate Bot force-pushed the renovate/crate-tokio-vulnerability branch 2 times, most recently from 6ec7994 to 2fb5fa5 Compare March 30, 2026 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Issue/PR related to the Rust implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants