SCA: security update for org.apache.linkis:linkis-metadata (GHSA-6vfr-p2hx-6v32)

medium Tenable Cloud Security Plugin ID 436840

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2025-59355)

See Also

https://github.com/advisories/GHSA-6vfr-p2hx-6v32

Plugin Details

Severity: Medium

ID: 436840

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/21/2026

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5

Vector: CVSS2#AV:N/AC:L/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2025-59355

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.7

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 1/19/2026

Vulnerability Publication Date: 1/19/2026

Reference Information

CVE: CVE-2025-59355

cwe: CWE-532