Lucene search

K
openvasCopyright (C) 2008 Greenbone Networks GmbHOPENVAS:90012
HistoryJun 17, 2008 - 12:00 a.m.

Buffer overflow in Apple Quicktime Player

2008-06-1700:00:00
Copyright (C) 2008 Greenbone Networks GmbH
plugins.openvas.org
8

0.759 High

EPSS

Percentile

98.2%

The remote host is probable affected by the vulnerabilitys described in
CVE-2008-0234 CVE-2008-2010

Impact
Buffer overflow in Apple Quicktime Player 7.3.1.70
and other versions before 7.4.1, when RTSP tunneling
is enabled, allows remote attackers to execute
arbitrary code via a long Reason-Phrase response
to an rtsp:// request, as demonstrated using a
404 error message.

Unspecified vulnerability in Apple QuickTime Player
on Windows XP SP2 and Vista SP1 allows remote attackers
to execute arbitrary code via a crafted QuickTime media
file. NOTE: as of 20080429, the only disclosure is a
vague pre-advisory with no actionable information.
However, because it is from a well-known researcher,
it is being assigned a CVE identifier for tracking purposes.
# OpenVAS Vulnerability Test
# $Id: smbcl_CVE-2008-0234.nasl 5661 2017-03-21 11:39:13Z cfi $
# Description: Buffer overflow in Apple Quicktime Player
#
# Authors:
# Carsten Koch-Mauthe <c.koch-mauthe at dn-systems.de>
# Updated By: Antu Sanadi <[email protected]> on 16/09/2009
#
# Copyright:
# Copyright (C) 2008 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2,
# 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_summary = "The remote host is probable affected by the vulnerabilitys described in
  CVE-2008-0234 CVE-2008-2010

  Impact
    Buffer overflow in Apple Quicktime Player 7.3.1.70
    and other versions before 7.4.1, when RTSP tunneling
    is enabled, allows remote attackers to execute
    arbitrary code via a long Reason-Phrase response
    to an rtsp:// request, as demonstrated using a
    404 error message.

    Unspecified vulnerability in Apple QuickTime Player
    on Windows XP SP2 and Vista SP1 allows remote attackers
    to execute arbitrary code via a crafted QuickTime media
    file. NOTE: as of 20080429, the only disclosure is a
    vague pre-advisory with no actionable information.
    However, because it is from a well-known researcher,
    it is being assigned a CVE identifier for tracking purposes.";

tag_solution = "All Users should upgrade to the latest version.";

# $Revision: 5661 $

if(description)
{
  script_id(90012);
  script_version("$Revision: 5661 $");
  script_tag(name:"last_modification", value:"$Date: 2017-03-21 12:39:13 +0100 (Tue, 21 Mar 2017) $");
  script_tag(name:"creation_date", value:"2008-06-17 20:22:38 +0200 (Tue, 17 Jun 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-2010", "CVE-2008-0234");
  script_name("Buffer overflow in Apple Quicktime Player");
  script_xref(name : "URL" , value : "http://lists.apple.com/archives/security-announce/2008/Feb/msg00001.html");
  script_xref(name : "URL" , value : "http://lists.apple.com/archives/Security-announce/2008/Jun/msg00000.html");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"executable_version");
  script_copyright("Copyright (C) 2008 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("secpod_apple_quicktime_detection_win_900124.nasl");
  script_mandatory_keys("QuickTime/Win/Ver");

  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);

  exit(0);
}


include("version_func.inc");

qtVer = get_kb_item("QuickTime/Win/Ver");
if(qtVer)
{
  # QuickTime version < 7.50.51
  if(version_is_less(version:qtVer, test_version:"7.50.51")){
   security_message(0);
  }
}

0.759 High

EPSS

Percentile

98.2%