vendor:
Search
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Search
Affected Version From: 1.8
Affected Version To: 1.8
Patch Exists: NO
Related CWE:
CPE: a:search:search:1.80
Platforms Tested:
Cross-Site Scripting Vulnerability in Search
The Search application is prone to a cross-site scripting vulnerability. The issue occurs due to a failure in properly sanitizing user-supplied input. An attacker can exploit this vulnerability to execute arbitrary script code in the browser of an unsuspecting user within the context of the affected site. This can lead to the theft of cookie-based authentication credentials and other attacks.
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize user-supplied input before using it in web pages or applications. Input validation and output encoding should be implemented to prevent the execution of malicious scripts.