Advanced Guestbook 2.2/2.3 - Cross-Site Scripting

EDB-ID:

24797




Platform:

PHP

Date:

2004-12-02


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

It is reported that Advanced Guestbook is affected by a cross-site scripting vulnerability. This issue is due to a failure of the application to properly sanitize user-supplied URI input.

This issue could permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If this link were to be followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the affected web site and may allow for theft of cookie-based authentication credentials or other attacks.

This vulnerability is reported to exist in version 2.3.1 of Advanced Guestbook. Other versions may also be affected.

http://www.example.com/index.php?entry=<script>alert(document.cookie)</script>