"HttpUtils#getURLConnection method disables explicitly hostname verification for HTTPS connections making clients vulnerable to man-in-the-middle attacks. Calcite uses this method internally to connect with Druid and Splunk so information leakage may happen when using the respective Calcite adapters. The method itself is in a utility class so people may use it to create vulnerable HTTPS connections for other applications. From Apache Calcite 1.26 onwards, the hostname verification will be performed using the default JVM truststore."
{ "nvd_published_at": "2020-10-09T13:15:00Z", "github_reviewed_at": "2021-04-21T20:27:19Z", "severity": "MODERATE", "github_reviewed": true, "cwe_ids": [ "CWE-295" ] }