CVE-2025-59355
CVE-2025-59355 is a medium-severity vulnerability in Apache Linkis with a CVSS 3.x base score of 6.5. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-532.
Key facts
- Severity: Medium (CVSS 3.x base score 6.5)
- EPSS exploit prediction: 0% (32nd percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-3231
- Weakness: CWE-532
- Affected product: Apache Linkis
- Published:
- Last modified:
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.
Frequently asked questions
- What is CVE-2025-59355?
- 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.
- How severe is CVE-2025-59355?
- CVE-2025-59355 has a CVSS 3.x base score of 6.5, rated medium severity. It is exploitable over network with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is high, integrity none, and availability none.
- Is CVE-2025-59355 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (32nd percentile), an estimate of the probability of exploitation in the next 30 days.
- What products are affected by CVE-2025-59355?
- CVE-2025-59355 affects Apache Linkis. See the affected-products list for the exact vulnerable versions.
- How do I fix CVE-2025-59355?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2025-59355 have an EU (EUVD) identifier?
- Yes. CVE-2025-59355 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-3231.
- When was CVE-2025-59355 published?
- CVE-2025-59355 was published on 2026-01-19 and last updated on 2026-06-17.
References
- https://lists.apache.org/thread/4dcgmqdkk2p5y4k43ok5rgd4ylx8698h
- https://lists.apache.org/thread/75z7vhftw6w1mllndgpkfmcj0fzo4lbj
- http://www.openwall.com/lists/oss-security/2025/09/19/1
Affected products (1)
- cpe:2.3:a:apache:linkis:*:*:*:*:*:*:*:*
More vulnerabilities in Apache Linkis
- CVE-2023-29216 — Critical (CVSS 9.8): In Apache Linkis <=1.3.1, because the parameters are not effectively filtered, the attacker uses the MySQL data source…
- CVE-2023-29215 — Critical (CVSS 9.8): In Apache Linkis <=1.3.1, due to the lack of effective filtering of parameters, an attacker configuring malicious Mysql…
- CVE-2023-27603 — Critical (CVSS 9.8): In Apache Linkis <=1.3.1, due to the Manager module engineConn material upload does not check the zip path, This is a…
- CVE-2023-27602 — Critical (CVSS 9.8): In Apache Linkis <=1.3.1, The PublicService module uploads files without restrictions on the path to the…
- CVE-2023-27987 — Critical (CVSS 9.1): In Apache Linkis <=1.3.1, due to the default token generated by Linkis Gateway deployment being too simple, it is easy…
- CVE-2024-27181 — High (CVSS 8.8): In Apache Linkis <= 1.5.0, Privilege Escalation in Basic management services where the attacking user is a trusted…
All CVEs affecting Apache Linkis →
Other CWE-532 (Insertion of Sensitive Information into Log File) vulnerabilities
- CVE-2022-36407 — Critical (CVSS 9.9): Insertion of Sensitive Information into Log File vulnerability in Hitachi Virtual Storage Platform, Hitachi Virtual…
- CVE-2023-40029 — Critical (CVSS 9.9): Argo CD is a declarative continuous deployment for Kubernetes. Argo CD Cluster secrets might be managed declaratively…
- CVE-2021-32724 — Critical (CVSS 9.9): check-spelling is a github action which provides CI spell checking. In affected versions and for a repository with the…
- CVE-2026-49200 — Critical (CVSS 9.8): The acer_cgi.log file in the device firmware is accessible without authentication via the web interface. This file…
- CVE-2026-22778 — Critical (CVSS 9.8): vLLM is an inference and serving engine for large language models (LLMs). From 0.8.3 to before 0.14.1, when an invalid…
- CVE-2025-11008 — Critical (CVSS 9.8): The CE21 Suite plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and…
Browse all CWE-532 (Insertion of Sensitive Information into Log File) vulnerabilities →