| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.apache.zeppelin:zeppelin | maven | < 0.10.0 |
| 0.10.0 |
The vulnerability explicitly affects the 'Move folder to Trash' feature, which is core notebook management functionality. The CWE-20 classification indicates missing input validation on path parameters. In Apache Zeppelin's architecture, this feature would be handled by the NotebookServer class which manages REST API endpoints. The lack of path normalization/sanitization in the move operation would permit arbitrary file deletion via malicious path inputs (e.g., '../' sequences). While exact code isn't available, the pattern matches common path traversal vulnerabilities in file operations.
KEV Misses 88% of Exploited CVEs- Get the report