原始 OSV JSON
{
"id": "GHSA-xp6v-qx65-4pp7",
"aliases": [
"CVE-2020-36211"
],
"details": "In the affected versions of this crate, ImageChunkMut<'_, T> unconditionally implements Send and Sync, allowing to create data races.\n\nThis can result in a memory corruption or undefined behavior when non thread-safe types are moved and referenced across thread boundaries.\n\nThe flaw was corrected in commit e7fb2f5 by adding T: Send bound to the Send impl and adding T: Sync bound to the Sync impl.",
"summary": "Data races in gfwx",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "0.3.0"
}
]
}
],
"package": {
"name": "gfwx",
"ecosystem": "crates.io"
}
}
],
"modified": "2023-06-13T18:10:24Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"published": "2021-08-25T20:50:39Z",
"references": [
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36211",
"type": "ADVISORY"
},
{
"url": "https://github.com/Devolutions/gfwx-rs/issues/7",
"type": "WEB"
},
{
"url": "https://github.com/Devolutions/gfwx-rs",
"type": "PACKAGE"
},
{
"url": "https://rustsec.org/advisories/RUSTSEC-2020-0104.html",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-662",
"CWE-787"
],
"severity": "HIGH",
"github_reviewed": true,
"nvd_published_at": null,
"github_reviewed_at": "2021-08-19T18:53:42Z"
}
}