Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

openSUSE-SU-2026:21292-1

Опубликовано: 10 июл. 2026
Источник: suse-cvrf

Описание

Security update for agama

This update for agama fixes the following issues

  • CVE-2026-41677: openssl: out-of-bounds read in PEM password callback when returning an oversized length in rust- openssl crate (bsc#1270602).
  • CVE-2026-41678: openssl: incorrect bounds assertion in aes key wrap in rust-openssl crate (bsc#1270678).
  • CVE-2026-41681: openssl: MdCtxRef::digest_final() writes past caller buffer with no length check in rust-openssl crate (bsc#1270784).
  • CVE-2026-41898: openssl: unchecked callback-returned length in PSK and cookie generate trampolines can leak adjacent memory in rust-openssl crate (bsc#1270850).
  • CVE-2026-42327: openssl: arbitrary code execution via specially crafted certificate in rust-openssl crate (bsc#1270526).
  • CVE-2026-44662: openssl: heap buffer overflow when encrypting with AES key-wrap-with-padding in rust-openssl crate (bsc#1270891).
  • CVE-2026-45784: openssl: out-of-bounds write in CipherCtxRef::cipher_update_inplace for AES-KW-PAD ciphers in rust- openssl crate (bsc#1270992).

Список пакетов

openSUSE Leap 16.0
agama-17+647.daf9950fc-160000.12.1
agama-autoinstall-17+647.daf9950fc-160000.12.1
agama-cli-17+647.daf9950fc-160000.12.1
agama-cli-bash-completion-17+647.daf9950fc-160000.12.1
agama-cli-fish-completion-17+647.daf9950fc-160000.12.1
agama-cli-zsh-completion-17+647.daf9950fc-160000.12.1
agama-openapi-17+647.daf9950fc-160000.12.1
agama-scripts-17+647.daf9950fc-160000.12.1

Описание

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.9.0 to before 0.10.78, the *_from_pem_callback APIs did not validate the length returned by the user's callback. A password callback that returns a value larger than the buffer it was given can cause some versions of OpenSSL to over-read this buffer. OpenSSL 3.x is not affected by this. This vulnerability is fixed in 0.10.78.


Затронутые продукты
openSUSE Leap 16.0:agama-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-autoinstall-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-bash-completion-17+647.daf9950fc-160000.12.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, ensuring the output buffer is large enough. Because of the inverted check, the function only accepts buffers at or below the minimum required size and rejects larger ones. If a smaller buffer is provided the function will write past the end of out by in_.len() - 8 - out.len() bytes, causing an out-of-bounds write from a safe public function. This vulnerability is fixed in 0.10.78.


Затронутые продукты
openSUSE Leap 16.0:agama-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-autoinstall-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-bash-completion-17+647.daf9950fc-160000.12.1

Ссылки

Описание

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.10.39 to before 0.10.78, EVP_DigestFinal() always writes EVP_MD_CTX_size(ctx) to the out buffer. If out is smaller than that, MdCtxRef::digest_final() writes past its end, usually corrupting the stack. This is reachable from safe Rust. This vulnerability is fixed in 0.10.78.


Затронутые продукты
openSUSE Leap 16.0:agama-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-autoinstall-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-bash-completion-17+647.daf9950fc-160000.12.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 user closure's returned usize directly to OpenSSL without checking it against the &mut [u8] that was handed to the closure. This can lead to buffer overflows and other unintended consequences. This vulnerability is fixed in 0.10.78.


Затронутые продукты
openSUSE Leap 16.0:agama-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-autoinstall-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-bash-completion-17+647.daf9950fc-160000.12.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<Target = str> wraps the raw bytes with str::from_utf8_unchecked. OpenSSL does not enforce that the underlying IA5String is ASCII, so a certificate with non-UTF-8 bytes in its OCSP accessLocation causes safe Rust code to construct a &str that violates the UTF-8 invariant - resulting in undefined behavior. This vulnerability is fixed in 0.10.79.


Затронутые продукты
openSUSE Leap 16.0:agama-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-autoinstall-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-bash-completion-17+647.daf9950fc-160000.12.1

Ссылки

Описание

rust-openssl provides OpenSSL bindings for the Rust programming language. From 0.10.0 to before 0.10.79, CipherCtxRef::cipher_update, CipherCtxRef::cipher_update_vec, and symm::Crypter::update incorrectly sized output buffers when used with AES key-wrap-with-padding ciphers (EVP_aes_{128,192,256}_wrap_pad). For a non-multiple-of-8 input, OpenSSL writes up to 7 bytes past the end of the caller's buffer or Vec, producing attacker-controllable heap corruption when the plaintext length is attacker-influenced. This only impacts users using AES key-wrap-with-padding ciphers. This vulnerability is fixed in 0.10.79.


Затронутые продукты
openSUSE Leap 16.0:agama-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-autoinstall-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-bash-completion-17+647.daf9950fc-160000.12.1

Ссылки

Описание

unknown


Затронутые продукты
openSUSE Leap 16.0:agama-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-autoinstall-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-17+647.daf9950fc-160000.12.1
openSUSE Leap 16.0:agama-cli-bash-completion-17+647.daf9950fc-160000.12.1

Ссылки