CVE-2018-1328:
Cross-site Scripting in Apache Zeppelin
6.1
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.78501%
CWE
Published
4/24/2019
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.zeppelin:zeppelin | maven | < 0.8.0 | 0.8.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The stored XSS vulnerability exists in Note permissions handling. Analysis focuses on:
- Input processing during permission configuration (setNotePermissions) where malicious payloads would be accepted
- Output generation when displaying permissions (getNotePermissions) where unsanitized data would be rendered
Though exact patch details are unavailable, the CVE description explicitly calls out Note permissions as the attack vector. These functions represent the most likely data flow path for the vulnerability based on Apache Zeppelin's architecture and standard XSS patterns in Java web applications.