Description
- The application lacked output encoding and as a result of that was vulnerable to Stored XSS
Stored XSS #1:
Steps to Reproduce:
- Login as demonstrator account and visit "Customers" > "Newsletter"
- In "Message" use the following XSS payload
<iframe srcdoc="<img src=x onerror=alert(document.domain)>"></iframe>
No comments:
Post a Comment