{ "schema_version": "1.4.0", "id": "GHSA-m325-rxjv-pwph", "modified": "2023-06-13T18:41:50Z", "published": "2022-06-17T00:11:41Z", "aliases": [], "summary": "Deserialization functions pass uninitialized memory to user-provided Read", "details": "Affected versions of this crate passed an uninitialized buffer to a\nuser-provided `Read` instance in:\n\n* `deserialize_binary`\n* `deserialize_string`\n* `deserialize_extension_others`\n* `deserialize_string_primitive`\n\nThis can result in safe `Read` implementations reading from the uninitialized\nbuffer leading to undefined behavior.", "severity": [], "affected": [ { "package": { "ecosystem": "crates.io", "name": "messagepack-rs" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "last_affected": "0.8.1" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/otake84/messagepack-rs/issues/2" }, { "type": "PACKAGE", "url": "https://github.com/otake84/messagepack-rs" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2021-0092.html" } ], "database_specific": { "cwe_ids": [], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2022-06-17T00:11:41Z", "nvd_published_at": null } }