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

📄 secpod_zonealarm_net_sec_suite_bof_vuln_900126.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
################################################################################  ZoneAlarm Internet Security Suite Buffer Overflow Vulnerability##  Copyright: SecPod##  Date Written: 2008/09/18##  Revision: 1.1##  Log : ssharath#  Issue #0221#  ------------------------------------------------------------------------#  This program was written by SecPod and is licensed under the GNU GPL #  license. Please refer to the below link for details,#  http://www.gnu.org/licenses/gpl.html#  This header contains information regarding licensing terms under the GPL, #  and information regarding obtaining source code from the Author. #  Consequently, pursuant to section 3(c) of the GPL, you must accompany the #  information found in this header with any distribution you make of this #  Program.#  ------------------------------------------------------------------------##############################################################################if(description){ script_id(900126); script_bugtraq_id(31124); script_copyright(english:"Copyright (C) 2008 SecPod"); script_version("Revision: 1.1 "); script_category(ACT_GATHER_INFO); script_family(english:"Misc."); script_name(english:"ZoneAlarm Internet Security Suite Buffer Overflow Vulnerability"); script_summary(english:"Check for vulnerable version of ZoneAlarm Internet Security Suite"); desc["english"] = " Overview : The host has ZoneAlarm Internet Security Suite installed, which is prone to buffer overflow vulnerability. Vulnerability Insight :        The vulnerability is caused due to inadequate boundary checks on         user-supplied input in multiscan.exe file when performing virus scans         on long paths or file names. This can be exploited by tricking into         scanning malicious directory or file names.         Impact : Exploitation could allow attackers to execute arbitrary code         on the affected system or cause denial of service.  Impact Level : Application Affected Software/OS :        ZoneAlarm Internet Security Suite 8.x and prior on Windows (All).  Fix : No solution/patch is available as on 18th September, 2008. Information regarding this issue will be updated once the solution details are available. For updates refer, http://www.zonealarm.com/store/content/dotzone/freeDownloads.jsp  References : http://secunia.com/advisories/31832/ http://www.securityfocus.com/archive/1/496226 http://www.frsirt.com/english/advisories/2008/2556 CVSS Score :        CVSS Base Score     : 8.3 (AV:N/AC:M/Au:NR/C:P/I:P/A:C)        CVSS Temporal Score : 7.5 Risk factor : High"; script_description(english:desc["english"]); script_dependencies("secpod_reg_enum.nasl"); script_require_keys("SMB/WindowsVersion"); exit(0);} include("smb_nt.inc"); if(!get_kb_item("SMB/WindowsVersion")){        exit(0); } zoneVer = registry_get_sz(key:"SOFTWARE\Zone Labs\ZoneAlarm",                           item:"CurrentVersion"); if(egrep(pattern:"^([0-6]\..*|7\.0(\.[0-3]?[0-9]?[0-9]|\.4[0-7]?[0-9]|" +		  "\.48[0-3])?|8\.0(\.0?[0-1]?[0-9]|\.020)?)(\.0{1,3})?$",          string:zoneVer)){      security_warning(0); }

⌨️ 快捷键说明

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