๐Ÿ” CVE Alert

CVE-2024-6119

HIGH 7.5

Possible denial of service in X.509 name checks

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-843
Vendor openssl
Product openssl
Ecosystems
Industries
TechnologySecurity
Published Sep 3, 2024
Last Updated May 12, 2026
Stay Ahead of the Next One

Get instant alerts for openssl openssl

Be the first to know when new high vulnerabilities affecting openssl openssl are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

OpenSSL / OpenSSL
3.3.0 < 3.3.2 3.2.0 < 3.2.3 3.1.0 < 3.1.7 3.0.0 < 3.0.15

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
openssl-library.org: https://openssl-library.org/news/secadv/20240903.txt github.com: https://github.com/openssl/openssl/commit/7dfcee2cd2a63b2c64b9b4b0850be64cb695b0a0 github.com: https://github.com/openssl/openssl/commit/05f360d9e849a1b277db628f1f13083a7f8dd04f github.com: https://github.com/openssl/openssl/commit/621f3729831b05ee828a3203eddb621d014ff2b2 github.com: https://github.com/openssl/openssl/commit/06d1dc3fa96a2ba5a3e22735a033012aadc9f0d6 openwall.com: http://www.openwall.com/lists/oss-security/2024/09/03/4 lists.freebsd.org: https://lists.freebsd.org/archives/freebsd-security/2024-September/000303.html security.netapp.com: https://security.netapp.com/advisory/ntap-20240912-0001/ cert-portal.siemens.com: https://cert-portal.siemens.com/productcert/html/ssa-769027.html cert-portal.siemens.com: https://cert-portal.siemens.com/productcert/html/ssa-082556.html cert-portal.siemens.com: https://cert-portal.siemens.com/productcert/html/ssa-613116.html

Credits

David Benjamin (Google) Viktor Dukhovni