Lucene search
K

Apple Mac OS X 'i386_set_ldt()' Privilege Escalation Vulnerability

🗓️ 20 Oct 2011 00:00:00Reported by Copyright (C) 2011 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

Apple Mac OS X 'i386_set_ldt()' Privilege Escalation Vulnerability. Successful exploitation allows arbitrary code execution with elevated privileges. Flaw exists in i386_set_ldt system call handling call gates, allowing local users to gain privileges

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Mac OS X < 10.6.7 Kernel Panic Exploit
27 Sep 201100:00
zdt
Tenable Nessus
Mac OS X 10.6 < 10.6.7 Multiple Vulnerabilities
21 Mar 201100:00
nessus
Tenable Nessus
Mac OS X 10.6 < 10.6.7 Multiple Vulnerabilities
21 Mar 201100:00
nessus
Tenable Nessus
Mac OS X 10.6.x < 10.6.7 Multiple Vulnerabilities
22 Mar 201100:00
nessus
Circl
CVE-2011-0182
31 Aug 202503:01
circl
CVE
CVE-2011-0182
23 Mar 201101:00
cve
Cvelist
CVE-2011-0182
23 Mar 201101:00
cvelist
canvas
Immunity Canvas: CVE_2011_0182
23 Mar 201102:00
canvas
Exploit DB
Apple Mac OSX &lt; 10.6.7 - Kernel Panic (Denial of Service)
28 Sep 201100:00
exploitdb
EUVD
EUVD-2011-0208
7 Oct 202500:30
euvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_macosx_i386_set_ldt_prv_esc_vuln.nasl 7015 2017-08-28 11:51:24Z teissa $
#
# Apple Mac OS X 'i386_set_ldt()' Privilege Escalation Vulnerability
#
# Authors:
# Sooraj KS <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH, http://www.greenbone.net
#
# 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 will allow attackers to execute arbitrary code
  with elevated privileges.
  Impact Level: System";
tag_affected = "Mac OS X version 10.6 through 10.6.6
  Mac OS X Server version 10.6 through 10.6.6";
tag_insight = "The flaw is due to a privilege checking issue exists in the
  i386_set_ldt system call, while handling call gates. Which allows local
  users to gain privileges via vectors involving the creation of a call
  gate entry.";
tag_solution = "Upgrade to Mac OS X / Mac OS X Server version 10.6.7 or later,
  For updates refer to http://support.apple.com/kb/HT4581";
tag_summary = "This host is installed with Mac OS X and is prone to privilege
  escalation vulnerability.";

if(description)
{
  script_id(802259);
  script_version("$Revision: 7015 $");
  script_tag(name:"last_modification", value:"$Date: 2017-08-28 13:51:24 +0200 (Mon, 28 Aug 2017) $");
  script_tag(name:"creation_date", value:"2011-10-20 08:43:23 +0200 (Thu, 20 Oct 2011)");
  script_cve_id("CVE-2011-0182");
  script_bugtraq_id(46997);
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_name("Apple Mac OS X 'i386_set_ldt()' Privilege Escalation Vulnerability");
  script_xref(name : "URL" , value : "http://support.apple.com/kb/HT4581");
  script_xref(name : "URL" , value : "http://support.apple.com/kb/DL1367");
  script_xref(name : "URL" , value : "http://lists.apple.com/archives/security-announce/2011/Mar/msg00006.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone Networks GmbH");
  script_family("Mac OS X Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_require_ports("Services/ssh", 22);
  script_mandatory_keys("ssh/login/osx_name","ssh/login/osx_version");
  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");
include("pkg-lib-macosx.inc");

## Get the OS name
osName = get_kb_item("ssh/login/osx_name");
if(!osName){
  exit (0);
}

## Get the OS Version
osVer = get_kb_item("ssh/login/osx_version");
if(!osVer){
 exit(0);
}

## Check for the Mac OS X
if("Mac OS X" >< osName || "Mac OS X Server" >< osName)
{
  ## Check the affected OS versions
  if(version_in_range(version:osVer, test_version:"10.6.0", test_version2:"10.6.6")){
    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