Lookup for vulnerabilities affecting packages.
| Vulnerability_id | VCID-svap-r5ry-e7e5 |
| Summary | Data races in magnetic
Affected versions of this crate unconditionally implemented Sync and Send traits for MPMCConsumer and MPMCProducer types. This allows users to send types that do not implement Send trait across thread boundaries, which can cause a data race. The flaw was corrected in the 2.0.1 release by adding T: Send bound to affected Sync/Send trait implementations. |
| Aliases |
| 0 |
|
| 1 |
| alias |
GHSA-wv4p-jp67-jr97 |
|
|
| Fixed_packages |
|
| Affected_packages |
|
| References |
|
| Weaknesses |
| 0 |
| cwe_id |
362 |
| name |
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') |
| description |
The product contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently. |
|
|
| Exploits |
|
| Severity_range_score | 4.0 - 6.9 |
| Exploitability | null |
| Weighted_severity | null |
| Risk_score | null |
| Resource_url | http://public2.vulnerablecode.io/vulnerabilities/VCID-svap-r5ry-e7e5 |