vendor:
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name:
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows Vista
Unknown
Unsanitized Input in addlist.php
The addlist.php file in the newsletter/admin directory of the server application does not properly sanitize the user-supplied input. This allows an attacker to inject malicious code, such as a script tag, which can be executed by other users visiting the page. In this specific case, the vulnerability allows an attacker to execute arbitrary JavaScript code and potentially steal cookies or perform other malicious actions on behalf of the user.
Mitigation:
To mitigate this vulnerability, it is recommended to implement proper input validation and sanitization techniques. Specifically, in this case, the server-side code should sanitize and validate the user-supplied input before using it in database queries or rendering it in HTML responses.