⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quicktime_heap_overflow.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
## This script was written by Jeff Adams <jadams@netcentrics.com>## See the Nessus Scripts License for details#if(description){ script_id(12226); script_bugtraq_id(10257); script_version("$Revision: 1323 $"); script_cve_id("CVE-2004-0431");  name["english"] = "Quicktime player/plug-in Heap overflow";  script_name(english:name["english"]);  desc["english"] = "The remote host is using QuickTime, a popular media player/Plug-inwhich handles many Media files.This version has a Heap overflow which may allow an attackerto execute arbitrary code on this host, with the rights of the userrunning QuickTime.More Info: http://eeye.com/html/Research/Advisories/AD20040502.htmlSolution : Uninstall this software or upgrade to version 6.5.1 or higher.Risk factor : High"; script_description(english:desc["english"]);  summary["english"] = "Determines the version of QuickTime Player/Plug-in"; script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);  script_copyright(english:"This script is Copyright (C) 2004 Jeff Adams"); family["english"] = "Windows"; script_family(english:family["english"]);  script_dependencies("secpod_reg_enum.nasl");		    exit(0);}version = get_kb_item("SMB/Registry/HKLM/SOFTWARE/Apple Computer, Inc./Quicktime/Version");if ( version && version < 0x06100000 ) security_hole(port);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -