Lucene search
+L

Apache OpenOffice Multiple Vulnerabilities (Nov 2015) - Mac OS X

🗓️ 16 Nov 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

Apache OpenOffice Multiple Vulnerabilities (Nov 2015) - Mac OS X. Flaws in handling configuration settings, links, and document formats could lead to sensitive information disclosure, denial of service, or arbitrary code execution. Affected version: Before 4.1.2. Upgrade to version 4.1.2 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
freebsd
FreeBSD
OpenOffice 4.1.1 -- multiple vulnerabilities
4 Nov 201500:00
freebsd
freebsd
FreeBSD
Apache OpenOffice 4.1.2 -- Memory Corruption Vulnerability (Impress Presentations)
17 Jul 201600:00
freebsd
bdu_fstec
BDU FSTEC
The vulnerabilities of Debian GNU/Linux operating systems, Ubuntu, office software packages such as LibreOffice and Apache OpenOffice, allow attackers to gain access to protected information.
15 Dec 201500:00
bdu_fstec
bdu_fstec
BDU FSTEC
The vulnerabilities of Debian GNU/Linux operating systems, Ubuntu, office software packages such as LibreOffice and Apache OpenOffice, allow attackers to trigger service failures or execute arbitrary code.
15 Dec 201500:00
bdu_fstec
bdu_fstec
BDU FSTEC
The vulnerabilities of Debian GNU/Linux operating systems, Ubuntu, office software packages such as LibreOffice and Apache OpenOffice, allow attackers to trigger service failures or execute arbitrary code.
15 Dec 201500:00
bdu_fstec
bdu_fstec
BDU FSTEC
The vulnerabilities of Debian GNU/Linux operating systems, Ubuntu, office software packages such as LibreOffice and Apache OpenOffice, allow attackers to trigger service failures or execute arbitrary code.
15 Dec 201500:00
bdu_fstec
nessus
Tenable Nessus
CentOS 6 / 7 : libreoffice (CESA-2015:2619)
15 Dec 201500:00
nessus
nessus
Tenable Nessus
Debian DSA-3394-1 : libreoffice - security update
6 Nov 201500:00
nessus
nessus
Tenable Nessus
FreeBSD : OpenOffice 4.1.1 -- multiple vulnerabilities (18b3c61b-83de-11e5-905b-ac9e174be3af)
6 Nov 201500:00
nessus
nessus
Tenable Nessus
GLSA-201603-05 : LibreOffice, OpenOffice: Multiple vulnerabilities
10 Mar 201600:00
nessus
Rows per page
# SPDX-FileCopyrightText: 2015 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

CPE = "cpe:/a:apache:openoffice";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.806702");
  script_version("2026-02-24T05:57:09+0000");
  script_cve_id("CVE-2015-5214", "CVE-2015-5213", "CVE-2015-5212", "CVE-2015-4551");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2026-02-24 05:57:09 +0000 (Tue, 24 Feb 2026)");
  script_tag(name:"creation_date", value:"2015-11-16 18:28:06 +0530 (Mon, 16 Nov 2015)");
  script_tag(name:"qod_type", value:"executable_version");
  script_name("Apache OpenOffice Multiple Vulnerabilities (Nov 2015) - Mac OS X");

  script_tag(name:"summary", value:"Apache OpenOffice is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Multiple flaws are due to:

  - Usage of stored LinkUpdateMode configuration information in OpenDocument
    Format files and templates when handling links.

  - Integer underflow when the configuration setting 'Load printer settings with
    the document' is enabled.

  - Integer overflow via a long DOC file.

  - Incorrect handling of bookmarks in DOC files.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to obtain sensitive information, cause a denial of service or
  possibly execute arbitrary code.");

  script_tag(name:"affected", value:"Apache OpenOffice version before 4.1.2 on
  Mac OS X.");

  script_tag(name:"solution", value:"Upgrade to Apache OpenOffice version
  4.1.2 or later.");

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

  script_xref(name:"URL", value:"http://www.openoffice.org/security/cves/CVE-2015-5214.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/77486");
  script_xref(name:"URL", value:"http://www.openoffice.org/security/cves/CVE-2015-5213.html");
  script_xref(name:"URL", value:"http://www.openoffice.org/security/cves/CVE-2015-5212.html");
  script_xref(name:"URL", value:"http://www.openoffice.org/security/cves/CVE-2015-4551.html");
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_dependencies("gb_openoffice_detect_macosx.nasl");
  script_mandatory_keys("OpenOffice/MacOSX/Version");
  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if(!openoffcVer = get_app_version(cpe:CPE)){
  exit(0);
}

if(version_is_less(version:openoffcVer, test_version:"4.1.2"))
{
  report = 'Installed version: ' + openoffcVer + '\n' +
           'Fixed version:     4.1.2\n';
  security_message(data:report);
  exit(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