CVE-2025-59355 Details
Description
A vulnerability. When org.apache.linkis.metadata.util.HiveUtils.decode() fails to perform Base64 decoding, it records the complete input parameter string in the log via logger.error(str + "decode failed", e). If the input parameter contains sensitive information such as Hive Metastore keys, plaintext passwords will be left in the log files when decoding fails, resulting in information leakage. Affected Scope Component: Sensitive fields in hive-site.xml (e.g., javax.jdo.option.ConnectionPassword) or other fields encoded in Base64. Version: Apache Linkis 1.0.0 – 1.7.0 Trigger Conditions The value of the configuration item is an invalid Base64 string. Log files are readable by users other than hive-site.xml administrators. Severity: Low The probability of Base64 decoding failure is low. The leakage is only triggered when logs at the Error level are exposed. Remediation Apache Linkis 1.8.0 and later versions have replaced the log with desensitized content. logger.error("URL decode failed: {}", e.getMessage()); // 不再输出 str Users are recommended to upgrade to version 1.8.0, which fixes the issue.
A vulnerability in Apache Linkis versions 1.0.0 through 1.7.0 allows for the exposure of sensitive information, such as plaintext passwords and Hive Metastore keys, in log files. This occurs when the Base64 decoding function in 'org.apache.linkis.metadata.util.HiveUtils' fails to decode an invalid string. The error is logged with the original string, which can leak sensitive data if the log is accessible to users other than the administrators of 'hive-site.xml'.
Users are advised to upgrade to Apache Linkis version 1.8.0 or later, which addresses this vulnerability by sanitizing the logged error messages. The updated version can be obtained from the Apache Linkis official website.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 20, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| http://www.openwall.com/lists/oss-security/2025/09/19/1 | CVE | Mailing ListThird Party Advisory |
| https://lists.apache.org/thread/4dcgmqdkk2p5y4k43ok5rgd4ylx8698h | [email protected] | Mailing List |
| https://lists.apache.org/thread/75z7vhftw6w1mllndgpkfmcj0fzo4lbj | [email protected] | Mailing List |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-532 | Insertion of Sensitive Information into Log File | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| apache linkis | >= 1.0.0, < 1.8.0 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jan 27, 2026 | Initial Analysis | [email protected] |
| Jan 20, 2026 | CVE Modified | CISA-ADP |
| Jan 19, 2026 | CVE Modified | CVE |
| Jan 19, 2026 | New CVE Received | [email protected] |