vendor:
PEEL SHOPPING
by:
Anmol K Sachan
5.5
CVSS
MEDIUM
Stored Cross-site Scripting
79
CWE
Product Name: PEEL SHOPPING
Affected Version From: PEEL SHOPPING 9.3.0
Affected Version To: PEEL SHOPPING 9.3.0
Patch Exists: NO
Related CWE:
CPE: a:peel:shopping:9.3.0
Platforms Tested: Windows 10 XAMPP
2021
PEEL Shopping 9.3.0 – ‘address’ Stored Cross-Site Scripting
This application is vulnerable to Stored XSS vulnerability. The vulnerability is present in the 'address' parameter of the 'change_params.php' script. An attacker can inject malicious JavaScript code into the address field, which will be executed when a user interacts with the page.
Mitigation:
To mitigate this vulnerability, the application should properly validate and sanitize user input before displaying it on the page. All user-supplied data should be encoded or escaped to prevent the execution of malicious code.