HistoryEdit

RUSTSEC-2020-0035

Chunk API does not respect align requirement

Reported
Issued
Package
chunky (crates.io)
Type
INFO Unsound
Aliases
Details
https://github.com/aeplay/chunky/issues/2
CVSS Score
7.5 HIGH
CVSS Details
Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Patched
no patched versions

Description

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