Skip to content

RUSTSEC-2025-0023: Broadcast channel calls clone in parallel, but does not require Sync #271

@github-actions

Description

@github-actions
Details
Package tokio
Version 1.44.1
Warning unsound
URL tokio-rs/tokio#7232
Patched Versions >=1.38.2, <1.39.0 OR >=1.42.1, <1.43.0 OR >=1.43.1, <1.44.0 OR >=1.44.2
Unaffected Versions <0.2.5

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions