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

📄 mysql_buff_overflow.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
#  This script was written by David Maciejak <david dot maciejak at kyxar dot fr>#  based on work from#  (C) Tenable Netwok Security##  Ref: Lukasz Wojtow## This script is released under the GNU GPLv2if(description){ script_id(14319); script_cve_id("CVE-2004-0836"); script_bugtraq_id(10981); script_version ("$Revision: 38 $");  name["english"] = "MySQL buffer overflow"; script_name(english:name["english"], francais:name["francais"]);  desc["english"] = "You are running a version of MySQL which is older than 4.0.21.MySQL is a database which runs on both Linux/BSD and Windows platform.This version is vulnerable to a length overflow within it's mysql_real_connect() function.  The overflow is due to an error in theprocessing of a return Domain (DNS) record.  An attacker, exploitingthis flaw, would need to control a DNS server which would be queriedby the MySQL server.  A successful attack would give the attackerthe ability to execute arbitrary code on the remote machine.Risk factor : MediumSolution : Upgrade to the latest version of MySQL 4.0.21 or newer";	 script_description(english:desc["english"]);  summary["english"] = "Checks for the remote MySQL version"; summary["francais"] = "V閞ifie la version de MySQL"; script_summary(english:summary["english"], francais:summary["francais"]);  script_category(ACT_GATHER_INFO);   script_copyright(english:"This script is Copyright (C) 2004 David Maciejak",		francais:"Ce script est Copyright (C) 2003 David Maciejak"); family["english"] = "Gain a shell remotely"; family["francais"] = "Obtenir un shell 

⌨️ 快捷键说明

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