| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2008-5406 | 30 Nov 200800:00 | – | circl | |
| CVE-2008-5406 | 9 Dec 200811:00 | – | cve | |
| CVE-2008-5406 | 9 Dec 200811:00 | – | cvelist | |
| EUVD-2008-5383 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-5406 | 10 Dec 200806:44 | – | nvd | |
| Apple iTunes Malformed .mov File Buffer Overflow Vulnerability | 18 Dec 200800:00 | – | openvas | |
| Apple QuickTime Malformed .mov File Buffer Overflow Vulnerability | 18 Dec 200800:00 | – | openvas | |
| Stack overflow | 10 Dec 200806:44 | – | prion |
| Source | Link |
|---|---|
| xforce | www.xforce.iss.net/xforce/xfdb/46984 |
| milw0rm | www.milw0rm.com/exploits/7296 |
###############################################################################
# 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 );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