🛡️ GHSA-h7h7-6mx3-r89v — fyrox-core
Description
Fyrox has unsound usages of Vec::from_raw_parts
The library provides a public safe API transmute_vec_as_bytes, which incorrectly assumes that any generic type T could have stable layout, causing to uninitialized memory exposure if the users pass any types with padding bytes as T and cast it to u8 pointer.
In the [issue](https://github.com/FyroxEngine/Fyrox/issues/630), we develop a PoC to show passing struct type to transmute_vec_as_bytes could lead to undefined behavior with Vec::from_raw_parts.
The developers provide a patch by changing trait of Copy to Pod, which can make sure T should be plain data. This was patched in the latest version of [master](https://github.com/FyroxEngine/Fyrox/blob/3f9ad6f9667047dac051b0e97d544e5b38e5ae72/fyrox-core/src/lib.rs#L351-L360) branch, but still not on the latest release (0.28.1).
Affected software
GHSA-h7h7-6mx3-r89v is recorded against 1 package.
- fyrox-core
Timeline and source
Published on 14 February 2025 and last revised on 28 October 2025. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
github.com (Web)
github.com (Web)
github.com (Web)
github.com (Package)
rustsec.org (Web)
Details
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| fyrox-core | — | — |
References
Similar Threats
- Unknown RUSTSEC-2024-0435
Free Vulnerability Check
Is your site affected by GHSA-h7h7-6mx3-r89v?
BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against GHSA-h7h7-6mx3-r89v 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.