Exploits / Vulnerability Discovered : 2021-01-04 |
Type : webapps |
Platform : php
This exploit / vulnerability 4images v1.7.11 profile image stored crosssite scripting is for educational purposes only and if it is used you will do on your own risk!
Attack Vector:
This vulnerability can results attacker to inject the XSS payload into the IMAGE URL and each time
any user will go to that URL, the XSS triggers, and the attacker can able to steal the cookie according to the crafted payload.
Steps-To-Reproduce:
1. Login into 4images admin panel.
2. Now go to the add images tab.
3. Now paste the below payload in the URL field.
ritesh"><img src=x onerror=confirm(1)>
4. Now click on add button.
5. The XSS will be triggered.