Apache Dubbo - Default Admin Discovery
ID: dubbo-admin-default-login
Severity: high
Author: ritikchaddha
Tags: dubbo,apache,default-login
Description
Section titled “Description”Apache Dubbo default admin credentials were discovered.
YAML Source
Section titled “YAML Source”id: dubbo-admin-default-login
info: name: Apache Dubbo - Default Admin Discovery author: ritikchaddha severity: high description: Apache Dubbo default admin credentials were discovered. reference: - https://www.cnblogs.com/wishwzp/p/9438658.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: 2 tags: dubbo,apache,default-login
http: - raw: - | GET / HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded Authorization: Basic {{base64(username + ':' + password)}}
attack: pitchfork payloads: username: - guest - root password: - guest - root
matchers-condition: and matchers: - type: word words: - "<title>Dubbo Admin</title>" - "/sysinfo/versions" - "{{username}}', '/logout')" condition: and
- type: status status: - 200# digest: 4a0a00473045022020688c47e5ba197bff60b44cab108280f1ae9f091a19beb8b06f4f3a7d4ae585022100ab478595e67e9d6a33d6443581d10b849ebe09d52f30b9318c23b3e29fb2da4a: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/apache/dubbo-admin-default-login.yaml"