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

38 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-07 15:51:08 +00:00
id: jboss-juddi
info:
name: JBoss WS JUDDI Console Panel
2022-08-07 15:51:08 +00:00
author: DhiyaneshDk
2022-08-07 15:53:25 +00:00
severity: low
2022-08-07 15:51:08 +00:00
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.
reference:
- https://github.com/ilmila/J2EEScan/blob/master/src/main/java/burp/j2ee/issues/impl/JBossJuddi.java
metadata:
verified: true
2022-08-07 15:51:08 +00:00
tags: jboss,juddi
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