🛡️ GHSA-8q64-wrfr-q48c — model

⚪ Unknown ✅ No Known Exploit CWE-362 OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

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

github.com (Web)
github.com (Package)
rustsec.org (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE CWE-362
Public Exploit ✅ No
Source OSV
Published 2021-08-25
Updated 2026-08-20
Modified 2021-08-24
Fix URL N/A

Affected Packages

Software From version Fixed in
model

Similar Threats

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.

Browse related advisories

All advisoriesGitHub AdvisoryGitHub Advisory Undated