Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 705 Bytes

Ultimate Member <= 2.3.1 - Stored Cross-Site Scripting.md

File metadata and controls

26 lines (12 loc) · 705 Bytes

Ultimate Member <= 2.3.1 - Stored Cross-Site Scripting

Summary

Biography component in user profile exists stored XSS vulnerability.

Vulnerability proof

1.Encode XSS payload by Unicode

For example:

<script>alert(1)</script>

image

2.Enter the encoded payload into the Biography component and save it.

image

3.Reload the user profile and the script is executed.

image