OSV 1.4.0 · github-reviewed · 修改于 2026-02-04 03:37
发布时间
2022-06-17 08:24
GitHub 审查时间
2022-06-17 08:24
NVD 发布时间
—
源文件
advisories/github-reviewed/2022/06/GHSA-6692-8qqf-79jc/GHSA-6692-8qqf-79jc.json
该公告已于 2026-02-04 03:37 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-qwvx-c8j7-5g75. This link is maintained to preserve external references.
Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation.
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.
The problem was fixed in commit cdff034 by zero-initializing the buffer before passing it to a user-provided Read implementation.