GHSA-f997-8gxg-r354
Dashboard / Vulnerabilities / GHSA-f997-8gxg-r354
GHSA-f997-8gxg-r354
Summary: Data races in lexer
Details: lexer is a plugin based lexical reader.Affected versions of this crate implements Sync for ReaderResult<T, E> with the trait bound T: Send, E: Send. Since matching on the public enum ReaderResult<T, E> provides access to &T & &E, allowing data race to a non-Sync type T or E. This can result in a memory corruption when multiple threads concurrently access &T or &E. Suggested fix for the bug is change the trait bounds imposed on T & E to be T: Sync, E: Sync.
References: https://nvd.nist.gov/vuln/detail/CVE-2020-36458, https://gitlab.com/nathanfaucett/rs-lexer, https://gitlab.com/nathanfaucett/rs-lexer/-/issues/2, https://raw.githubusercontent.com/rustsec/advisory-db/main/crates/lexer/RUSTSEC-2020-0138.md, https://rustsec.org/advisories/RUSTSEC-2020-0138.html
Affected packages
Package
Name: lexer
Purl: pkg:cargo/lexer
Affected ranges
Type: SEMVER
Events:
