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 Full name field as tested on 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 Full Name
4. Update the profile and You will see an alert.
💥 Impact
Stored XSS