CVE-2026-62243
Received
Received - Intake
Netty TLS Hostname Verification Bypass via Unsafe TrustManager
Vulnerability report for CVE-2026-62243, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-22
Last updated on: 2026-08-22
Assigner: VulnCheck
Description
Description
Netty (io.netty:netty-handler) versions from 4.2.0.Final through 4.2.16.Final and versions through 4.1.136.Final disable TLS hostname verification on the SslProvider.OPENSSL client path when a plain (non-extended) X509TrustManager is used and Unsafe-based trust-manager wrapping is unavailable (Java 25+). In this configuration the OpenSSL client does not perform hostname verification, allowing a man-in-the-middle attacker to present a certificate issued for a different hostname that is accepted without validation. Fixed in 4.2.17.Final and 4.1.137.Final.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| netty | netty-handler | From 4.2.0.Final (inc) to 4.2.16.Final (inc) |
| netty | netty-handler | to 4.1.136.Final (inc) |
| netty | netty-handler | 4.2.17.Final |
| netty | netty-handler | 4.1.137.Final |
| netty | netty | From 4.2.0 (inc) to 4.2.16 (inc) |
| netty | netty | From 4.1.0 (inc) to 4.1.136 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-297 | The product communicates with a host that provides a certificate, but the product does not properly ensure that the certificate is actually associated with that host. |