Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation (within fn preamble_skipcount()).
Arbitrary Read implementations can read from the uninitialized buffer (memory exposure) and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory produces undefined values that can quickly invoke undefined behavior.
{ "nvd_published_at": "2021-12-27T00:15:00Z", "cwe_ids": [ "CWE-908" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2022-01-06T17:04:29Z" }