Skip to content

IBM Security Access Manager Login Panel - Detect

ID: ibm-security-access-manager

Severity: info

Author: geeknik,righettod

Tags: panel,ibm,login,detect

IBM Security Access Manager login panel was detected.

id: ibm-security-access-manager
info:
name: IBM Security Access Manager Login Panel - Detect
author: geeknik,righettod
severity: info
description: IBM Security Access Manager login panel was detected.
reference:
- https://www.ibm.com/docs/en/sva/9.0.7?topic=overview-introduction-security-access-manager
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:ibm:security_access_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: ibm
shodan-query: http.title:"IBM Security Access Manager"
product: security_access_manager
tags: panel,ibm,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
words:
- "<title>IBM Security Access Manager</title>"
- "IBM Security <em>Access Manager</em>"
part: body
condition: or
- type: word
words:
- "IBM Security Access Manager for Web"
part: header
- type: word
words:
- "/mga/sps/authsvc/policy/forgot_username"
- "/mga/sps/authsvc/policy/forgot_password"
part: body
condition: and
# digest: 4a0a004730450220525dc0f2a10da562b5b85add49317d3e73739daec0f791964cf89c573f815984022100b348b146d8f70e7575dcfeb54acf2f30286417f4a7600932c3ee104839e31d3d: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/exposed-panels/ibm/ibm-security-access-manager.yaml"

View on Github