CVE-2026-44615
Received Received - Intake

Path Traversal in Apache Zeppelin

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

Publication date: 2026-07-31

Last updated on: 2026-07-31

Assigner: Apache Software Foundation

Description

Path traversal vulnerability in Apache Zeppelin. When FileSystemNotebookRepo is configured, an authenticated attacker with permission to rename a note, or access to folder operations, could supply traversal segments in note or folder paths.                   Zeppelin composed these values into filesystem paths using the server's filesystem or Hadoop identity without ensuring that the result remained under the configured notebook directory. This could allow notebook files or directories to be moved,                   written, or deleted outside the notebook root. This issue affects Apache Zeppelin versions 0.9.0 through 0.12.0. Users are recommended to upgrade to version 0.12.1, which fixes this issue.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-31
Last Modified
2026-07-31
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 zeppelin From 0.9.0 (inc) to 0.12.0 (inc)
apache zeppelin 0.12.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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 is a path traversal vulnerability in Apache Zeppelin versions 0.9.0 through 0.12.0. When the FileSystemNotebookRepo is configured, an authenticated attacker with note renaming or folder access permissions can use path traversal sequences in note or folder paths. The application then constructs filesystem paths without proper validation, allowing operations like moving, writing, or deleting files outside the intended notebook directory.

Detection Guidance

Check Apache Zeppelin version with: curl -s http://<zeppelin-server>/api/version | grep version. If version is between 0.9.0 and 0.12.0, the system is vulnerable. Inspect logs for unusual note or folder path modifications, especially with traversal segments like '../'.

Impact Analysis

An attacker could access, modify, or delete sensitive notebook files outside the configured notebook directory. This may lead to data theft, unauthorized changes to notebooks, or disruption of Zeppelin services. The impact depends on the permissions of the Zeppelin process and the files it can access.

Compliance Impact

This vulnerability could violate compliance requirements by allowing unauthorized access to sensitive data stored in notebooks. For GDPR, it may lead to unauthorized data exposure or processing. For HIPAA, it could result in unauthorized access to protected health information. Compliance violations may occur if data is accessed or altered outside permitted scopes.

Mitigation Strategies

Upgrade Apache Zeppelin to version 0.12.1 or later immediately. Restrict permissions for note renaming and folder operations to trusted users only. Review and audit existing notebook paths for unauthorized modifications.

Chat Assistant

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

EPSS Chart