RUSTSEC-2021-0061

    Dashboard / Vulnerabilities / RUSTSEC-2021-0061

    RUSTSEC-2021-0061

    Published: 29 Apr 2021Last Modified: 4 May 2021

    Summary: `aes-ctr` has been merged into the `aes` crate

    Details: Please use the `aes` crate going forward. The new repository location is at: <https://github.com/RustCrypto/block-ciphers/tree/master/aes> The `aes` crate now has an optional `ctr` feature which autodetects SIMD features on `i686`/`x86-64` targets and uses them if available, or otherwise falls back to the implementation in the `ctr` crate. If you would prefer not to have this autodetection performed, use the `aes` crate directly with the `ctr` crate.

    Affected packages

    Package

    Name: aes-ctr

    Purl: pkg:cargo/aes-ctr

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0.0.0-0
    Fixed -None

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    RUSTSEC-2021-0061 | CVE-DB