GHSA-C8V3-JHV9-4PPC
Vulnerability from github – Published: 2024-01-23 20:10 – Updated: 2024-01-23 20:10
VLAI?
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.
If the locale is changed in one thread, another thread can have a stale -- possibly already freed -- reference to the stored string.
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "rust-i18n-support"
},
"ranges": [
{
"events": [
{
"introduced": "3.0.0"
},
{
"fixed": "3.0.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [
"CWE-416"
],
"github_reviewed": true,
"github_reviewed_at": "2024-01-23T20:10:48Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"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\u003cString\u003e`. 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",
"id": "GHSA-c8v3-jhv9-4ppc",
"modified": "2024-01-23T20:10:48Z",
"published": "2024-01-23T20:10:48Z",
"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"
}
],
"schema_version": "1.4.0",
"severity": [],
"summary": "Use-after-free when setting the locale"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…