vendor:
DeskPRO
by:
John Martinelli
7.5
CVSS
HIGH
HTML-injection scripting vulnerability
79
CWE
Product Name: DeskPRO
Affected Version From: DeskPRO 2.0.1
Affected Version To: DeskPRO 2.0.1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Unknown
DeskPRO HTML-injection Scripting Vulnerability
The DeskPRO application fails to properly sanitize user-supplied input, allowing attacker-supplied HTML and script code to execute in the context of the affected site. This could potentially lead to the theft of cookie-based authentication credentials or control over how the site is rendered to the user. Other attacks are also possible.
Mitigation:
To mitigate this vulnerability, it is recommended to properly sanitize user-supplied input before using it in HTML output. This can be achieved by implementing input validation and output encoding techniques.