Fedora Account System
Red Hat Associate
Red Hat Customer
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.
The vulnerability requires calling `CMS_decrypt()` on untrusted input. 389-ds-base uses NSS as the primary crypto library. OpenSSL is used only in limited use cases: 1. pwdchan plugin uses `openssl` Rust crate for PBKDF2 password hashing. 2. lib389 shells out to `openssl` CLI for certificate inspection (x509, req, pkcs12, rehash) - not used for CMS decryption. OpenSSL CMS API is not used by 389-ds-base at all. Closing as not a bug.