vendor:
Yapig
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting
79
CWE
Product Name: Yapig
Affected Version From: 0.95b
Affected Version To: 0.95b
Patch Exists: NO
Related CWE: Not provided
CPE: a:yapig_project:yapig:0.95b
Platforms Tested:
Unknown
Cross-Site Scripting Vulnerability in Yapig
Yapig is prone to a cross-site scripting vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input.An attacker may leverage this issue to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site. This may facilitate the theft of cookie-based authentication credentials as well as other attacks.
Mitigation:
Proper input validation and sanitization of user-supplied data should be implemented to prevent cross-site scripting vulnerabilities. Additionally, web application firewalls can be used to detect and block malicious script code.