CVE-2025-59355
Last modified
CVE-2025-59355 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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.. EPSS estimates a 0.40% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Linkis | >= 1.0.0, < 1.8.0 |
References
- http://www.openwall.com/lists/oss-security/2025/09/19/1Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-59355?
How severe is CVE-2025-59355?
How do I fix CVE-2025-59355?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-5935A vulnerability was found in Open5GS up to 2.7.3. It has bee…7.5
- CVE-2025-59350Dragonfly is an open source P2P-based file distribution and …5.3
- CVE-2025-59351Dragonfly is an open source P2P-based file distribution and …5.3
- CVE-2025-59352Dragonfly is an open source P2P-based file distribution and …9.8
- CVE-2025-59353Dragonfly is an open source P2P-based file distribution and …7.5
- CVE-2025-59354Dragonfly is an open source P2P-based file distribution and …5.3
- CVE-2025-59358The Chaos Controller Manager in Chaos Mesh exposes a GraphQL…7.5
- CVE-2025-59359The cleanTcs mutation in Chaos Controller Manager is vulnera…9.8
- CVE-2025-5936The VR Calendar plugin for WordPress is vulnerable to Cross-…4.3
- CVE-2025-59360The killProcesses mutation in Chaos Controller Manager is vu…9.8
- CVE-2025-59361The cleanIptables mutation in Chaos Controller Manager is vu…9.8
- CVE-2025-59362Squid through 7.1 mishandles ASN.1 encoding of long SNMP OID…4
Are you affected by CVE-2025-59355?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
