Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310801945
HistoryJun 07, 2011 - 12:00 a.m.

IBM Lotus Notes File Viewers Multiple BOF Vulnerabilities - Windows

2011-06-0700:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
31

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

6.7 Medium

AI Score

Confidence

Low

0.915 High

EPSS

Percentile

98.9%

IBM Lotus Notes is prone to multiple buffer overflow vulnerabilities.

# SPDX-FileCopyrightText: 2011 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.801945");
  script_version("2024-02-15T05:05:39+0000");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2011-06-07 13:29:28 +0200 (Tue, 07 Jun 2011)");
  script_cve_id("CVE-2011-1213", "CVE-2011-1214", "CVE-2011-1215", "CVE-2011-1216",
                "CVE-2011-1217", "CVE-2011-1218", "CVE-2011-1512");
  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("IBM Lotus Notes File Viewers Multiple BOF Vulnerabilities - Windows");
  script_xref(name:"URL", value:"http://secunia.com/advisories/44624");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/67621");
  script_xref(name:"URL", value:"https://www-304.ibm.com/support/docview.wss?uid=swg21500034");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("secpod_ibm_lotus_notes_detect_win.nasl");
  script_mandatory_keys("IBM/LotusNotes/Win/Ver");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary code in the
  context of the user running the application.");
  script_tag(name:"affected", value:"IBM Lotus Notes Version 8.5.2 FP2 and prior on windows");
  script_tag(name:"insight", value:"The flaws are due to:

  - An error within 'xlssr.dll' when parsing a Binary File Format (BIFF)
     record  in an Excel spreadsheet.

  - An integer underflow error within 'lzhsr.dll' when parsing header
     information in a LZH archive file.

  - A boundary error within 'rtfsr.dll' when parsing hyperlink information
     in a Rich Text Format (RTF) document.

  - A boundary error within 'mw8sr.dll' when parsing hyperlink information
     in a Microsoft Office Document (DOC) file.

  - A boundary error within 'assr.dll' when parsing tag information in an
     Applix Spreadsheet.

  - An unspecified error within 'kpprzrdr.dll' when parsing Lotus Notes .prz
     file format.

  - An unspecified error within 'kvarcve.dll' when parsing Lotus Notes .zip
     file format.");
  script_tag(name:"solution", value:"Upgrade to IBM Lotus Notes 8.5.2 FP3");
  script_tag(name:"summary", value:"IBM Lotus Notes is prone to multiple buffer overflow vulnerabilities.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

include("version_func.inc");

lotusVer = get_kb_item("IBM/LotusNotes/Win/Ver");
if(!lotusVer){
 exit(0);
}

## Match main version and ignore the build version
version = eregmatch(pattern:"(([0-9]+\.[0-9]+\.[0-9]+).?([0-9]+)?)", string: lotusVer);
if(version[1] != NULL)
{
  if(version_is_less_equal(version:version[1], test_version:"8.5.2.2")){
    report = report_fixed_ver(installed_version:version[1], vulnerable_range:"Less than or equal to 8.5.2.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

6.7 Medium

AI Score

Confidence

Low

0.915 High

EPSS

Percentile

98.9%