ghsa-hxp5-8pgq-mgv9
Vulnerability from github
Published
2021-04-22 16:14
Modified
2021-04-21 20:27
Severity ?
Summary
Missing Authentication for Critical Function in Apache Calcite
Details
"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."
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.calcite:calcite-core" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.26.0" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.calcite:calcite-druid" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.26.0" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.calcite:calcite-splunk" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.26.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-13955" ], "database_specific": { "cwe_ids": [ "CWE-295" ], "github_reviewed": true, "github_reviewed_at": "2021-04-21T20:27:19Z", "nvd_published_at": "2020-10-09T13:15:00Z", "severity": "MODERATE" }, "details": "\"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.\"", "id": "GHSA-hxp5-8pgq-mgv9", "modified": "2021-04-21T20:27:19Z", "published": "2021-04-22T16:14:14Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-13955" }, { "type": "WEB", "url": "https://github.com/apache/calcite/commit/43eeafcbac29d02c72bd520c003cdfc571de2d15" }, { "type": "WEB", "url": "https://issues.apache.org/jira/browse/CALCITE-4298" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r0b0fbe2038388175951ce1028182d980f9e9a7328be13d52dab70bb3%40%3Cdev.calcite.apache.org%3E" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Missing Authentication for Critical Function in Apache Calcite" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.