Lucene search
+L

OpenOffice Multiple Remote Code Execution Vulnerabilities (Feb 2010)

🗓️ 19 Feb 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 38 Views

OpenOffice multiple remote code execution vulnerabilitie

Related
Refs
Code
# SPDX-FileCopyrightText: 2010 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800167");
  script_version("2024-02-19T05:05:57+0000");
  script_tag(name:"last_modification", value:"2024-02-19 05:05:57 +0000 (Mon, 19 Feb 2024)");
  script_tag(name:"creation_date", value:"2010-02-19 11:58:13 +0100 (Fri, 19 Feb 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-2009-2949", "CVE-2009-2950", "CVE-2009-3301", "CVE-2009-3302");
  script_name("OpenOffice Multiple Remote Code Execution Vulnerabilities (Feb 2010)");
  script_xref(name:"URL", value:"http://secunia.com/advisories/38568");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/38218");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/56236");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/56238");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/56240");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/56241");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2010/0366");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("secpod_openoffice_detect_win.nasl");
  script_mandatory_keys("OpenOffice/Win/Ver");
  script_tag(name:"impact", value:"Successful exploitation lets the attackers to cause a denial of service
  or execute arbitrary code.");
  script_tag(name:"affected", value:"OpenOffice.org versions prior to 3.2");
  script_tag(name:"insight", value:"- GIF Files in GIFLZWDecompressor:: GIFLZWDecompressor function in
    filter.vcl/lgif/decode.cxx leading to heap overflow.

  - XPM files in XPMReader::ReadXPM function in filter.vcl/ixpm/svt_xpmread.cxx
    leading to an integer overflow.

  - Microsoft Word document in filter/ww8/ww8par2.cxx leading to application
    crash or execute arbitrary code via crafted sprmTSetBrc table property
    in a Word document.");
  script_tag(name:"solution", value:"Upgrade to OpenOffice.org version 3.2 or later.");
  script_tag(name:"summary", value:"OpenOffice is prone to multiple remote code execution vulnerabilities.");

  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("version_func.inc");

openOffVer = get_kb_item("OpenOffice/Win/Ver");
if(!openOffVer){
  exit(0);
}

if(openOffVer != NULL)
{
  if(version_is_less(version:openOffVer, test_version:"3.2")){
    report = report_fixed_ver(installed_version:openOffVer, fixed_version:"3.2");
    security_message(port: 0, data: report);
  }
}

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