Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Apache Zeppelin - Unauthenticated Access" module is designed to detect a misconfiguration in the Apache Zeppelin server, where no authentication is required for access. Apache Zeppelin is an open-source web-based notebook that enables interactive data analytics and visualization. This module focuses on identifying instances where the server can be accessed without any form of authentication.
This module has a severity level of high, indicating that it poses a significant security risk if left unaddressed.
Author: j4vaovo
If the Apache Zeppelin server is accessible without authentication, it can potentially lead to unauthorized access and compromise sensitive data or functionality. Attackers could exploit this vulnerability to gain unauthorized control over the server, execute arbitrary code, or extract confidential information.
The module works by sending an HTTP GET request to the "/api/security/ticket" endpoint of the Apache Zeppelin server. It then applies a set of matching conditions to determine if the server allows unauthenticated access.
The matching conditions for this module are as follows:
- The response body must contain the words "status":"OK" and "\"ticket\":\"anonymous\"". - The response headers must include the word "application/json". - The HTTP response status code must be 200 (OK).If all of these conditions are met, the module will report a vulnerability, indicating that the Apache Zeppelin server is accessible without authentication.
- https://www.adminxe.com/2172.html
verified: tr