RUSTSEC-2020-0041

Source
https://rustsec.org/advisories/RUSTSEC-2020-0041
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0041.json
Aliases
Published
2020-09-06T12:00:00Z
Modified
2024-03-15T00:05:17.938691Z
Details

Chunk:

  • Array size is not checked when constructed with unit() and pair().
  • Array size is not checked when constructed with From<InlineArray<A, T>>.
  • Clone and insert_from are not panic-safe; A panicking iterator causes memory safety issues with them.

InlineArray:

  • Generates unaligned references for types with a large alignment requirement.
References

Affected packages

crates.io / sized-chunks

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.6.3

Ecosystem specific

{
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
    "informational": null,
    "categories": []
}