CVE-2012-1188
Description
Fork CMS Multiple XSS Vulnerabilities
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
Fork CMS 3.x - '/backend/modules/error/actions/index.php?parse()' Multiple Error Display Cross-Site Scripting Vulnerabilities
source: https://www.securityfocus.com/bid/52236/info
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.
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
Fork CMS 3.x - '/private/en/locale/index?name' Cross-Site Scripting
source: https://www.securityfocus.com/bid/52236/info
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.
http://www.example.com/private/en/locale/index?name=%22%3E%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Packagist | forkcms/forkcms | <3.2.7 | 3.2.7 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| fork-cms | fork_cms | {"endIncluding":"3.2.6"} | |
References
- http://archives.neohapsis.com/archives/bugtraq/2012-03/0022.html
- http://secunia.com/advisories/48183
- http://www.fork-cms.com/blog/detail/fork-cms-3-2-7-released
- http://www.osvdb.org/79692
- http://www.securityfocus.com/bid/52236
- https://exchange.xforce.ibmcloud.com/vulnerabilities/73605
- https://github.com/forkcms/forkcms/commit/1269fe8b3813c7b7d5552a2b88bc2e7bd4d0c1f9
- https://github.com/forkcms/forkcms/commit/995220182068518e89019a265d113518f6566407
- https://www.htbridge.ch/advisory/HTB23075
- https://nvd.nist.gov/vuln/detail/CVE-2012-1188
- https://github.com/forkcms/forkcms
- https://web.archive.org/web/20120401204345/http://www.securityfocus.com/bid/52236
- https://web.archive.org/web/20200229131647/https://www.immuniweb.com/advisory/HTB23075
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.