PT-2021-24427 · Unknown · Generator-Rs
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:
generator-rs (affected versions not specified)
Description:
The issue concerns the
Generator type, which is an iterable that uses a generator function to yield values. In affected versions, the generator function lacked a Send bound, despite the Generator itself implementing Send. This means types that are dangerous to send across threads, such as Rc, could be sent as part of a generator, potentially leading to data races.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
Generator-Rs