CVE-2012-1979
Description
Cross-site scripting (XSS) vulnerability in starnet/index.php in SyndeoCMS 3.0.01 and earlier allows remote authenticated users to inject arbitrary web script or HTML via the email parameter (aka Email address field) in an edit_user configuration action.
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
SyndeoCMS 3.0.01 - Persistent Cross-Site Scripting
+---------------------------------------------------------------------------------------------------------------------------------+
# Exploit Title : SyndeoCMS <= 3.0.01 Persistent XSS
# Date : 29-03-2012
# Author : Ivano Binetti (http://ivanobinetti.com)
# Vendor site : http://www.syndeocms.org/
# Software link : http://sourceforge.net/projects/syndeocms
# Version : 3.0.01 and lower
# Tested on : Debian Squeeze (6.0)
# CVE : CVE-2012-1979
# Original Advisory: http://www.webapp-security.com/2012/03/syndeocms/
+---------------------------------------------------------------------------------------------------------------------------------+
Summary
1)Introduction
2)Description
3)Exploit
+---------------------------------------------------------------------------------------------------------------------------------+
1)Introduction
SyndeoCMS is a "Content Management System (CMS) for primary schools, which helps you manage and maintain your website. It can also
be a very usefull CMS for small companies or non profit organizations".
2)Description
SyndeoCMS 3.0.01 (and lower) is prone to a persistent XSS vulnerability due to an improper input sanitization of
"email" parameter, passed to server side logic (path: "starnet/index.php") via http POST method.
Exploiting this vulnerability an authenticated user - which is able to change his profile settings - could insert arbitrary
code in "Site email" field that will be executed when another admin or user clicks on that user'profile.
3)Exploit
Insert the following code in "Email address" field under
"starnet/index.php?option=configuration&suboption=users&modoption=edit_user&user_id=<user_id_number>":
email@email.com"><script>alert(document.cookie)</script>
+---------------------------------------------------------------------------------------------------------------------------------+
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| syndeocms | syndeocms | {"endIncluding":"3.0.01"} | |
| syndeocms | syndeocms | 2.4 | |
| syndeocms | syndeocms | 2.4.10 | |
| syndeocms | syndeocms | 2.5.00 | |
| syndeocms | syndeocms | 2.5.01 | |
| syndeocms | syndeocms | 2.6.00 | |
| syndeocms | syndeocms | 2.7.00 | |
| syndeocms | syndeocms | 2.8.00 | |
| syndeocms | syndeocms | 2.8.1 | |
| syndeocms | syndeocms | 2.8.02 | |
| syndeocms | syndeocms | 2.9.00 | |
| syndeocms | syndeocms | 3.0.00 | |
References
- http://osvdb.org/80746
- http://packetstormsecurity.org/files/111405/SyndeoCMS-3.0.01-Cross-Site-Scripting.html
- http://www.exploit-db.com/exploits/18686/
- http://www.securityfocus.com/bid/52840
- http://www.webapp-security.com/wp-content/uploads/2012/03/syndeocms_3.0.01-Persistent-XSS.txt
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74545
- http://osvdb.org/80746
- http://packetstormsecurity.org/files/111405/SyndeoCMS-3.0.01-Cross-Site-Scripting.html
- http://www.exploit-db.com/exploits/18686/
- http://www.securityfocus.com/bid/52840
- http://www.webapp-security.com/wp-content/uploads/2012/03/syndeocms_3.0.01-Persistent-XSS.txt
- https://exchange.xforce.ibmcloud.com/vulnerabilities/74545
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.