vendor:
Slider by Soliloquy
by:
Abdurrahman Erkan
8.8
CVSS
HIGH
Stored Cross Site Scripting (XSS)
79
CWE
Product Name: Slider by Soliloquy
Affected Version From: 2.6.2002
Affected Version To: 2.6.2002
Patch Exists: YES
Related CWE:
CPE: 2.6.2002
Platforms Tested: Kali Linux 2021 - Firefox 78.7, Windows 10 - Brave 1.32.113, WordPress 5.8.2
2021
WordPress Plugin Slider by Soliloquy 2.6.2 – ‘title’ Stored Cross Site Scripting (XSS) (Authenticated)
Install and activate the Slider by Soliloquy 2.6.2 plugin. Open Soliloquy and use 'Add New' button to add new post. Add payload to title. Payload: <script>alert(document.cookie)</script> Add any image in post. Publish the post. XSS has been triggered. Go to this url 'http://localhost/wp-admin/post.php?post=1&action=edit' XSS will trigger. - For wordpress users. Go to this url 'http://localhost/?post_type=soliloquy&p=1' XSS will trigger. - For normal users.
Mitigation:
Ensure that user input is properly sanitized and validated before being stored and displayed.