Emlog Stored Cross-Site Scripting(XSS)
Description
The client lacks proper validation when storing user input, resulting in a stored xss vulnerability.
Vendor Homepage
1 | https://www.emlog.net/ |
Proof of Concept
- Install emlog and log in as administrator.
- In the left navigation bar, enter the “微语” function and enter the payload:
1 | <script>alert(document.cookie)</script> |
Then click “发布” botton.
- Add “微语” at “外观”-“边栏”.
- All users now will trigger the attack code and a pop-up window when they enter the homepage of the website.