Cross-site Scripting (XSS) - Stored in bigprof-software/online-invoicing-system
Reported on
Jul 2nd 2021
✍️ Description
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 State field.
4. Update the profile and You will see an alert.
💥 Impact
Stored XSS
Occurrences
Note to huntr moderators (if any!): There have been 4 different vulnerability reports for the same issue, but each report for a different field on the same page ... all 4 reports were fixed by a single commit .. so I believe all 4 reports should be merged into one. But if you don't want to do so, I'm happy to get rewarded 4 times for the same fix ;)