Lucene search
K

Adobe Shockwave Player Multiple Vulnerabilities Jan-2013 (Mac OS X)

🗓️ 02 Jan 2013 00:00:00Reported by Copyright (c) 2013 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

Adobe Shockwave Player Multiple Vulnerabilities in Mac OS

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2012-6270
20 Dec 201211:00
cve
CVE
CVE-2012-6271
20 Dec 201211:00
cve
Cvelist
CVE-2012-6270
20 Dec 201211:00
cvelist
Cvelist
CVE-2012-6271
20 Dec 201211:00
cvelist
EUVD
EUVD-2012-6125
7 Oct 202500:30
euvd
EUVD
EUVD-2012-6126
7 Oct 202500:30
euvd
Tenable Nessus
Flash Player <= 10.3.183.16 / 11.1.102.63 Multiple Memory Corruption Vulnerabilities (APSB12-07)
30 Mar 201200:00
nessus
Tenable Nessus
Flash Player for Mac <= 10.3.183.16 / 11.1.102.63 Multiple Memory Corruption Vulnerabilities (APSB12-07)
30 Mar 201200:00
nessus
NVD
CVE-2012-6270
20 Dec 201212:02
nvd
NVD
CVE-2012-6271
20 Dec 201212:02
nvd
Rows per page
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_adobe_shockwave_player_mult_vuln_jan13_macosx.nasl 6093 2017-05-10 09:03:18Z teissa $
#
# Adobe Shockwave Player Multiple Vulnerabilities Jan-2013 (Mac OS X)
#
# 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 allow an attacker to execute
arbitrary code by tricking a user into visiting a specially crafted document.

Impact Level: System/Application";

tag_affected = "Adobe Shockwave Player Versions 11.6.8.638 and prior on
Mac OS X";

tag_insight = "
- An error in Xtras allows attackers to trigger installation of
  arbitrary signed Xtras via a Shockwave movie that contains an Xtra URL.
- An error exists when handling a specially crafted HTML document that calls
  Shockwave content via a compatibility parameter forcing application to
  downgrade to the insecure version.";

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 = "This host is installed with Adobe Shockwave Player and is prone
to multiple vulnerabilities.";

if(description)
{
  script_id(803093);
  script_version("$Revision: 6093 $");
  script_cve_id("CVE-2012-6270", "CVE-2012-6271");
  script_bugtraq_id(56975, 56972);
  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:"$Date: 2017-05-10 11:03:18 +0200 (Wed, 10 May 2017) $");
  script_tag(name:"creation_date", value:"2013-01-02 15:03:25 +0530 (Wed, 02 Jan 2013)");
  script_name("Adobe Shockwave Player Multiple Vulnerabilities Jan-2013 (Mac OS X)");
  script_xref(name : "URL" , value : "http://www.kb.cert.org/vuls/id/546769");
  script_xref(name : "URL" , value : "http://www.kb.cert.org/vuls/id/519137");
  script_xref(name : "URL" , value : "http://securitytracker.com/id?1027903");
  script_xref(name : "URL" , value : "http://securitytracker.com/id?1027905");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/80712");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/80713");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2013 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("secpod_adobe_shockwave_detect_macosx.nasl",
                      "ssh_authorization_init.nasl");
  script_require_keys("Adobe/Shockwave/MacOSX/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");

## Variables Initialization
shockVer = NULL;

shockVer = get_kb_item("Adobe/Shockwave/MacOSX/Version");
if(!shockVer){
  exit(0);
}

## Check for Adobe Shockwave Player versions  11.6.8.638 and prior
if(version_is_less_equal(version:shockVer, test_version:"11.6.8.638")){
  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