vendor:
LifeStyle
by:
Andrey Stoykov
8.8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: LifeStyle
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE:
CPE: a:shoplazza:lifestyle
Platforms Tested: Ubuntu 20.04
2020
Shoplazza 1.1 – Stored Cross-Site Scripting (XSS)
A stored cross-site scripting (XSS) vulnerability exists in Shoplazza 1.1. An attacker can exploit this vulnerability by logging in as a normal user account, browsing to the 'Blog Posts' -> 'Manage Blogs' -> 'Add Blog Post' page, and entering a malicious payload in the 'Title' field. This will cause the payload to be stored in the application and executed when the page is loaded. This can be used to execute arbitrary JavaScript code in the context of the application.
Mitigation:
Input validation should be used to prevent malicious payloads from being stored in the application. Additionally, output encoding should be used to prevent malicious payloads from being executed.