46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
id: jboss-juddi-panel
|
|
|
|
info:
|
|
name: JBoss WS JUDDI Console Panel - Detect
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
description: |
|
|
The jUDDI (Java Universal Description, Discovery and Integration) Registry is a core component of the JBoss Enterprise SOA Platform. It is the product's default service registry and comes included as part of the product. In it are stored the addresses (end-point references) of all the services connected to the Enterprise Service Bus. It was implemented in JAXR and conforms to the UDDI specifications.
|
|
remediation: Restrict access to the service if not needed.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
reference:
|
|
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossJuddi.java
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
shodan-query: html:"JBoss WS"
|
|
tags: panel,jboss,juddi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/juddi/"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "JBoss JUDDI"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs 01/26/2023
|