Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Oracle WebLogic UDDI Explorer Panel - Detect" module is designed to detect the presence of the Oracle WebLogic UDDI Explorer panel. This module focuses on identifying misconfigurations or vulnerabilities related to the UDDI Explorer panel in Oracle WebLogic. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat.
This module was authored by pdteam.
The Oracle WebLogic UDDI Explorer panel, when misconfigured or vulnerable, can potentially expose sensitive information or provide unauthorized access to the system. It is important to address any identified issues to ensure the security and integrity of the Oracle WebLogic environment.
The module works by sending an HTTP GET request to the "/uddiexplorer/" path of the target system. It then applies matching conditions to determine if the UDDI Explorer panel is present and if the response status is 200 (OK).
An example of the HTTP request sent by the module:
GET /uddiexplorer/ HTTP/1.1
Host: [target_host]
The module uses the following matching conditions:
- The response body must contain the phrase "WebLogic UDDI Explorer". - The response status must be 200 (OK).If both conditions are met, the module reports the detection of the Oracle WebLogic UDDI Explorer panel.
For more information, you can refer to the Tenable plugin documentation.
Metadata: max-request: 1