JBoss JMX Console Weak Credential Discovery
ID: jmx-default-login
Severity: high
Author: paradessia
Tags: jboss,jmx,default-login
Description
Section titled “Description”JBoss JMX Console default login information was discovered.
YAML Source
Section titled “YAML Source”id: jmx-default-login
info: name: JBoss JMX Console Weak Credential Discovery author: paradessia severity: high description: JBoss JMX Console default login information was discovered. reference: - https://docs.jboss.org/jbossas/6/Admin_Console_Guide/en-US/html/Administration_Console_User_Guide-Accessing_the_Console.html classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 metadata: max-request: 28 tags: jboss,jmx,default-login
http: - raw: - | GET /jmx-console/ HTTP/1.1 Host: {{Hostname}} - | GET /jmx-console/ HTTP/1.1 Host: {{Hostname}} Authorization: Basic {{base64(user + ':' + pass)}}
attack: clusterbomb payloads: user: - admin - root pass: - admin - 12345 - 123456 - 1234 - 123456789 - 123qwe - root
matchers-condition: and matchers: - type: dsl dsl: - "!contains(body_1, 'JMImplementation') && contains(body_2, 'JMImplementation')"
- type: status status: - 200# digest: 4b0a00483046022100dca7352f5fac6027dc12d439331729f781c026eff40ba67c9496d3159427f322022100c80ce9c7137e41052297e3712f5abacbb24298cf17051babebea4f7b7fa5a0ba:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/default-logins/jboss/jmx-default-login.yaml"