🛡️ GHSA-8q64-wrfr-q48c — model
Description
Data races in model
Shared data structure in model crate implements Send and Sync traits regardless of the inner type.
This allows safe Rust code to trigger a data race, which is undefined behavior in Rust.
Users are advised to treat Shared as an unsafe type.
It should not be used outside of the testing context,
and care must be taken so that the testing code does not have a data race
besides a race condition that is expected to be caught by the test.
Check [the Rustonomicon](https://doc.rust-lang.org/nomicon/races.html) for the difference between
a data race and a general race condition.
Weakness class
GHSA-8q64-wrfr-q48c is classified as CWE-362: Race Condition. Concurrent operations share state without proper synchronisation, so timing decides whether the result is correct.
Affected software
GHSA-8q64-wrfr-q48c is recorded against 1 package.
- model
Timeline and source
Published on 25 August 2021 and last revised on 24 August 2021. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
Details
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| model | — | — |
References
Similar Threats
- Unknown MAL-2026-11332
- Unknown MAL-2026-3030
- Medium CVE-2026-27735
- High CVE-2025-68143
- High CVE-2025-68144
Free Vulnerability Check
Is your site affected by GHSA-8q64-wrfr-q48c?
BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against GHSA-8q64-wrfr-q48c and other known CVE records.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.