header-logo
Suggest Exploit
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:
Metasploit:
Other Scripts:
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.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/25911/info

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.

This issue affects DRBGuestbook 1.1.13; other versions may also be vulnerable. 

http://www.example.com/index.php?action=<script>alert("XSS");</script>