{"id":"GHSA-c8v3-jhv9-4ppc","aliases":["RUSTSEC-2024-0007"],"url":"https://o3.security/vulnerability/GHSA-c8v3-jhv9-4ppc","summary":"Use-after-free when setting the locale","details":"Version 3.0.0 introduced an `AtomicStr` type, that is used to store the current locale. It stores the locale as a raw pointer to an `Arc<String>`. The locale can be read with `AtomicStr::as_str()`. `AtomicStr::as_str()` does not increment the usage counter of the `Arc`.\n\nIf the locale is changed in one thread, another thread can have a stale -- possibly already freed -- reference to the stored string.\n","published":"2024-01-23T20:10:48Z","modified":"2024-02-10T16:26:48.561050Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"crates.io","name":"rust-i18n-support","fixedVersion":"3.0.1"}],"fix":{"url":"https://github.com/longbridgeapp/rust-i18n/commit/22e0609591a2c08930f52a0e6bc860f02a0e88c0","label":"longbridgeapp/rust-i18n@22e0609"},"references":[{"type":"WEB","url":"https://github.com/longbridgeapp/rust-i18n/issues/71"},{"type":"WEB","url":"https://github.com/longbridgeapp/rust-i18n/commit/22e0609591a2c08930f52a0e6bc860f02a0e88c0"},{"type":"PACKAGE","url":"https://github.com/longbridgeapp/rust-i18n"},{"type":"WEB","url":"https://rustsec.org/advisories/RUSTSEC-2024-0007.html"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2024-02-10T16:26:48.561050Z"}}