Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310902373
HistoryJun 02, 2011 - 12:00 a.m.

Adobe Audition '.ses' Multiple Buffer Overflow Vulnerabilities - Windows

2011-06-0200:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
7

6.8 Medium

AI Score

Confidence

Low

0.77 High

EPSS

Percentile

98.2%

Adobe Audition is prone to multiple buffer overflow vulnerabilities.

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

CPE = "cpe:/a:adobe:audition";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.902373");
  script_version("2024-02-15T05:05:39+0000");
  script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
  script_tag(name:"creation_date", value:"2011-06-02 11:54:09 +0200 (Thu, 02 Jun 2011)");
  script_cve_id("CVE-2011-0614", "CVE-2011-0615");
  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_name("Adobe Audition '.ses' Multiple Buffer Overflow Vulnerabilities - Windows");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/17278/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/47838");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/47841");
  script_xref(name:"URL", value:"http://www.adobe.com/support/security/bulletins/apsb11-10.html");
  script_xref(name:"URL", value:"http://www.zeroscience.mk/en/vulnerabilities/ZSL-2011-5012.php");
  script_xref(name:"URL", value:"http://www.coresecurity.com/content/Adobe-Audition-malformed-SES-file");

  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Buffer overflow");
  script_dependencies("secpod_adobe_prdts_detect_win.nasl");
  script_mandatory_keys("Adobe/Audition/Win/Installed");
  script_tag(name:"impact", value:"Successful exploitation could allow attackers to execute arbitrary
code or cause a denial of service via crafted data in unspecified fields in
the TRKM chunk in an Audition Session file.");
  script_tag(name:"affected", value:"Adobe Audition version 3.0.1 and earlier on Windows");
  script_tag(name:"insight", value:"The flaw is due to an error when handling '.SES' (session) format
file, which results in memory corruption, application crash or possibly
execute arbitrary code.");
  script_tag(name:"solution", value:"Upgrade to version CS5.5 or higher.");
  script_tag(name:"summary", value:"Adobe Audition is prone to multiple buffer overflow vulnerabilities.");
  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

include("host_details.inc");
include("version_func.inc");

if(!infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE )) exit(0);
vers = infos['version'];
path = infos['location'];

if( version_is_less_equal( version:vers, test_version:"3.0.1" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"CS5.5", install_path:path );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

6.8 Medium

AI Score

Confidence

Low

0.77 High

EPSS

Percentile

98.2%