vendor:
Web Poll Pro
by:
Unknown
7.5
CVSS
HIGH
HTML-injection
79
CWE
Product Name: Web Poll Pro
Affected Version From: 1.0.3
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: a:web_poll_pro:web_poll_pro:1.0.3
Platforms Tested:
Unknown
HTML-injection vulnerability in Web Poll Pro
The Web Poll Pro application is prone to an HTML-injection vulnerability because it fails to properly sanitize user-supplied input. An attacker can exploit this vulnerability to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can lead to the theft of cookie-based authentication credentials, control over how the site is rendered to the user, or other attacks.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize all user-supplied input before using it in dynamic HTML content. Input validation and encoding techniques should be implemented to prevent HTML-injection attacks.