Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calcite-core-1.12.0.jar: 1 vulnerabilities (highest severity is: 5.9) #72

Open
dev-mend-for-github-com bot opened this issue Mar 4, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@dev-mend-for-github-com
Copy link

Vulnerable Library - calcite-core-1.12.0.jar

Core Calcite APIs and engine.

Path to dependency file: /nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml

Path to vulnerable library: /nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml

Found in HEAD commit: d672f5c3ea38dd0e23359cf12d310c2c27abf963

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (calcite-core version) Remediation Possible** Reachability
CVE-2020-13955 Medium 5.9 calcite-core-1.12.0.jar Direct 1.26.0

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2020-13955

Vulnerable Library - calcite-core-1.12.0.jar

Core Calcite APIs and engine.

Path to dependency file: /nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml

Path to vulnerable library: /nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml

Dependency Hierarchy:

  • calcite-core-1.12.0.jar (Vulnerable Library)

Found in HEAD commit: d672f5c3ea38dd0e23359cf12d310c2c27abf963

Found in base branch: master

Vulnerability Details

HttpUtils#getURLConnection method disables explicitly hostname verification for HTTPS connections making clients vulnerable to man-in-the-middle attacks. Calcite uses internally this method 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.

Publish Date: 2020-10-09

URL: CVE-2020-13955

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2020-10-09

Fix Resolution: 1.26.0

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants