GHSA-6692-8qqf-79jc

Source
https://github.com/advisories/GHSA-6692-8qqf-79jc
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/06/GHSA-6692-8qqf-79jc/GHSA-6692-8qqf-79jc.json
Aliases
Published
2022-06-17T00:24:29Z
Modified
2023-11-08T04:07:22.808476Z
Details

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.

References

Affected packages

crates.io / tectonic_xdv

Package

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
0.1.12