Lucene search

K
openvasCopyright (C) 2010 Greenbone AGOPENVAS:1361412562310800167
HistoryFeb 19, 2010 - 12:00 a.m.

OpenOffice Multiple Remote Code Execution Vulnerabilities (Feb 2010)

2010-02-1900:00:00
Copyright (C) 2010 Greenbone AG
plugins.openvas.org
17

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:N/C:C/I:C/A:C

7.1 High

AI Score

Confidence

High

0.548 Medium

EPSS

Percentile

97.7%

OpenOffice is prone to multiple remote code execution vulnerabilities.

# 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);
  }
}

9.3 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:M/Au:N/C:C/I:C/A:C

7.1 High

AI Score

Confidence

High

0.548 Medium

EPSS

Percentile

97.7%