2022-08-07 15:51:08 +00:00
id : jboss-juddi
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
2022-08-08 19:27:37 +00:00
metadata :
verified : true
2022-08-07 15:51:08 +00:00
tags : jboss,juddi
requests :
- method : GET
path :
2022-08-08 19:27:37 +00:00
- "{{BaseURL}}"
2022-08-07 15:51:08 +00:00
- "{{BaseURL}}/juddi/"
2022-08-08 19:27:37 +00:00
stop-at-first-match : true
2022-08-07 15:51:08 +00:00
matchers-condition : and
matchers :
- type : word
part : body
2022-08-08 19:27:37 +00:00
words :
- "JBoss JUDDI"
2022-08-07 15:51:08 +00:00
- type : word
2022-08-08 19:27:37 +00:00
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