Skip to content

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

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

chore(deps): update rust crate tokio to v1.43.1 [security]#425
renovate[bot] wants to merge 1 commit into
masterfrom
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 minor 1.42.01.43.1

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.43.1

Compare Source

v1.43.0: Tokio v1.43.0

Compare Source

1.43.0 (Jan 8th, 2025)

Added
  • net: add UdpSocket::peek methods (#​7068)
  • net: add support for Haiku OS (#​7042)
  • process: add Command::into_std() (#​7014)
  • signal: add SignalKind::info on illumos (#​6995)
  • signal: add support for realtime signals on illumos (#​7029)
Fixed
  • io: don't call set_len before initializing vector in Blocking (#​7054)
  • macros: suppress clippy::needless_return in #[tokio::main] (#​6874)
  • runtime: fix thread parking on WebAssembly (#​7041)
Changes
  • chore: use unsync loads for unsync_load (#​7073)
  • io: use Buf::put_bytes in Repeat read impl (#​7055)
  • task: drop the join waker of a task eagerly (#​6986)
Changes to unstable APIs
  • metrics: improve flexibility of H2Histogram Configuration (#​6963)
  • taskdump: add accessor methods for backtrace (#​6975)
Documented
  • io: clarify ReadBuf::uninit allows initialized buffers as well (#​7053)
  • net: fix ambiguity in TcpStream::try_write_vectored docs (#​7067)
  • runtime: fix LocalRuntime doc links (#​7074)
  • sync: extend documentation for watch::Receiver::wait_for (#​7038)
  • sync: fix typos in OnceCell docs (#​7047)

v1.42.1: Tokio v1.42.1

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
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 changed the title fix(deps): update rust crate tokio to v1.43.1 [security] chore(deps): update rust crate tokio to v1.43.1 [security] Sep 25, 2025
@renovate renovate Bot changed the title chore(deps): update rust crate tokio to v1.43.1 [security] chore(deps): update rust crate tokio to v1.43.1 [security] - autoclosed Dec 9, 2025
@renovate renovate Bot closed this Dec 9, 2025
@renovate
renovate Bot deleted the renovate/crate-tokio-vulnerability branch December 9, 2025 18:09
@renovate renovate Bot changed the title chore(deps): update rust crate tokio to v1.43.1 [security] - autoclosed chore(deps): update rust crate tokio to v1.43.1 [security] Dec 10, 2025
@renovate renovate Bot reopened this Dec 10, 2025
@renovate
renovate Bot force-pushed the renovate/crate-tokio-vulnerability branch 2 times, most recently from aa138ce to caabd23 Compare December 10, 2025 03:57
@renovate renovate Bot changed the title chore(deps): update rust crate tokio to v1.43.1 [security] chore(deps): update rust crate tokio to v1.43.1 [security] - autoclosed Mar 27, 2026
@renovate renovate Bot closed this Mar 27, 2026
@renovate renovate Bot changed the title chore(deps): update rust crate tokio to v1.43.1 [security] - autoclosed chore(deps): update rust crate tokio to v1.43.1 [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 caabd23 to 4233670 Compare March 30, 2026 17:47
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