{ "schema_version": "1.4.0", "id": "GHSA-x3f4-45xf-rjm7", "modified": "2024-12-02T21:34:27Z", "published": "2024-12-02T21:34:27Z", "aliases": [], "summary": "`ruzstd` uninit and out-of-bounds memory reads", "details": "Affected versions of `ruzstd` miscalculate the length of the allocated and init section of its internal `RingBuffer`, leading to uninitialized or out-of-bounds reads in `copy_bytes_overshooting` of up to 15 bytes.\n\nThis may result in up to 15 bytes of memory contents being written into the decoded data when decompressing a crafted archive. This may occur multiple times per archive.\n", "severity": [], "affected": [ { "package": { "ecosystem": "crates.io", "name": "ruzstd" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0.7.0" }, { "fixed": "0.7.3" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/KillingSpark/zstd-rs/issues/75" }, { "type": "WEB", "url": "https://github.com/KillingSpark/zstd-rs/pull/76" }, { "type": "PACKAGE", "url": "https://github.com/KillingSpark/zstd-rs" }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2024-0400.html" } ], "database_specific": { "cwe_ids": [ "CWE-125" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-12-02T21:34:27Z", "nvd_published_at": null } }