Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ CVE-2025-59355 — linkis

🟡 CVSS 6.5 — Medium ✅ No Known Exploit CWE-532 NVD
6.5
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

Apache Linkis: Password Exposure

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 this vulnerability can be exploited

This issue can be reached over the network, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality high, integrity none, availability none.

CVSS metrics in full

The score comes from this vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

  • Attack vector: Network — reachable from anywhere that can route to the service.
  • Attack complexity: Low — the attack works reliably, with no preparation.
  • Privileges required: Low — an ordinary user account is enough.
  • User interaction: None — nobody has to be tricked into anything.
  • Scope: Unchanged — the damage stays inside the vulnerable component.
  • Confidentiality impact: High — total loss, or loss the attacker controls.
  • Integrity impact: None.
  • Availability impact: None.

Weakness class

CVE-2025-59355 is classified as CWE-532: Insertion of Sensitive Information into Log File. Sensitive values are written to logs, which are typically kept longer and read more widely than the data warrants.

Affected software

CVE-2025-59355 is recorded against 2 packages.

  • linkis (from 1.0.0 up to 1.8.0)
  • org.apache.linkis:linkis-metadata (from 1.0.0 up to 1.8.0)

Timeline and source

Published on 19 January 2026 and last revised on 17 June 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.

References

lists.apache.org
lists.apache.org
www.openwall.com

Other advisories for this package

linkis has other advisories on record. If you are patching this one, these are worth checking on the same host:

Same weakness in other software

These advisories are the same class of weakness (CWE-532: Insertion of Sensitive Information into Log File) in other software:

Details

Severity MEDIUM
CVSS Score 6.5
CVSS Vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CWE CWE-532
Public Exploit ✅ No
Source NVD
Published 2026-01-19
Updated 2026-08-20
Modified 2026-06-17
Fix URL N/A

Affected Packages

Software From version Fixed in
linkis 1.0.0 1.8.0
org.apache.linkis:linkis-metadata 1.0.0 1.8.0

Similar Threats

Vulnerability Monitoring

Track new vulnerabilities in linkis

CVE-2025-59355 is rated CVSS 6.5 Medium. BotEraser monitors your WordPress installation and notifies you when software you use appears in our vulnerability database.

Set Up Free Alerts →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesCVECVE 2025