vendor:
DRBGuestbook
by:
7.5
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: DRBGuestbook
Affected Version From: 1.1.13
Affected Version To: 1.1.13
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
Cross-Site Scripting in DRBGuestbook
DRBGuestbook is prone to a cross-site scripting vulnerability because the application fails to sufficiently sanitize user-supplied input.An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
Mitigation:
To mitigate this vulnerability, developers should implement proper input validation and sanitization routines to ensure that user-supplied input is properly encoded or filtered.