Microsoft Office Multiple Vulnerabilities found for Mac OS
Source | Link |
---|---|
securityfocus | www.securityfocus.com/bid/92289 |
support | www.support.microsoft.com/en-us/kb/3177451 |
securityfocus | www.securityfocus.com/bid/92294 |
support | www.support.microsoft.com/en-us/kb/3179162 |
securityfocus | www.securityfocus.com/bid/92303 |
support | www.support.microsoft.com/en-us/kb/3179163 |
technet | www.technet.microsoft.com/library/security/ms16-099.aspx |
securityfocus | www.securityfocus.com/bid/92300 |
# SPDX-FileCopyrightText: 2016 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:microsoft:office";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.807881");
script_version("2024-02-26T14:36:40+0000");
script_cve_id("CVE-2016-3317", "CVE-2016-3313", "CVE-2016-3315", "CVE-2016-3316");
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_tag(name:"last_modification", value:"2024-02-26 14:36:40 +0000 (Mon, 26 Feb 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2018-10-12 22:12:00 +0000 (Fri, 12 Oct 2018)");
script_tag(name:"creation_date", value:"2016-08-23 14:12:30 +0530 (Tue, 23 Aug 2016)");
script_tag(name:"qod_type", value:"executable_version");
script_name("Microsoft Office Multiple Vulnerabilities (3177451) - Mac OS X");
script_tag(name:"summary", value:"This host is missing an important security
update according to Microsoft Bulletin MS16-099");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Multiple flaws exist as,
- Microsoft OneNote improperly discloses its memory contents.
- Office software fails to properly handle objects in memory.");
script_tag(name:"impact", value:"Successful exploitation will allow remote
attackers to gain access to potentially sensitive information and run arbitrary
code in the context of the current user.");
script_tag(name:"affected", value:"- Microsoft Office 2011 on Mac OS X
- Microsoft Office 2016 on Mac OS X");
script_tag(name:"solution", value:"Apply the patch from the referenced advisory.");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"https://support.microsoft.com/en-us/kb/3179162");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/92303");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/92289");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/92294");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/92300");
script_xref(name:"URL", value:"https://support.microsoft.com/en-us/kb/3179163");
script_xref(name:"URL", value:"https://support.microsoft.com/en-us/kb/3177451");
script_xref(name:"URL", value:"https://technet.microsoft.com/library/security/ms16-099.aspx");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Mac OS X Local Security Checks");
script_dependencies("gb_microsoft_office_detect_macosx.nasl");
script_mandatory_keys("MS/Office/MacOSX/Ver");
exit(0);
}
include("version_func.inc");
if(!offVer = get_kb_item("MS/Office/MacOSX/Ver")){
exit(0);
}
if((!offVer =~ "^(14\.)") || (!offVer =~ "^(15\.)")){
exit(0);
}
if(offVer =~ "^(14\.)" && version_is_less(version:offVer, test_version:"14.6.7"))
{
report = 'File version: ' + offVer + '\n' +
'Vulnerable range: 14.1.0 - 14.6.6' + '\n' ;
security_message(data:report);
}
if(offVer =~ "^(15\.)" && version_is_less(version:offVer, test_version:"15.25.0"))
{
report = 'File version: ' + offVer + '\n' +
'Vulnerable range: 15.0 - 15.24.0 ' + '\n' ;
security_message(data:report);
exit(0);
}
exit(0);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo