Monday, 16 September 2024

Friday Fun Pentest Series - 11 - Stored XSS in "Edit Profile" - htmlyv2.9.9


Description

- It was found that the application suffers from stored XSS

- The vulnerability was found to be in the "Edit Profile" page

- Vulnerable parameter was "Content"


Stored XSS in "Edit Profile"

Steps to Reproduce:

  1. Login as author
  2. Browse to "Edit Profile"
  3. In "Content" field add payload "><img src=x onerror=alert(1)>
  4. Then refresh the "Edit Profile" page

No comments:

Post a Comment

Friday Fun Pentest Series - 19 - Self Stored XSS - acp2sev7.2.2

Description - It was found that the application had problems around sanitizing and output encoding correctly, leading to Self Stored XSS. Se...