PT-2021-24460 · Queue · Queue
Published
2021-08-25
·
Updated
2021-08-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions:
Queue versions (affected versions not specified)
Description:
The issue allows for creating data races and sending data to other threads, resulting in memory corruption or other undefined behavior. This occurs because affected versions of the crate unconditionally implement
Send/Sync for Queue<T>, which can lead to problems when dealing with T: !Sync or T: !Send.Recommendations:
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Race Condition
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Queue