Lucene search
+L

IBM Lotus Notes File Viewers Multiple BOF Vulnerabilities - Windows

🗓️ 07 Jun 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 51 Views

IBM Lotus Notes multiple buffer overflow vulnerabilities on Windows. Upgrade to version 8.5.2 FP

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Lotus Notes 8.0.x - 8.5.2 FP2 - Autonomy Keyview (.lzh attachment)
23 Jun 201100:00
zdt
circl
Circl
CVE-2011-1213
23 Jun 201100:00
circl
coresecurity
Core Security
Lotus Notes XLS viewer malformed BIFF record heap overflow
24 May 201100:00
coresecurity
checkpoint_advisories
Check Point Advisories
IBM Lotus Notes LZH Attachment Viewer Stack Buffer Overflow (CVE-2011-1213)
15 Nov 201100:00
checkpoint_advisories
cve
CVE
CVE-2011-1213
31 May 201120:00
cve
cve
CVE
CVE-2011-1214
31 May 201120:00
cve
cve
CVE
CVE-2011-1215
31 May 201120:00
cve
cve
CVE
CVE-2011-1216
31 May 201120:00
cve
cve
CVE
CVE-2011-1217
31 May 201120:00
cve
cve
CVE
CVE-2011-1218
31 May 201120:00
cve
Rows per page
# 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);
  }
}

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

15 Feb 2024 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 29.3
EPSS0.32961
51