vendor:
IdentityMinder
by:
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: IdentityMinder
Affected Version From:
Affected Version To:
Patch Exists:
Related CWE:
CPE:
Platforms Tested: Microsoft Windows
Cross-Site Scripting Vulnerabilities in Netegrity IdentityMinder
Netegrity IdentityMinder is affected by multiple cross-site scripting vulnerabilities. These vulnerabilities are due to a failure of the application to properly sanitize user-supplied URI input. A remote attacker can exploit this issue by creating a malicious link that includes hostile HTML and script code. If an unsuspecting user follows the link, the hostile code may be rendered in their web browser, allowing for theft of cookie-based authentication credentials and arbitrary application command execution.
Mitigation:
To mitigate these vulnerabilities, it is recommended to sanitize and validate user-supplied input before using it in the application. Implementing proper input validation and output encoding can help prevent cross-site scripting attacks.