The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, fully featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL tookit and its related documentation.
Security Fix(es):
Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process.
Impact summary: Abnormal termination of an application can a cause a denial of service.
Applications performing certificate name checks (e.g., TLS clients checking
server certificates) may attempt to read an invalid memory address when
comparing the expected name with an otherName
subject alternative name of an
X.509 certificate. This may result in an exception that terminates the
application program.
Note that basic certificate chain validation (signatures, dates, ...) is not affected, the denial of service can occur only when the application also specifies an expected DNS name, Email address or IP address.
TLS servers rarely solicit client certificates, and even when they do, they generally don't perform a name check against a reference identifier (expected identity), but rather extract the presented identity after checking the certificate chain. So TLS servers are generally not affected and the severity of the issue is Moderate.
The FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.(CVE-2024-6119)
{ "severity": "High" }
{ "x86_64": [ "openssl-3.0.12-11.oe2403.x86_64.rpm", "openssl-debuginfo-3.0.12-11.oe2403.x86_64.rpm", "openssl-debugsource-3.0.12-11.oe2403.x86_64.rpm", "openssl-devel-3.0.12-11.oe2403.x86_64.rpm", "openssl-libs-3.0.12-11.oe2403.x86_64.rpm", "openssl-perl-3.0.12-11.oe2403.x86_64.rpm" ], "aarch64": [ "openssl-3.0.12-11.oe2403.aarch64.rpm", "openssl-debuginfo-3.0.12-11.oe2403.aarch64.rpm", "openssl-debugsource-3.0.12-11.oe2403.aarch64.rpm", "openssl-devel-3.0.12-11.oe2403.aarch64.rpm", "openssl-libs-3.0.12-11.oe2403.aarch64.rpm", "openssl-perl-3.0.12-11.oe2403.aarch64.rpm" ], "noarch": [ "openssl-help-3.0.12-11.oe2403.noarch.rpm" ], "src": [ "openssl-3.0.12-11.oe2403.src.rpm" ] }