Lucene search
K

Google SketchUp Multiple Vulnerabilities (Windows)

🗓️ 20 Jan 2010 00:00:00Reported by Copyright (c) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 18 Views

Google SketchUp Multiple Vulnerabilities on Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
Core Security
Google SketchUp 'lib3ds' 3DS Importer Memory Corruption
13 Jan 201000:00
coresecurity
CVE
CVE-2010-0280
15 Jan 201017:00
cve
CVE
CVE-2010-0316
15 Jan 201017:00
cve
Cvelist
CVE-2010-0280
15 Jan 201017:00
cvelist
Cvelist
CVE-2010-0316
15 Jan 201017:00
cvelist
Debian CVE
CVE-2010-0280
15 Jan 201017:00
debiancve
EUVD
EUVD-2010-0311
7 Oct 202500:30
euvd
EUVD
EUVD-2010-0347
7 Oct 202500:30
euvd
Fedora
[SECURITY] Fedora 14 Update: lib3ds-1.3.0-9.fc14
23 Sep 201012:33
fedora
Fedora
[SECURITY] Fedora 13 Update: lib3ds-1.3.0-9.fc13
24 Sep 201020:41
fedora
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_google_sketchup_mult_vuln_jan10_win.nasl 7174 2017-09-18 11:48:08Z asteins $
#
# Google SketchUp Multiple Vulnerabilities (Windows)
#
# Authors:
# Antu Sanadi <[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 attacker to execute arbitrary code and
  can cause Denial of Service.
  Impact Level: Application";
tag_affected = "Google SketchUp version 7.0 before 7.1 M2(7.1.6860.0)";
tag_insight = "The flaws exist due to:
   - An array indexing error when processing '3DS' files which can be exploited
     to corrupt memory.
   - An integer overflow error when processing 'SKP' files which can be
     exploited to corrupt heap memory.";
tag_solution = "Upgrade to Google SketchUp version 7.1 M2.
  For updates refer to http://sketchup.google.com/download/index2.html";
tag_summary = "This host is installed with Google SketchUp and is prone to
  to multiple vulnerabilities.";

if(description)
{
  script_id(800435);
  script_version("$Revision: 7174 $");
  script_tag(name:"last_modification", value:"$Date: 2017-09-18 13:48:08 +0200 (Mon, 18 Sep 2017) $");
  script_tag(name:"creation_date", value:"2010-01-20 08:21:11 +0100 (Wed, 20 Jan 2010)");
  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_cve_id("CVE-2010-0316", "CVE-2010-0280");
  script_bugtraq_id(37708);
  script_name("Google SketchUp Multiple Vulnerabilities (Windows)");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/38185");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/38187/3/");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2010/0133");
  script_xref(name : "URL" , value : "http://www.coresecurity.com/content/google-sketchup-vulnerability");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_google_sketchup_detect_win.nasl");
  script_require_keys("Google/SketchUp/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");

gsVer = get_kb_item("Google/SketchUp/Win/Ver");
if(!gsVer){
  exit(0);
}

# Check for Google SketchUp 7.1 m2 (7.1.6860.0)
if(version_in_range(version:gsVer, test_version:"7.0", test_version2:"7.1.6859")){
  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