Cross-site Scripting (XSS) - Stored in bigprof-software/online-rental-property-manager
Reported on
Jul 3rd 2021
✍️ Description
Stored xss in profile Address field.
There is a Stored XSS on the user profile edit page which occurs due to improper sanitization of the State name field as tested on the latest release.
🕵️♂️ Proof of Concept
Steps to Reproduce:
1. Create a user account.
2. Login into the user account.
3. Enter the s"'><img src=x onerror=alert(document.domain)> payload in the Address field.
4. Update the profile and You will see an alert.
💥 Impact
Stored XSS