nuclei-templates/exposed-panels/jboss/jboss-juddi.yaml

45 lines
1.3 KiB
YAML
Raw Normal View History

2023-02-06 09:24:07 +00:00
id: jboss-juddi-panel
2022-08-07 15:51:08 +00:00
info:
2023-01-27 14:57:27 +00:00
name: JBoss WS JUDDI Console Panel - Detect
2022-08-07 15:51:08 +00:00
author: DhiyaneshDk
2023-01-27 14:57:27 +00:00
severity: info
2022-08-07 15:51:08 +00:00
description: |
2023-01-27 14:57:27 +00:00
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.
2022-08-07 15:51:08 +00:00
remediation: Restrict access to the service if not needed.
2023-01-27 14:57:27 +00:00
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
2022-08-07 15:51:08 +00:00
reference:
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossJuddi.java
metadata:
verified: true
2023-02-06 09:24:07 +00:00
shodan-query: html:"JBoss WS"
2023-02-08 13:44:55 +00:00
tags: panel,jboss,juddi
2022-08-07 15:51:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2022-08-07 15:51:08 +00:00
- "{{BaseURL}}/juddi/"
stop-at-first-match: true
2022-08-07 15:51:08 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "JBoss JUDDI"
2022-08-07 15:51:08 +00:00
- type: word
part: header
2022-08-07 15:51:08 +00:00
words:
- "text/html"
- type: status
status:
- 200
2023-01-27 14:57:27 +00:00
# Enhanced by cs 01/26/2023