Unrated severityNVD Advisory· Published Apr 2, 2013· Updated Apr 29, 2026
CVE-2013-1808
CVE-2013-1808
Description
Cross-site scripting (XSS) vulnerability in ZeroClipboard.swf and ZeroClipboard10.swf in ZeroClipboard before 1.0.8, as used in em-shorty, RepRapCalculator, Fulcrum, Django, aCMS, and other products, allows remote attackers to inject arbitrary web script or HTML via the id parameter. NOTE: this is might be the same vulnerability as CVE-2013-1463. If so, it is likely that CVE-2013-1463 will be REJECTed.
Affected products
2cpe:2.3:a:zeroclipboard_project:zeroclipboard:*:*:*:*:*:*:*:*+ 1 more
- cpe:2.3:a:zeroclipboard_project:zeroclipboard:*:*:*:*:*:*:*:*range: <=1.0.7
- cpe:2.3:a:zeroclipboard_project:zeroclipboard:1.0.5:*:*:*:*:*:*:*
Patches
1a0e02933f5f7escape fix becuse XSS risk like
1 file changed · +1 −1
ZeroClipboard.as+1 −1 modified@@ -28,7 +28,7 @@ // import flashvars var flashvars:Object = LoaderInfo( this.root.loaderInfo ).parameters; id = flashvars.id; - + id = id.split("\\").join("\\\\"); // invisible button covers entire stage button = new Sprite(); button.buttonMode = true;
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
16- securityvulns.ru/docs29104.htmlnvdExploit
- www.openwall.com/lists/oss-security/2013/03/10/2nvdExploit
- www.securityfocus.com/bid/58257nvdExploit
- seclists.org/fulldisclosure/2013/Apr/87nvd
- seclists.org/fulldisclosure/2013/Apr/88nvd
- seclists.org/fulldisclosure/2013/Feb/103nvd
- seclists.org/fulldisclosure/2013/Feb/109nvd
- seclists.org/fulldisclosure/2013/Mar/5nvd
- securityvulns.ru/docs29103.htmlnvd
- securityvulns.ru/docs29105.htmlnvd
- www.cloudbees.com/jenkins-advisory/jenkins-security-advisory-2013-05-02.cbnvd
- www.openwall.com/lists/oss-security/2013/03/03/3nvd
- www.openwall.com/lists/oss-security/2013/03/25/1nvd
- www.openwall.com/lists/oss-security/2013/03/26/8nvd
- github.com/jonrohan/ZeroClipboard/blob/master/docs/releases.mdnvd
- github.com/jonrohan/ZeroClipboard/commit/a0e02933f5f7ce5f364fbad36a005f0a349f0696nvd
News mentions
0No linked articles in our index yet.