Files
advisory-db/crates/chunky/RUSTSEC-2020-0035.md
2021-10-19 16:14:35 -06:00

460 B

[advisory]
id = "RUSTSEC-2020-0035"
package = "chunky"
date = "2020-08-25"
informational = "unsound"
url = "https://github.com/aeplay/chunky/issues/2"
aliases = ["CVE-2020-36433"]
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"

[versions]
patched = []

Chunk API does not respect align requirement

Chunk API does not respect the align requirement of types. Unaligned reference can be created with the API, which is an undefined behavior.