vendor:
WEBIGniter
by:
Sagar Banwa
6.1
CVSS
HIGH
Stored Cross-site Scripting (XSS)
79
CWE
Product Name: WEBIGniter
Affected Version From: WEBIGniter v28.7.23
Affected Version To: WEBIGniter v28.7.23
Patch Exists: NO
Related CWE: CVE-2023-46391
CPE: a:webigniter:webigniter:28.7.23
Platforms Tested: Windows 10, Kali Linux
2023
WEBIGniter v28.7.23 Stored Cross Site Scripting (XSS)
Stored Cross-site scripting (XSS) is a severe vulnerability where a malicious script is inserted into a vulnerable web application, leading to potential attacks on users. In this exploit for WEBIGniter v28.7.23, an attacker can inject a script by manipulating the 'Name' parameter in the 'Categories' section, allowing execution of arbitrary scripts on the victim's browser.
Mitigation:
To mitigate this vulnerability, input validation and sanitization should be implemented to ensure that user input is not executed as code. Additionally, encoding user input before displaying it can prevent script injection.