id: jboss-juddi info: name: JBoss WS JUDDI Console Panel author: DhiyaneshDk severity: low 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 tags: jboss,juddi requests: - 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