Lucene search

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

Adobe Flash Professional JPG Object Processing BOF Vulnerability - Windows

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

10 High

CVSS2

Attack Vector

NETWORK

Attack 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

7 High

AI Score

Confidence

Low

0.026 Low

EPSS

Percentile

90.3%

Adobe Flash Professional is prone to a buffer overflow vulnerability.

# 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.802781");
  script_version("2024-02-15T05:05:39+0000");
  script_cve_id("CVE-2012-0778");
  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 13:58:42 +0530 (Tue, 15 May 2012)");
  script_name("Adobe Flash Professional JPG Object Processing BOF Vulnerability - Windows");
  script_xref(name:"URL", value:"http://secunia.com/advisories/47116/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53419");
  script_xref(name:"URL", value:"http://securitytracker.com/id/1027045");
  script_xref(name:"URL", value:"http://www.adobe.com/support/security/bulletins/apsb12-12.html");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("gb_adobe_flash_professional_detect_win.nasl");
  script_mandatory_keys("Adobe/Flash/Prof/Win/Ver");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary code.");
  script_tag(name:"affected", value:"Adobe Flash Professional version CS5.5.1 (11.5.1.349) and prior on Windows");
  script_tag(name:"insight", value:"The flaw is due to an error in 'Flash.exe' when allocating memory to
  process a JPG object using its image dimensions.");
  script_tag(name:"solution", value:"Upgrade to Adobe Flash Professional version CS6 or later.");
  script_tag(name:"summary", value:"Adobe Flash Professional is prone to a buffer overflow vulnerability.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

include("version_func.inc");

vers = get_kb_item("Adobe/Flash/Prof/Win/Ver");
if(!vers)
  exit(0);

vers = eregmatch(pattern:"CS[0-9.]+ ([0-9.]+)", string:vers);
if(vers[1]) {
  if(version_is_less_equal(version:vers[1], test_version:"11.5.1.349")){
    report = report_fixed_ver(installed_version:vers[1], vulnerable_range:"Less than or equal to 11.5.1.349");
    security_message(port:0, data:report);
  }
}

10 High

CVSS2

Attack Vector

NETWORK

Attack 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

7 High

AI Score

Confidence

Low

0.026 Low

EPSS

Percentile

90.3%