| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| QuickTime < 7.4.1 RTSP Response Handling Overflow | 7 Feb 200800:00 | – | nessus | |
| QuickTime < 7.4.1 RTSP Response Long Reason-Phrase Arbitrary Remote Code Execution (Mac OS X) | 7 Feb 200800:00 | – | nessus | |
| QuickTime < 7.4.1 RTSP Response Long Reason-Phrase Arbitrary Remote Code Execution (Windows) | 7 Feb 200800:00 | – | nessus | |
| Apple QuickTime Crafted HTTP Error Response Buffer Overflow (CVE-2008-0234) | 18 Aug 201000:00 | – | checkpoint_advisories | |
| CVE-2008-0234 | 11 Jan 200802:00 | – | cve | |
| CVE-2008-2010 | 29 Apr 200823:00 | – | cve | |
| CVE-2008-0234 | 11 Jan 200802:00 | – | cvelist | |
| CVE-2008-2010 | 29 Apr 200823:00 | – | cvelist | |
| EUVD-2008-2008 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-0234 | 11 Jan 200802:46 | – | nvd |
# 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);
}
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation