-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10387 from NoelV11/main
Added Template to detect Exposed Instances of RLOS Cabinet Management…
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |