VYPR

rpm package

opensuse/aws-nitro-enclaves-cli&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/aws-nitro-enclaves-cli&distro=openSUSE%20Tumbleweed

Vulnerabilities (4)

  • CVE-2026-45784HigJul 17, 2026
    affected < 1.4.5~git0.18a5f6f-1.1fixed 1.4.5~git0.18a5f6f-1.1

    rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.10.50 until 0.10.80, CipherCtxRef::cipher_update_inplace in openssl/src/cipher_ctx.rs incorrectly sized output buffers when used with AES key-wrap-with-padding ciphers EVP_aes_{128,192,256}_wrap_pad.

  • CVE-2026-42327HigMay 14, 2026
    affected < 1.4.5~git0.18a5f6f-1.1fixed 1.4.5~git0.18a5f6f-1.1

    rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.7 to before 0.10.79, X509Ref::ocsp_responders returns OCSP responder URLs from a certificate's AIA extension as OpensslString, whose Deref wraps the raw bytes with str::from_utf8_unch

  • CVE-2026-41898MedApr 24, 2026
    affected < 1.4.5~git0.18a5f6f-1.1fixed 1.4.5~git0.18a5f6f-1.1

    rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.24 to before 0.10.78, the FFI trampolines behind SslContextBuilder::set_psk_client_callback, set_psk_server_callback, set_cookie_generate_cb, and set_stateless_cookie_generate_cb forwarded the use

  • CVE-2026-41678HigApr 24, 2026
    affected < 1.4.5~git0.18a5f6f-1.1fixed 1.4.5~git0.18a5f6f-1.1

    rust-openssl provides OpenSSL bindings for the Rust programming language. From to before 0.10.78, aes::unwrap_key() contains an incorrect assertion: it checks that out.len() + 8 <= in_.len(), but this condition is reversed. The intended invariant is out.len() >= in_.len() - 8,