CVE-2026-52680
Awaiting Analysis Awaiting Analysis - Queue

Path Traversal in Apache Kyuubi REST Batch Upload

Vulnerability report for CVE-2026-52680, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: Apache Software Foundation

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-07-31
AI Q&A
2026-07-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
apache kyuubi 1.12.0
apache kyuubi From 1.7.0 (inc) to 1.11.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves Apache Kyuubi's REST batch multipart upload handling. The server uses the client-supplied multipart filename to create temporary uploaded resources. An attacker can exploit this by including path traversal sequences in the filename to write files outside the intended upload directory, subject to filesystem permissions.

Detection Guidance

This vulnerability involves path traversal in Apache Kyuubi's REST batch upload endpoint. To detect it, monitor for unusual file writes outside the intended upload directory or unexpected network requests to the REST batch upload endpoint. Check Kyuubi server logs for suspicious filenames containing path traversal sequences like '../'. Ensure Kyuubi is updated to version 1.12.0 or later to mitigate the issue.

Impact Analysis

If you are running Apache Kyuubi versions 1.7.0 through 1.11.1, a remote attacker could potentially write malicious files to arbitrary locations on your server. This could lead to unauthorized code execution, data corruption, or further compromise of your system, depending on filesystem permissions.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by allowing unauthorized file writes outside intended directories. If exploited, it may lead to unauthorized data access, modification, or exfiltration, violating data protection requirements for personal or sensitive health information.

Mitigation Strategies

Upgrade Apache Kyuubi to version 1.12.0 or later to fix the path traversal issue in REST batch multipart upload handling.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-52680. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart