Cross-site Scripting (XSS) - Generic in bigprof-software/online-invoicing-system
Reported on
Mar 26th 2021
✍️ Description
A cross-site scripting (XSS) issue in the Fork version 5.9.3 allows remote attackers to inject JavaScript via the "filterer_client" Parameter
🕵️♂️ Proof of Concept
You can find installation instructions here: https://bigprof.com/appgini/applications/online-invoicing-system
Vulnerable Parameter: filterer_client
XSS Payload: 1</script><script>alert(8)</script>
Once its installed sucessfully, Visit below POC link to trigger XSS:
https://localhost/app/invoices_view.php?&filterer_client=1</script><script>alert(8)</script>
XSS will get triggered as shown in screenshot.
💥 Impact
With the help of xss attacker can perform social engineering on users by redirecting them from real website to fake one. Attacker can steal their cookies leading to account takeover and download a malware on their system, and there are many more attacking scenarios a skilled attacker can perform with xss.