CVE-2023-29055: Apache Kylin: Insufficiently protected credentials in config file
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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2023-29055?
CVE-2023-29055 has been classified as a moderate severity vulnerability.
How do I fix CVE-2023-29055?
To fix CVE-2023-29055, upgrade Apache Kylin to version 4.0.4 or higher.
What versions of Apache Kylin are affected by CVE-2023-29055?
Apache Kylin versions 2.0.0 to 4.0.3 are affected by CVE-2023-29055.
What kind of information is exposed by CVE-2023-29055?
CVE-2023-29055 exposes potentially sensitive content from the 'kylin.properties' file, which may include server-side credentials.
Is CVE-2023-29055 exploitable over HTTPS?
CVE-2023-29055 is primarily exploitable when the Kylin service is running over HTTP or other plaintext protocols.