| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2012-1894 | 10 Jul 201221:00 | – | cve | |
| CVE-2012-1894 | 10 Jul 201221:00 | – | cvelist | |
| EUVD-2012-1904 | 7 Oct 202500:30 | – | euvd | |
| MS12-051: Vulnerability in Microsoft Office for Mac could allow elevation of privilege: July 10, 2012 | 13 Apr 202004:07 | – | mskb | |
| MS12-051: Vulnerability in Microsoft Office for Mac Could Allow Elevation of Privilege (2721015) (Mac OS X) | 11 Jul 201200:00 | – | nessus | |
| CVE-2012-1894 | 10 Jul 201221:55 | – | nvd | |
| Microsoft Office Privilege Elevation Vulnerability (2721015) - Mac OS X | 11 Jul 201200:00 | – | openvas | |
| Design/Logic Flaw | 10 Jul 201221:55 | – | prion | |
| Microsoft Office security vulnerabilities | 11 Jul 201200:00 | – | securityvulns | |
| Microsoft Office for Mac不正确文件夹权限本地特权提升漏洞 | 11 Jul 201200:00 | – | seebug |
| Source | Link |
|---|---|
| secunia | www.secunia.com/advisories/49876/ |
| technet | www.technet.microsoft.com/en-us/security/bulletin/ms12-051 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: secpod_ms12-051_macosx.nasl 6022 2017-04-25 12:51:04Z teissa $
#
# Microsoft Office Privilege Elevation Vulnerability - 2721015 (Mac OS X)
#
# Authors:
# Madhuri D <[email protected]>
#
# Copyright:
# Copyright (c) 2012 SecPod, http://www.secpod.com
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation could allow attackers to execute arbitrary code
in the security context of the current user.
Impact Level: System/Application";
tag_affected = "Microsoft Office 2011 for Mac";
tag_insight = "The application being installed with insecure folder permissions and can
be exploited to create arbitrary files in certain directories.";
tag_solution = "Run Windows Update and update the listed hotfixes or download and
update mentioned hotfixes in the advisory from the below link,
http://technet.microsoft.com/en-us/security/bulletin/ms12-051";
tag_summary = "This host is missing an important security update according to
Microsoft Bulletin MS12-051.";
if(description)
{
script_id(901210);
script_version("$Revision: 6022 $");
script_cve_id("CVE-2012-1894");
script_bugtraq_id(54361);
script_tag(name:"cvss_base", value:"6.9");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"$Date: 2017-04-25 14:51:04 +0200 (Tue, 25 Apr 2017) $");
script_tag(name:"creation_date", value:"2012-07-11 08:54:28 +0530 (Wed, 11 Jul 2012)");
script_name("Microsoft Office Privilege Elevation Vulnerability - 2721015 (Mac OS X)");
script_xref(name : "URL" , value : "http://secunia.com/advisories/49876/");
script_xref(name : "URL" , value : "http://technet.microsoft.com/en-us/security/bulletin/ms12-051");
script_copyright("Copyright (C) 2012 SecPod");
script_category(ACT_GATHER_INFO);
script_family("Mac OS X Local Security Checks");
script_dependencies("gb_microsoft_office_detect_macosx.nasl");
script_require_keys("MS/Office/MacOSX/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
## Variable Initialization
offVer = "";
## Get the version from KB
offVer = get_kb_item("MS/Office/MacOSX/Ver");
if(!offVer){
exit(0);
}
## Check for Office Version 2011 (14.2.3)
if(version_in_range(version:offVer, test_version:"14.0", test_version2:"14.2.2")){
security_message(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