| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| PlumeCMS <= 1.2.4 Multiple Persistent XSS | 4 Apr 201200:00 | – | zdt | |
| CVE-2012-2156 | 11 Apr 201210:00 | – | cve | |
| CVE-2012-2156 | 11 Apr 201210:00 | – | cvelist | |
| Plume CMS 1.2.4 - Multiple Persistent Cross-Site Scripting Vulnerabilities | 4 Apr 201200:00 | – | exploitdb | |
| EUVD-2012-2150 | 7 Oct 202500:30 | – | euvd | |
| Plume CMS 1.2.4 - Multiple Persistent Cross-Site Scripting Vulnerabilities | 4 Apr 201200:00 | – | exploitpack | |
| CVE-2012-2156 | 11 Apr 201210:39 | – | nvd | |
| PlumeCMS 1.2.4 Cross Site Scripting | 5 Apr 201200:00 | – | packetstorm | |
| Cross site scripting | 11 Apr 201210:39 | – | prion |
+--------------------------------------------------------------------------------------------------------------------------------+
# Exploit Title : PlumeCMS <= 1.2.4 Multiple Persistent XSS
# Date : 04-04-2012
# Author : Ivano Binetti (http://www.ivanobinetti.com)
# Software link : http://sourceforge.net/projects/pxsystem/files/latest/download?source=directory
# Vendor site : http://pxsystem.sourceforge.net/
# Version : 1.2.4 (latest) and lower
# Tested on : Debian Squeeze (6.0)
# Original Advisory : http://www.webapp-security.com/2012/04/plumecms/
# CVE : CVE-2012-2156
+--------------------------------------------------------------------------------------------------------------------------------+
Summary
1)Introduction
2)Vulnerability Description
2.1 "u_email" parameter
2.2 "u_realname" parameter
2.3 "c_author" parameter
3)Exploit
3.2 Exploit "u_email" parameter
3.2 Exploit "u_realname" parameter
3.3 Exploit "c_author" parameter
+---------------------------------------------------------------------------------------------------------------------------------+
1)Introduction
PlumeCMS is a "Versatile Content Management System in PHP on top of MySQL".
2)Vulnerability Description
PlumeCMS 1.2.4 (and below) is prone to multiple peristent XSS vulnerability due to an improper input sanitization of multiple
parameters.
2.1 "u_email" parameter
"u_email" parameters is not correctly sanitized before being passed to server side script "manager/users.php" via http POST
method. An attacker - who is able to change his profile settings - could insert malicious code into "Email" field
- within "Authors" template - in order to create a persistent XSS vulnerability for all user/admin who access to Plume's
management interface.
2.2 "u_realname" parameter
"u_realname" parameter is not correctly sanitized before being passed to server side script "manager/users.php" via http POST
method. An attacker - who is able to change his profile settings - could insert malicious code into "Name" field
- within "Authors" template - in order to create a persistent XSS vulnerability for all user/admin who access to Plume's
management interface.
2.3 "c_author" parameter
An unauthenticated user could insert html/javascript code in "Author" field within "ADD A COMMENT" section - which is present
in every web page - due to an incorrect sanitization of "c_author" parameter. This will produce a Persistent XSS vulnerability
for all user/admin who will click on "Comments" tab within Plume's administration interface.
3)Exploit
3.1 Exploit "u_email" parameter
Insert the following code in "Email" field within "Authors" template under "manager/users.php?user_id=<user_id>":
<script>alert("xss")</script>
3.2 Exploit "u_realname" parameter
Insert the following code in "Name" field within "Authors" template under "manager/users.php?user_id=<user_id>":
<script>alert("xss")</script>
3.3 Exploit "c_author" parameter
Insert the following code in "Author" field within "ADD A COMMENT" section":
<script>alert("xss")</script>
+----------------------------------------------------------------------------------------------------------------------------------+
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation