Improper validation of certificate with host mismatch in Netty - #VU141317
Published: August 8, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass TLS hostname verification and disclose sensitive information.
The vulnerability exists due to improper validation of certificate with host mismatch in the OpenSSL client path when using a plain X509TrustManager and trust-manager wrapping is unavailable. A remote attacker can present a certificate for a mismatched hostname to bypass TLS hostname verification and disclose sensitive information.
This affects the SslProvider.OPENSSL path on Java 25+ when Unsafe-based reflection is unavailable and a non-extended X509TrustManager is used.