vendor:
AmazCart - Laravel Ecommerce System CMS
by:
Sajibe Kanti
8.8
CVSS
HIGH
Cross-Site-Scripting (XSS)
79
CWE
Product Name: AmazCart - Laravel Ecommerce System CMS
Affected Version From: 3.4
Affected Version To: 3.4
Patch Exists: NO
Related CWE:
CPE: a:codetheme:amazcart:3.4
Platforms Tested: Live Demo
2023
AmazCart CMS 3.4 – Cross-Site-Scripting (XSS)
AmazCart - Laravel Ecommerce System CMS 3.4 is vulnerable to Reflected cross-site scripting because of insufficient user-supplied data sanitization. Anyone can submit a Reflected XSS payload without login in when searching for a new product on the search bar. This makes the application reflect our payload in the frontend search ber, and it is fired everything the search history is viewed.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks.