Information Exposure Affecting org.apache.zeppelin:zeppelin-zengine package, versions [,0.7.3)


Severity

Recommended
0.0
medium
0
10

CVSS assessment made by Snyk's Security Team

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-ORGAPACHEZEPPELIN-31598
  • published 29 Nov 2017
  • disclosed 5 Jul 2017
  • credit Yanbo Liang

Introduced: 5 Jul 2017

CVE NOT AVAILABLE CWE-200 Open this link in a new tab

How to fix?

Upgrade zeppelin-zengine to version 0.7.3 or higher.

Overview

org.apache.zeppelin:zeppelin-zengine is a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Affected versions of the package are vulnerable to information disclosure when system data or debugging information leaves the program through an output stream or logging function.

Line 137: LOG.debug("Encrypted user key is {}", userKey);
Line 148: LOG.debug("IV is {}, IV length is {}", initVector, initVector.length());

These lines may print information which can reveal some important data to user making it vulnerable to attacks, we should not log this sensitive information.

CVSS Scores

version 3.1
Expand this section

Snyk

Recommended
6.5 medium
  • Attack Vector (AV)
    Network
  • Attack Complexity (AC)
    Low
  • Privileges Required (PR)
    None
  • User Interaction (UI)
    None
  • Scope (S)
    Unchanged
  • Confidentiality (C)
    Low
  • Integrity (I)
    Low
  • Availability (A)
    None