Description
Cross-Site Request Forgery (CSRF) vulnerability in Apache Zeppelin. The default CORS configuration allowed cross-origin state-changing requests and accepted text/plain request bodies, allowing an attacker who lures an authenticated user to a                   malicious site to perform actions on the user's behalf through REST and WebSocket endpoints. This issue affects Apache Zeppelin versions 0.6.0 through 0.12.0. Users are recommended to upgrade to version 0.12.1, which fixes this issue.
Published: 2026-07-30
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A CSRF flaw in Apache Zeppelin allows an attacker who lures an authenticated user to a malicious site to submit state‑changing requests to REST and WebSocket endpoints. The vulnerable default CORS configuration permits cross‑origin requests and accepts text/plain request bodies, so the attacker can instruct the user’s browser to perform actions such as creating notebooks, modifying configuration, or executing commands on the Zeppelin server. This weakness is captured by CWE‑352 and could lead to unauthorized data modification, service disruption, or compromise of the Zeppelin installation.

Affected Systems

The vulnerability exists in Apache Zeppelin versions from 0.6.0 through 0.12.0, released by the Apache Software Foundation.

Risk and Exploitability

The CVSS score of 6.1 indicates moderate severity, and the EPSS score of <1% signals a very low probability of exploitation. The vulnerability is not listed in CISA KEV. However, the flaw offers a straightforward attack path: a malicious site can deliver cross‑origin requests to any authenticated Zeppelin user without additional authentication tokens or special host conditions. Because the CORS policy is permissive by default, the attacker requires only that the user visit the malicious site; no network or privileged access is needed.

Generated by OpenCVE AI on August 3, 2026 at 10:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Zeppelin to version 0.12.1 or later.
  • If an upgrade is not immediately possible, reconfigure the CORS policy to allow requests only from trusted origins and disable acceptance of text/plain bodies for state‑changing operations.
  • Consider enabling CSRF tokens or other input validation mechanisms to reject unexpected cross‑origin requests.

Generated by OpenCVE AI on August 3, 2026 at 10:45 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': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

ssvc

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


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

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

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

Type Values Removed Values Added
Description Cross-Site Request Forgery (CSRF) vulnerability in Apache Zeppelin. The default CORS configuration allowed cross-origin state-changing requests and accepted text/plain request bodies, allowing an attacker who lures an authenticated user to a                   malicious site to perform actions on the user's behalf through REST and WebSocket endpoints. This issue affects Apache Zeppelin versions 0.6.0 through 0.12.0. Users are recommended to upgrade to version 0.12.1, which fixes this issue.
Title Apache Zeppelin: Cross-site request forgery in REST and WebSocket request handling
Weaknesses CWE-352
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-08-07T14:09:35.363Z

Reserved: 2026-05-07T07:44:23.248Z

Link: CVE-2026-44613

cve-icon Vulnrichment

Updated: 2026-08-07T14:09:35.363Z

cve-icon NVD

Status : Modified

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

Modified: 2026-08-07T14:16:59.530

Link: CVE-2026-44613

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T11:00:03Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)