Lucene search

K
openvasCopyright (C) 2012 Greenbone AGOPENVAS:1361412562310802780
HistoryMay 15, 2012 - 12:00 a.m.

Adobe Shockwave Player Multiple Code Execution and DoS Vulnerabilities - Mac OS X

2012-05-1500:00:00
Copyright (C) 2012 Greenbone AG
plugins.openvas.org
7

6.9 Medium

AI Score

Confidence

Low

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.267 Low

EPSS

Percentile

96.7%

Adobe Shockwave Player is prone to multiple code execution and denial of service vulnerabilities.

# SPDX-FileCopyrightText: 2012 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

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802780");
  script_version("2024-02-15T05:05:39+0000");
  script_cve_id("CVE-2012-2029", "CVE-2012-2030", "CVE-2012-2031", "CVE-2012-2032",
                "CVE-2012-2033");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2012-05-15 12:12:47 +0530 (Tue, 15 May 2012)");
  script_name("Adobe Shockwave Player Multiple Code Execution and DoS Vulnerabilities - Mac OS X");
  script_xref(name:"URL", value:"http://secunia.com/advisories/49086/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53420");
  script_xref(name:"URL", value:"http://www.adobe.com/support/security/bulletins/apsb12-13.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("General");
  script_dependencies("secpod_adobe_prdts_detect_macosx.nasl");
  script_mandatory_keys("Adobe/Shockwave/Player/MacOSX/Version");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary code or
  to cause a denial of service.");
  script_tag(name:"affected", value:"Adobe Shockwave Player Versions prior to 11.6.5.635 on Mac OS X");
  script_tag(name:"insight", value:"Multiple flaws are due to

  - An error within the IMLLib, DPLib and IMLLib modules when parsing a '.dir'.

  - An unspecified errors.");
  script_tag(name:"solution", value:"Upgrade to Adobe Shockwave Player version 11.6.5.635 or later.");
  script_tag(name:"summary", value:"Adobe Shockwave Player is prone to multiple code execution and denial of service vulnerabilities.");
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

include("version_func.inc");

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

if(version_is_less(version:shockVer, test_version:"11.6.3.635")){
  report = report_fixed_ver(installed_version:shockVer, fixed_version:"11.6.3.635");
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

6.9 Medium

AI Score

Confidence

Low

10 High

CVSS2

Access Vector

NETWORK

Access Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

0.267 Low

EPSS

Percentile

96.7%