Skip to content

JBoss Management Console Server Information Page - Detect

ID: jboss-web-console

Severity: info

Author: dhiyaneshDK

Tags: jboss,unauth,edb,misconfig

JBoss Management Console server information page was detected.

id: jboss-web-console
info:
name: JBoss Management Console Server Information Page - Detect
author: dhiyaneshDK
severity: info
description: JBoss Management Console server information page was detected.
reference:
- https://www.exploit-db.com/ghdb/5215
- https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/6.4/html/administration_and_configuration_guide/sect-the_management_console
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
cpe: cpe:2.3:a:redhat:jboss_enterprise_application_platform:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
google-query: inurl:/web-console/ServerInfo.jsp | inurl:/status?full=true
product: jboss_enterprise_application_platform
vendor: redhat
tags: jboss,unauth,edb,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/web-console/ServerInfo.jsp"
matchers-condition: and
matchers:
- type: word
words:
- "Application Server"
- "Management Console"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100f25960c54aa47640416d0791f5b197af7c18c48051f4d34493b20fdb486455ab022100c4fe5b07181e3622f250c158ddb10de540a5a30f0991c92b1a7825b96a30192d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/jboss-status.yaml"

View on Github