Description
The security fix for CVE-2025-66518 is incomplete. Any client who can access to Apache Kyuubi Server via Kyuubi frontend protocols can bypass server-side config kyuubi.session.local.dir.allowlist via unprefixed Spark config aliases.

This issue affects Apache Kyuubi: from 1.6.0 before 1.12.0.

Users are recommended to upgrade to version 1.12.0, which fixes the issue.
Published: 2026-07-31
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability enables a client that can connect to the Apache Kyuubi Server through its frontend protocols to bypass the server‑side configuration entry kyuubi.session.local.dir.allowlist by supplying unprefixed Spark configuration aliases. The bypass allows the attacker to reference directories outside the intended scope, potentially accessing or modifying arbitrary files on the server filesystem. In effect the flaw provides a path traversal scenario (CWE‑22) combined with improper configuration alias handling (CWE‑27), which can lead to confidentiality and integrity compromise of server files.

Affected Systems

The affected product is Apache Kyuubi, maintained by the Apache Software Foundation. Versions from 1.6.0 up to, but not including, 1.12.0 are vulnerable; the security fix was applied in version 1.12.0 and all later releases.

Risk and Exploitability

The CVSS score of 8.1 classifies this as a high severity risk. The EPSS score is below 1%, indicating a low likelihood of active exploitation, and CISA has not listed it in its KEV catalog. Exploitation requires only the ability to communicate with the Kyuubi server via its frontend protocol, allowing an attacker who can send configuration parameters to manipulate the allowlist setting. Since the bypass operates with minimal client privileges, the attacker can achieve file system access on the server if no additional network or application‑level controls are in place.

Generated by OpenCVE AI on August 2, 2026 at 04:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Kyuubi to version 1.12.0 or later, which includes the fix for the allowlist bypass.
  • Ensure that the configuration kyuubi.session.local.dir.allowlist is explicitly defined and no unprefixed Spark aliases are permitted.
  • If an immediate upgrade is not possible, limit client connections to the Kyuubi frontend protocol to trusted administrators and monitor logs for attempts to modify configuration parameters.

Generated by OpenCVE AI on August 2, 2026 at 04:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache kyuubi
Vendors & Products Apache
Apache kyuubi

Fri, 31 Jul 2026 10:30:00 +0000

Type Values Removed Values Added
Description The security fix for CVE-2025-66518 is incomplete. Any client who can access to Apache Kyuubi Server via Kyuubi frontend protocols can bypass server-side config kyuubi.session.local.dir.allowlist via unprefixed Spark config aliases. This issue affects Apache Kyuubi: from 1.6.0 before 1.12.0. Users are recommended to upgrade to version 1.12.0, which fixes the issue.
Title Apache Kyuubi: kyuubi.session.local.dir.allow.list bypass via unprefixed Spark file-conf aliases
Weaknesses CWE-22
CWE-27
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-31T16:29:28.224Z

Reserved: 2026-07-14T02:46:17.386Z

Link: CVE-2026-62391

cve-icon Vulnrichment

Updated: 2026-07-31T16:29:20.447Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-31T11:17:11.593

Modified: 2026-08-10T14:22:12.093

Link: CVE-2026-62391

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T04:30:13Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-27

    Path Traversal: 'dir/../../filename'