Lucene search
K

Apple Mac OS X Predefined Sandbox Profiles Security Bypass Vulnerability

🗓️ 01 Feb 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 34 Views

Apple Mac OS X Sandbox Profiles Security Bypass Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
SAP Netweaver Dispatcher Multiple Vulnerabilities
9 May 201200:00
zdt
0day.today
SAP Netweaver Dispatcher 7.0 EHP1/2 Multiple Vulnerabilities
22 Aug 201200:00
zdt
Circl
CVE-2011-1516
9 May 201200:00
circl
Core Security
Apple OS X Sandbox Predefined Profiles Bypass
10 Nov 201100:00
coresecurity
Core Security
SAP Netweaver Dispatcher Multiple Vulnerabilities
8 May 201200:00
coresecurity
CVE
CVE-2008-7303
15 Nov 201118:00
cve
CVE
CVE-2011-1516
15 Nov 201118:00
cve
Cvelist
CVE-2008-7303
15 Nov 201118:00
cvelist
Cvelist
CVE-2011-1516
15 Nov 201118:00
cvelist
Exploit DB
SAP NetWeaver Dispatcher - Multiple Vulnerabilities
9 May 201200:00
exploitdb
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_macosx_sandbox_profiles_sec_bypass_vuln.nasl 6521 2017-07-04 14:51:10Z cfischer $
#
# Apple Mac OS X Predefined Sandbox Profiles Security Bypass Vulnerability
#
# Authors:
# Rachana Shetty <[email protected]>
#
# Copyright:
# Copyright (c) 2013 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 let attackers to gain unauthorized
access to restricted network resources through the use of Apple events.

Impact Level: Application";

tag_affected = "Apple Mac OS X version 10.5.x through 10.7.2";

tag_insight = "The kSBXProfileNoNetwork and kSBXProfileNoInternet sandbox
profiles fails to propagate restrictions to all created processes, which
allows remote attackers to access network resources via apple events to
invoke the execution of other applications not directly restricted by
the sandbox.";

tag_solution = "No solution or patch was made available for at least one year
since disclosure of this vulnerability. Likely none will be provided anymore.
General solution options are to upgrade to a newer release, disable respective
features, remove the product or replace the product by another one.";

tag_summary = "The host is installed with Apple Mac OS X operating system and
 is prone to sandbox profiles security bypass vulnerability.";

if(description)
{
  script_id(803223);
  script_version("$Revision: 6521 $");
  script_cve_id("CVE-2011-1516", "CVE-2008-7303");
  script_bugtraq_id(50644, 50716);
  script_tag(name:"cvss_base", value:"7.6");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"$Date: 2017-07-04 16:51:10 +0200 (Tue, 04 Jul 2017) $");
  script_tag(name:"creation_date", value:"2013-02-01 12:42:10 +0530 (Fri, 01 Feb 2013)");
  script_name("Apple Mac OS X Predefined Sandbox Profiles Security Bypass Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/48980");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/71284");
  script_xref(name : "URL" , value : "http://www.coresecurity.com/content/apple-osx-sandbox-bypass");

  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_category(ACT_GATHER_INFO);
  script_family("Mac OS X Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  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:"WillNotFix");
  exit(0);
}


include("version_func.inc");
include("pkg-lib-macosx.inc");

## Variable Initialization
osName = "";
osVer = "";

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

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

## Check the affected OS versions
if(version_in_range(version: osVer, test_version:"10.5.0", test_version2:"10.7.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