Description
Apache Kyuubi REST batch multipart upload handling uses the client-supplied multipart filename when creating a temporary uploaded resource. A remote attacker who can access the REST batch upload endpoint can provide path traversal sequences in the filename and cause the Kyuubi server process to write controlled content outside the intended upload directory, subject to filesystem permissions.


This issue affects Apache Kyuubi: from 1.7.0 through 1.11.1.

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

Impact

This vulnerability arises from Apache Kyuubi’s REST batch multipart upload handling, which uses the client‐supplied filename to create temporary uploaded resources. An attacker who can reach the REST batch upload endpoint can supply a filename containing path traversal sequences, causing the Kyuubi server process to write controlled content outside the intended upload directory. By writing arbitrary files as the Kyuubi process user, an attacker can potentially overwrite configuration files, substitute executable code, or otherwise manipulate the system, leading to loss of confidentiality, integrity or availability and possibly remote code execution.

Affected Systems

Apache Kyuubi versions 1.7.0 through 1.11.1 are affected. The vendor is the Apache Software Foundation. The vulnerability exists in the REST batch upload component of these releases.

Risk and Exploitability

The EPSS score is < 1% and the vulnerability is not listed in CISA’s KEV catalog, but the CVSS score of 9.8 indicates a critical severity, placing it in a high‑risk category. An attacker with access to the REST endpoint can craft a path traversal payload in the filename field; the server will then create or overwrite files wherever the filesystem permissions allow. Since the attack vector is remote and the affected service is exposed, the likelihood and potential impact are high, particularly if the server process runs with elevated privileges.

Generated by OpenCVE AI on August 2, 2026 at 05:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Kyuubi to version 1.12.0 or newer, which contains the fix for this path traversal flaw.
  • If an upgrade is not yet possible, restrict or disable public access to the REST batch upload endpoint to eliminate the attack surface.
  • After applying a patch or disabling the endpoint, verify that the file upload directory has appropriate ownership and permission settings to prevent unauthorized writes.

Generated by OpenCVE AI on August 2, 2026 at 05:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Thu, 30 Jul 2026 18:15:00 +0000

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

Thu, 30 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description Apache Kyuubi REST batch multipart upload handling uses the client-supplied multipart filename when creating a temporary uploaded resource. A remote attacker who can access the REST batch upload endpoint can provide path traversal sequences in the filename and cause the Kyuubi server process to write controlled content outside the intended upload directory, subject to filesystem permissions. This issue affects Apache Kyuubi: from 1.7.0 through 1.11.1. Users are recommended to upgrade to version 1.12.0, which fixes the issue.
Title Apache Kyuubi: REST batch multipart upload path traversal allows controlled file write
Weaknesses CWE-22
CWE-73
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-31T17:56:51.075Z

Reserved: 2026-06-08T06:19:53.298Z

Link: CVE-2026-52680

cve-icon Vulnrichment

Updated: 2026-07-30T16:37:24.895Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-30T16:17:14.040

Modified: 2026-08-05T17:22:23.187

Link: CVE-2026-52680

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T05:15:15Z

Weaknesses
  • CWE-22

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

  • CWE-73

    External Control of File Name or Path