Lucene search

K
openvasCopyright (C) 2008 Greenbone Networks GmbHOPENVAS:800319
HistoryDec 18, 2008 - 12:00 a.m.

Apple QuickTime Malformed .mov File Buffer Overflow Vulnerability

2008-12-1800:00:00
Copyright (C) 2008 Greenbone Networks GmbH
plugins.openvas.org
7

0.045 Low

EPSS

Percentile

92.5%

This host has QuickTime installed, which is prone to Buffer Overflow
Vulnerability.

###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_apple_quicktime_bof_vuln.nasl 4456 2016-11-09 12:40:37Z cfi $
#
# Apple QuickTime Malformed .mov File Buffer Overflow Vulnerability
#
# Authors:
# Sharath S <[email protected]>
#
# Copyright:
# Copyright (c) 2008 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 could allow the attacker execution of arbitrary codes
  in the context of the affected application and can perform denial of service.
  Impact Level: Application";
tag_affected = "Apple QuickTime version 7.5.5 on Windows.";
tag_insight = "The flaw is due to a failure in handling long arguments on a .mov file.";
tag_solution = "Upgrade to Apple QuickTime version 7.6.6 or later,
  For updates refer to http://www.apple.com/";
tag_summary = "This host has QuickTime installed, which is prone to Buffer Overflow
  Vulnerability.";

if(description)
{
  script_id(800319);
  script_version("$Revision: 4456 $");
  script_tag(name:"last_modification", value:"$Date: 2016-11-09 13:40:37 +0100 (Wed, 09 Nov 2016) $");
  script_tag(name:"creation_date", value:"2008-12-18 14:07:48 +0100 (Thu, 18 Dec 2008)");
  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_cve_id("CVE-2008-5406");
  script_bugtraq_id(32540);
  script_name("Apple QuickTime Malformed .mov File Buffer Overflow Vulnerability");
  script_xref(name : "URL" , value : "http://www.milw0rm.com/exploits/7296");
  script_xref(name : "URL" , value : "http://xforce.iss.net/xforce/xfdb/46984");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_copyright("Copyright (C) 2008 Greenbone Networks GmbH");
  script_family("Denial of Service");
  script_dependencies("secpod_reg_enum.nasl",
                      "secpod_apple_quicktime_detection_win_900124.nasl");
  script_mandatory_keys("QuickTime/Win/Ver");
  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);
  exit(0);
}

if( ! version = get_kb_item( "QuickTime/Win/Ver" ) ) exit( 0 );

if( version =~ "^7\.5\.5$" ) {
  security_message( port:0 );
  exit( 0 );
}

exit( 99 );

0.045 Low

EPSS

Percentile

92.5%

Related for OPENVAS:800319