Skip to content
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

Added Template to detect Exposed Instances of RLOS Cabinet Management… #10387

Merged
merged 5 commits into from
Jul 30, 2024
Merged
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
31 changes: 31 additions & 0 deletions http/misconfiguration/manage-cabinet-register.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
id: manage-cabinet-register

info:
name: Manage Cabinet Register - Exposed
author: noel
severity: low
description: |
The path to the Cabinet Storage is omniapp/pages/cabinet/managecabinet.jsf?Action=1. If exposed, it gives an attacker insight into information such as Storage Volume Name, Cabinet Name, it's alias, Deployed AppServer IP Address and Port
reference:
- https://www.edms-consultants.com/newgen-rlos/
metadata:
verified: true
shodan-query: html:"omniapp"
max-request: 1
tags: misconfig,cabinet,exposure

http:
- method: GET
path:
- '{{BaseURL}}/omniapp/pages/cabinet/managecabinet.jsf?Action=1'

matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Manage Cabinet [Register Cabinet]'

- type: status
status:
- 200
Loading