4.3
CVSSv2

CVE-2013-1670

Published: 16/05/2013 Updated: 19/09/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:P/A:N

Vulnerability Summary

The Chrome Object Wrapper (COW) implementation in Mozilla Firefox prior to 21.0, Firefox ESR 17.x prior to 17.0.6, Thunderbird prior to 17.0.6, and Thunderbird ESR 17.x prior to 17.0.6 does not prevent acquisition of chrome privileges during calls to content level constructors, which allows remote malicious users to bypass certain read-only restrictions and conduct cross-site scripting (XSS) attacks via a crafted web site.

Vulnerable Product Search on Vulmon Subscribe to Product

mozilla firefox

mozilla firefox 19.0

mozilla firefox 19.0.1

mozilla firefox 19.0.2

mozilla firefox 20.0

mozilla firefox esr 17.0

mozilla firefox esr 17.0.3

mozilla firefox esr 17.0.2

mozilla firefox esr 17.0.1

mozilla firefox esr 17.0.4

mozilla firefox esr 17.0.5

mozilla thunderbird 17.0.2

mozilla thunderbird 17.0

mozilla thunderbird 17.0.4

mozilla thunderbird

mozilla thunderbird 17.0.1

mozilla thunderbird 17.0.3

mozilla thunderbird esr 17.0.1

mozilla thunderbird esr 17.0.2

mozilla thunderbird esr 17.0.5

mozilla thunderbird esr 17.0.3

mozilla thunderbird esr 17.0.4

mozilla thunderbird esr 17.0

Vendor Advisories

Firefox could be made to crash or run programs as your login if it opened a malicious website ...
Several security issues were fixed in Thunderbird ...
Multiple security issues have been found in Iceweasel, Debian's version of the Mozilla Firefox web browser: Multiple memory safety errors, missing input sanitising vulnerabilities, use-after-free vulnerabilities, buffer overflows and other programming errors may lead to the execution of arbitrary code, privilege escalation, information leaks or cro ...
Multiple security issues have been found in Icedove, Debian's version of the Mozilla Thunderbird mail and news client Multiple memory safety errors, use-after-free vulnerabilities, missing permission checks, incorrect memory handling and other implementation errors may lead to the execution of arbitrary code, privilege escalation, information disc ...
Mozilla Foundation Security Advisory 2013-42 Privileged access for content level constructor Announced May 14, 2013 Reporter Cody Crews Impact High Products Firefox, Firefox ESR, Thunderbird, Thunderbird ESR Fixed in ...
The Chrome Object Wrapper (COW) implementation in Mozilla Firefox before 210, Firefox ESR 17x before 1706, Thunderbird before 1706, and Thunderbird ESR 17x before 1706 does not prevent acquisition of chrome privileges during calls to content level constructors, which allows remote attackers to bypass certain read-only restrictions and cond ...

Exploits

## # This module requires Metasploit: http//metasploitcom/download # Current source: githubcom/rapid7/metasploit-framework ## require 'msf/core' require 'rex/exploitation/jsobfu' class Metasploit3 < Msf::Exploit::Remote Rank = ExcellentRanking include Msf::Exploit::Remote::BrowserExploitServer include Msf::Exploit::Remote::Bro ...
This Metasploit module gains remote code execution on Firefox 15-22 by abusing two separate Javascript-related vulnerabilities to ultimately inject malicious Javascript code into a context running with chrome:// privileges ...