Moderate severityNVD Advisory· Published Sep 26, 2012· Updated Apr 29, 2026
CVE-2012-1188
CVE-2012-1188
Description
Multiple cross-site scripting (XSS) vulnerabilities in Fork CMS before 3.2.7 allow remote attackers to inject arbitrary web script or HTML via the (1) type or (2) querystring parameters to private/en/error or (3) name parameter to private/en/locale/index.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
forkcms/forkcmsPackagist | < 3.2.7 | 3.2.7 |
Affected products
1Patches
21 file changed · +1 −1
backend/modules/error/actions/index.php+1 −1 modified@@ -64,7 +64,7 @@ protected function parse() SpoonHTTP::setHeadersByCode(404); // give a nice error, so we can detect which file is missing - echo 'Requested file (' . implode('?', $chunks) . ') not found.'; + echo 'Requested file (' . htmlspecialchars($this->getParameter('querystring')) . ') not found.'; // stop script execution exit;
1 file changed · +1 −1
backend/modules/error/actions/index.php+1 −1 modified@@ -72,6 +72,6 @@ protected function parse() } // assign the correct message into the template - $this->tpl->assign('message', BL::err(SpoonFilter::toCamelCase($errorType, '-'))); + $this->tpl->assign('message', BL::err(SpoonFilter::toCamelCase(htmlspecialchars($errorType), '-'))); } }
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
13- www.fork-cms.com/blog/detail/fork-cms-3-2-7-releasednvdPatchVendor AdvisoryWEB
- archives.neohapsis.com/archives/bugtraq/2012-03/0022.htmlnvdExploit
- secunia.com/advisories/48183nvdVendor Advisory
- github.com/advisories/GHSA-j5fj-m342-mgcmghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2012-1188ghsaADVISORY
- exchange.xforce.ibmcloud.com/vulnerabilities/73605nvdWEB
- github.com/forkcms/forkcms/commit/1269fe8b3813c7b7d5552a2b88bc2e7bd4d0c1f9nvdWEB
- github.com/forkcms/forkcms/commit/995220182068518e89019a265d113518f6566407nvdWEB
- web.archive.org/web/20120401204345/http://www.securityfocus.com/bid/52236ghsaWEB
- web.archive.org/web/20200229131647/https://www.immuniweb.com/advisory/HTB23075ghsaWEB
- www.osvdb.org/79692nvd
- www.securityfocus.com/bid/52236nvd
- www.htbridge.ch/advisory/HTB23075nvd
News mentions
0No linked articles in our index yet.