OSV 1.4.0 · github-reviewed · 修改于 2023-06-14 05:01
发布时间
2021-08-26 04:43
GitHub 审查时间
2021-08-20 05:23
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/08/GHSA-gwfj-pw2x-h6c2/GHSA-gwfj-pw2x-h6c2.json
The affected version of this crate did not guard against accessing memory beyond the range of its input data. A pointer cast to read the data into a 256-bit register could lead to a segmentation fault when the end plus the 32 bytes (256 bit) read would overlap into the next page during string parsing. This allows an attacker to eventually crash a service. The flaw was corrected by using a padding buffer for the last read from the input. So that we are we never read over the boundary of the input data.