An issue was discovered in the rusqlite crate before 0.23.0 for Rust. Memory safety can be violated via an Auxdata API data race.
The product contains a concurrent code sequence that 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 operating concurrently.
Link | Tags |
---|---|
https://rustsec.org/advisories/RUSTSEC-2020-0014.html | third party advisory |
https://github.com/rusqlite/rusqlite/releases/tag/0.23.0 | third party advisory release notes |