mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
483 B
483 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", "GHSA-qg24-8xj4-gj2h"]
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.