Lucene search
+L

Mozilla Firefox Unspecified Vulnerability Oct-10 (Windows)

🗓️ 02 Nov 2010 00:00:00Reported by Copyright (c) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

Mozilla Firefox Unspecified Vulnerability Oct-10 (Windows) OpenVAS vulnerability test for Mozilla Firefox version 3.5.x to 3.5.14 and 3.6.x to 3.6.11 on Windows. Successful exploitation allows attackers to execute arbitrary code via unknown vectors when JavaScript is enable

Related
Refs
Code
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_firefox_unspecified_vuln_oct10_win.nasl 5306 2017-02-16 09:00:16Z teissa $
#
# Mozilla Firefox Unspecified Vulnerability Oct-10 (Windows)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Successful exploitation will allow attackers to execute arbitrary
code via unknown vectors.

Impact Level: System/Application";

tag_affected = "Mozilla Firefox version 3.5.x through 3.5.14
Mozilla Firefox version 3.6.x through 3.6.11";

tag_insight = "The flaw is due to unspecified vulnerability, when JavaScript is
enabled.";

tag_solution = "Upgrade to Mozilla Firefox version 3.5.15 or 3.6.12.
For updates refer to http://www.mozilla.com/en-US/firefox/upgrade.html";

tag_summary = "The host is installed with Mozilla Firefox and is prone to
unspecified vulnerability.";

if(description)
{
  script_id(801475);
  script_version("$Revision: 5306 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-16 10:00:16 +0100 (Thu, 16 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-11-02 18:01:36 +0100 (Tue, 02 Nov 2010)");
  script_cve_id("CVE-2010-3765");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_name("Mozilla Firefox Unspecified Vulnerability Oct-10 (Windows)");
  script_xref(name : "URL" , value : "http://isc.sans.edu/diary.html?storyid=9817");
  script_xref(name : "URL" , value : "http://www.norman.com/about_norman/press_center/news_archive/2010/129223/");
  script_xref(name : "URL" , value : "http://blog.mozilla.com/security/2010/10/26/critical-vulnerability-in-firefox-3-5-and-firefox-3-6/");

  script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_firefox_detect_win.nasl");
  script_require_keys("Firefox/Win/Ver");
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}


include("version_func.inc");

## Get Firefox version from KB
fpVer = get_kb_item("Firefox/Win/Ver");
if(!fpVer){
  exit(0);
}

## Check for Mozilla Firefox Version  3.5 to 3.5.14 and 3.6 to 3.6.11
if(version_in_range(version:fpVer, test_version:"3.5.0", test_version2:"3.5.14")||
   version_in_range(version:fpVer, test_version:"3.6.0", test_version2:"3.6.11")){
  security_message(0);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Feb 2017 00:00Current
1.4Low risk
Vulners AI Score1.4
EPSS0.83279
37