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

📄 secpod_softalk_mail_serv_imap_dos_vuln_900119.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
################################################################################  Softalk Mail Server IMAP Denial of Service Vulnerability##  Copyright: SecPod##  Date Written: 2008/09/09##  Revision: 1.1##  Log : ssharath#  Issue #0171#  ------------------------------------------------------------------------#  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(900119); script_bugtraq_id(30970);  script_copyright(english:"Copyright (C) 2008 SecPod"); script_version("Revision: 1.1 "); script_category(ACT_GATHER_INFO); script_family(english:"Denial of Service"); script_name(english:"Softalk Mail Server IMAP Denial of Service Vulnerability"); script_summary(english:"Check for vulnerable version of Softalk"); desc["english"] = " Overview : The host is running Softalk Mail Server, which is prone to denial of service vulnerability. Vulnerability Insight :        The issue is caused due to inadequate boundary checks on specially         crafted IMAP commands. The service can by crashed sending malicious         IMAP command sequences.        Impact: Successful exploitation crashes the affected server denying the        service to legitimate users.  Impact Level : Application Affected Software/OS :        Softalk Mail Server versions 8.5.1 and prior on Windows (all) Fix : No solution/patch is available as on 09th September, 2008. Information regarding this issue will be updated once the solution details are available. For updates refer, http://www.softalkltd.com/products/download_wm.asp References : http://secunia.com/advisories/31715/ http://www.securityfocus.com/archive/1/495896 CVSS Score :        CVSS Base Score     : 6.3 (AV:N/AC:M/Au:SI/C:N/I:N/A:C)        CVSS Temporal Score : 5.7 Risk factor : High"; script_description(english:desc["english"]); script_dependencies("find_service.nes"); exit(0);} include("imap_func.inc"); port = get_kb_item("Services/imap"); if(!port){        port = 143; } if(!get_port_state(port)) {        exit(0); }  banner = get_imap_banner(port);  if(!banner){        exit(0); } if(egrep(pattern:"Softalk Mail Server ([0-7]\..*|8\.([0-4](\..*)?|5(\.0" +                      "(\..*)?)?|5\.1))[^.0-9]", string:banner)){        security_warning(port); }

⌨️ 快捷键说明

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