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.
Published: 2026-07-31
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authenticated user able to rename a note or perform folder operations can embed directory traversal segments in the note or folder name. Because the server constructs filesystem paths from those names without validating that the resulting path stays inside the configured notebook root, the attacker can move, overwrite, or delete files outside that root. The effect is that notebook data can be corrupted or other filesystem content can be destroyed, potentially exposing sensitive information if the appointment is performed on a shared filesystem or Hadoop cluster.

Affected Systems

Apache Zeppelin versions 0.9.0 through 0.12.0 are affected. The vulnerability exists when the FileSystemNotebookRepo is enabled and the attacker has rename or folder operation permissions.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity. The EPSS score of less than 1% suggests that exploitation is unlikely at present. The vulnerability is not listed in CISA’s KEV catalog. Exploitation requires an authenticated account with rename or folder operation rights, meaning a compromised or sufficient-privilege user could trigger the path traversal. While the impact could be significant, the combination of authentication requirement and low exploit probability reduces the overall risk at this time.

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 Zeppelin to version 0.12.1 or later to receive the fix
  • If upgrading is delayed, limit the ability to rename notes or perform folder operations to only trusted users and verify that the notebook root directory is properly secured
  • Consider disabling the FileSystemNotebookRepo option entirely if it is not required for your deployment

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': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

ssvc

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


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

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

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

Type Values Removed Values Added
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.
Title Path traversal in NotebookRepo note and folder path composition
Weaknesses CWE-22
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-07-31T16:20:12.350Z

Reserved: 2026-05-07T07:46:56.880Z

Link: CVE-2026-44615

cve-icon Vulnrichment

Updated: 2026-07-31T11:46:15.802Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-10T14:20:00.923

Link: CVE-2026-44615

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')