CVE Vulnerabilities

CVE-2023-29055

Insufficiently Protected Credentials

Published: Jan 29, 2024 | Modified: Feb 02, 2024
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

In Apache Kylin version 2.0.0 to 4.0.3, there is a Server Config web interface that displays the content of file kylin.properties, that may contain serverside credentials. When the kylin service runs over HTTP (or other plain text protocol), it is possible for network sniffers to hijack the HTTP payload and get access to the content of kylin.properties and potentially the containing credentials.

To avoid this threat, users are recommended to 

  • Always turn on HTTPS so that network payload is encrypted.

  • Avoid putting credentials in kylin.properties, or at least not in plain text.

  • Use network firewalls to protect the serverside such that it is not accessible to external attackers.

  • Upgrade to version Apache Kylin 4.0.4, which filters out the sensitive content that goes to the Server Config web interface.

Weakness

The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval.

Affected Software

Name Vendor Start Version End Version
Kylin Apache 2.0.0 (including) 4.0.4 (excluding)

Potential Mitigations

References