RUSTSEC-2020-0132

Source
https://rustsec.org/advisories/
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2020-0132.json
Aliases
Published
2020-12-31T12:00:00Z
Modified
2023-11-08T04:03:45.705412Z
Details

Affected versions of this crate don't guard against panics, so that partially uninitialized buffer is dropped when user-provided T::clone() panics in FixedCapacityDequeLike<T, A>::clone(). This causes memory corruption.

References

Affected packages

crates.io / array-tools

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.0.0-0
Fixed
0.3.2

Ecosystem specific

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

Database specific

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