<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Darknet - The Darkside &#187; Database Hacking</title>
	<atom:link href="http://www.darknet.org.uk/category/database-hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Fri, 06 Nov 2009 07:51:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySqloit &#8211; SQL Injection Takeover Tool For LAMP</title>
		<link>http://www.darknet.org.uk/2009/09/mysqloit-sql-injection-takeover-tool-for-lamp/</link>
		<comments>http://www.darknet.org.uk/2009/09/mysqloit-sql-injection-takeover-tool-for-lamp/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:57:39 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking lamp]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[hacking web apps]]></category>
		<category><![CDATA[hacking-web-applications]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[lamp takeover tool]]></category>
		<category><![CDATA[mysql hacking]]></category>
		<category><![CDATA[mysql injection]]></category>
		<category><![CDATA[sql injection takeover]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2080</guid>
		<description><![CDATA[MySqloit is a SQL Injection takeover tool focused on LAMP (Linux, Apache, MySQL, PHP) and WAMP (Windows, Apache, MySQL, PHP) platforms. It has the ability to upload and execute metasploit shellcodes through the MySql SQL Injection vulnerabilities. Attackers performing SQL injection on a MySQL-PHP platform must deal with several limitations and constraints.



For example, the lack [...]]]></description>
			<content:encoded><![CDATA[<p>MySqloit is a SQL Injection takeover tool focused on LAMP (Linux, Apache, MySQL, PHP) and WAMP (Windows, Apache, MySQL, PHP) platforms. It has the ability to upload and execute metasploit shellcodes through the MySql SQL Injection vulnerabilities. Attackers performing SQL injection on a MySQL-PHP platform must deal with several limitations and constraints.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="9647861209";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>For example, the lack of multiple statements in one query makes MySQL an unpopular platform for remote code execution, compared to other platforms. This tool is written to demostrate how remote code execution can be performed on a database connector that do not support stack queries.</p>
<p><strong>Key Features</strong></p>
<ul>
<li>SQL Injection detection using time based injection method</li>
<li>Database fingerprint</li>
<li>Web server directory fingerprint</li>
<li>Payload creation and execution</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="9647861209";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>MySqloit is currently only tested on Linux. This is a new tool though so we should expect more development soon, I hope some of you guys can test it out and let the author know what you think.</p>
<p>You can download MySqloit v0.1 here:</p>
<p><a href="http://mysqloit.googlecode.com/files/MySqloitv0.1.tar">MySqloitv0.1.tar</a></p>
<p>Or read more <a href="http://code.google.com/p/mysqloit/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/mysqloit-sql-injection-takeover-tool-for-lamp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>sqlmap 0.7 Released &#8211; Automatic SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 10:42:55 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[automatic sql injection]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[sqlmap]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1958</guid>
		<description><![CDATA[We&#8217;ve been following sqlmap since it first came out in Feburary 2007 and it&#8217;s been quite some time since the last update sqlmap 0.6.3 in December 2008. 
For those not familiar with the tool, sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been following sqlmap since it <a href="http://www.darknet.org.uk/2007/02/sqlmap-automated-blind-sql-injection-tool/">first came out in Feburary 2007</a> and it&#8217;s been quite some time since the last update <a href="http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/">sqlmap 0.6.3 in December 2008</a>. </p>
<p>For those not familiar with the tool, sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection vulnerabilities in web applications.</p>
<p><!--adsense#New468--></p>
<p>Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user&#8217;s specified DBMS tables/columns, run his own SQL statement, read or write either text or binary files on the file system, execute arbitrary commands on the operating system, establish an out-of-band stateful connection between the attacker box and the database server via Metasploit payload stager, database stored procedure buffer overflow exploitation or SMB relay attack and more.</p>
<p><strong>Recent Changes</strong></p>
<p>Along all the takeover features introduced in sqlmap 0.7 release candidate 1, some of the new features include:</p>
<ul>
<li>Adapted Metasploit wrapping functions to work with latest 3.3 development version too.</li>
<li>Adjusted code to make sqlmap 0.7 to work again on Mac OSX too.</li>
<li>Reset takeover OOB features (if any of &#8211;os-pwn, &#8211;os-smbrelay or &#8211;os-bof is selected) when running under Windows because msfconsole and msfcli are not supported on the native Windows Ruby interpreter.</li>
<li>This make sqlmap 0.7 to work again on Windows too.</li>
<li>Minor improvement so that sqlmap tests also all parameters with no value (eg. par=).</li>
<li>HTTPS requests over HTTP proxy now work on either Python 2.4, 2.5 and 2.6+.</li>
</ul>
<p><!--adsense#New468--></p>
<p>For a complete list of changes view the <a href="http://sqlmap.sourceforge.net/doc/ChangeLog">ChangeLog</a>.</p>
<p>The manual is available here &#8211; <a href="http://sqlmap.sourceforge.net/doc/README.pdf">README.pdf</a> [PDF]</p>
<p>You can download sqlmap 0.7 here:</p>
<p>Linux Source: <a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.7.tar.gz">sqlmap-0.7.tar.gz</a><br />
Windows Portable: <a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.7_exe.zip">sqlmap-0.7_exe.zip</a></p>
<p>Or read more <a href="http://sqlmap.sourceforge.net/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>bsqlbf v2.3 Released &#8211; Blind SQL Injection Brute Forcing Tool</title>
		<link>http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/</link>
		<comments>http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 10:24:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[blind sql injection tool]]></category>
		<category><![CDATA[blind-sql-injection]]></category>
		<category><![CDATA[brute-forcing]]></category>
		<category><![CDATA[bsqlbf]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[hacking oracle]]></category>
		<category><![CDATA[hacking sql]]></category>
		<category><![CDATA[hacking-web-applications]]></category>
		<category><![CDATA[ms-sql]]></category>
		<category><![CDATA[mysql blind sql injection]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perl script]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[sql injection brute force tool]]></category>
		<category><![CDATA[sql injection brute forcing]]></category>
		<category><![CDATA[sql-brute-force]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1857</guid>
		<description><![CDATA[This perl script allows extraction of data from Blind SQL Injections. It accepts custom SQL queries as a command line parameter and it works for both integer and string based injections.
We reported bsqlbf when it first hit the net back in April 2006 with bsqlbf v1.1, then the v2.0 update in June 2008. This new [...]]]></description>
			<content:encoded><![CDATA[<p>This perl script allows extraction of data from Blind SQL Injections. It accepts custom SQL queries as a command line parameter and it works for both integer and string based injections.</p>
<p>We reported bsqlbf when it first hit the net back in April 2006 with <a href="http://www.darknet.org.uk/2006/04/bsqlbf-11-blind-sql-injection-tool/">bsqlbf v1.1</a>, then the <a href="http://www.darknet.org.uk/2008/06/bsqlbf-v2-blind-sql-injection-brute-forcer-tool/">v2.0 update</a> in June 2008. This new update adds much better Oracle support.</p>
<p><!--adsense#New468--></p>
<p>Databases supported:</p>
<ul>
<li>MS-SQL</li>
<li>
MySQL</li>
<li>PostgreSQL</li>
<li>Oracle </li>
</ul>
<p><strong>The 6 Attack Models</strong></p>
<ul>
<li>Type 0: Blind SQL Injection based on true and false conditions returned by back-end server</li>
<li>Type 1: Blind SQL Injection based on true and error(e.g syntax error) returned by back-end server.</li>
<li>Type 2: Blind SQL Injection in &#8220;order by&#8221; and &#8220;group by&#8221;.</li>
<li>
Type 3: extracting data with SYS privileges (ORACLE dbms_export_extension exploit)</li>
<li>Type 4: is O.S code execution (ORACLE dbms_export_extension exploit)</li>
<li>
Type 5: is reading files (ORACLE dbms_export_extension exploit, based on java) </li>
</ul>
<p><!--adsense#New468--></p>
<p><strong>New additions</strong></p>
<p> -type:        Type of injection:</p>
<p>        3:      Type 3  is extracting data with DBA privileges<br />
                 (e.g. Oracle password hashes from sys.user$)<br />
        4:      Type 4 is O.S code execution(default: ping 127.0.0.1)<br />
        5:      Type 5 is Reading O.S files(default: c:\boot.ini)</p>
<p>Type 4 (O.S code execution) supports the following sub types:</p>
<p> -stype:        How you want to execute command:</p>
<p>        0:      SType 0 (default) is based on java,<br />
                universal but won&#8217;t work against XE<br />
        1:      SType 1 against oracle 9 with plsql_native_make_utility<br />
        2:      SType 2 against oracle 10 with dbms_scheduler</p>
<p>You can download bsqlbf v2.3 here:</p>
<p><a href="http://bsqlbf-v2.googlecode.com/files/bsqlbf-v2-3.pl">bsqlbf-v2-3.pl</a></p>
<p>Or read more <a href="http://code.google.com/p/bsqlbf-v2/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acunetix Web Vulnerability Scanner (WVS) 6.5 Released</title>
		<link>http://www.darknet.org.uk/2009/06/acunetix-web-vulnerability-scanner-wvs-6-5-released/</link>
		<comments>http://www.darknet.org.uk/2009/06/acunetix-web-vulnerability-scanner-wvs-6-5-released/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 08:11:27 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[acunetix]]></category>
		<category><![CDATA[acunetix review]]></category>
		<category><![CDATA[acunetix scanner review]]></category>
		<category><![CDATA[acunetix wvs]]></category>
		<category><![CDATA[acunetix wvs review]]></category>
		<category><![CDATA[acusensor]]></category>
		<category><![CDATA[AJAX-Security]]></category>
		<category><![CDATA[blind-sql-injection]]></category>
		<category><![CDATA[cross-site-scripting]]></category>
		<category><![CDATA[http fuzzer]]></category>
		<category><![CDATA[JAVA-security]]></category>
		<category><![CDATA[jsp security]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[tomcat security]]></category>
		<category><![CDATA[web vulnerability scanner]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[wvs]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1871</guid>
		<description><![CDATA[You may remember a while back we did a Review of Acunetix Web Vulnerability Scanner 6 &#8211; the very full featured web vulnerability scanning software.

Well the latest version has been released recently with some updates, bug fixes and improvements on the web application security front.
I&#8217;m hoping to try out the AcuSensor on a PHP install [...]]]></description>
			<content:encoded><![CDATA[<p>You may remember a while back we did a <a href="http://www.darknet.org.uk/2009/01/acunetix-web-vulnerability-scanner-6-review/">Review of Acunetix Web Vulnerability Scanner 6</a> &#8211; the very full featured web vulnerability scanning software.</p>
<p align="center"><a href="http://www.acunetix.com/"><img src="http://farm4.static.flickr.com/3454/3200423591_340678f733.jpg?v=0" alt="Acunetix" /></a></p>
<p>Well the latest version has been released recently with some updates, bug fixes and improvements on the web application security front.</p>
<p>I&#8217;m hoping to try out the AcuSensor on a PHP install soon to see what kind of information it can give me.</p>
<p>A full review isn&#8217;t really need as the installation, interface and features are mostly the same as <a href="http://www.darknet.org.uk/2009/01/acunetix-web-vulnerability-scanner-6-review/">version 6</a>.</p>
<p><img src="http://farm4.static.flickr.com/3347/3640958620_9a0dfdde1a.jpg?v=0" alt="Acunetix Web Vulnerability Scanner (WVS) 6.5" /></p>
<p>One of the great new features is the Login Sequence Recorder (LSR), which can record the exact sequence needed to login to a site and replay it.</p>
<p><img src="http://farm4.static.flickr.com/3187/3640958506_a4d37493af.jpg?v=0" alt="Acunetix WVS Login Sequence Recorder" /></p>
<p>Combine this with the Session Auto Recognition module, which will identify when a logged in session is invalided or expired and will re-login automatically and you have a great tool for scanning authentication based web applications.</p>
<p>There is also a lot more support for JSP/Tomcat based application, I haven&#8217;t had chance to test this as I don&#8217;t deal with many Java based web applications.</p>
<p>Also included are some back-end and interface changes like the display of port scan &#038; network alerts separately from the web alerts, which does make it easier to see where the issues are.</p>
<p><img src="http://farm3.static.flickr.com/2429/3640147597_f111246cb3.jpg?v=0" alt="Scanning Interface" /></p>
<p>Backend stuff like cookie handling and Blind SQL Injection methods have been improved, you can also import your settings from Version 6 if you are currently using that.</p>
<p>You can read the press release <a href="http://www.acunetix.com/news/wvs65release.htm">here</a>, or more on the blog <a href="http://www.acunetix.com/blog/productnews/new-acunetix-wvs-version-65-sets-new-standards-in-web-vulnerability-scanning/">here</a>.</p>
<p>The pricing can be found <a href="http://www.acunetix.com/ordering/pricing.htm">here</a> (in both Euros and USD).</p>
<p>If you want to know more about the features you can download the manual here:</p>
<p><a href="http://www.acunetix.com/vulnerability-scanner/wvsmanual.pdf">Acunetix WVS 6.5 Manual </a>[PDF]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/06/acunetix-web-vulnerability-scanner-wvs-6-5-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pangolin &#8211; Automatic SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2009/05/pangolin-automatic-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2009/05/pangolin-automatic-sql-injection-tool/#comments</comments>
		<pubDate>Wed, 13 May 2009 10:40:05 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[automated sql injection]]></category>
		<category><![CDATA[automatic sql injection]]></category>
		<category><![CDATA[hacking mssql]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[hacking oracle]]></category>
		<category><![CDATA[hacking-databases]]></category>
		<category><![CDATA[hacking-web-applications]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[web site security]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1790</guid>
		<description><![CDATA[Pangolin is an automatic SQL injection penetration testing tool developed by NOSEC. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management [...]]]></description>
			<content:encoded><![CDATA[<p>Pangolin is an automatic SQL injection penetration testing tool developed by NOSEC. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user&#8217;s specific DBMS tables/columns, run his own SQL statement, read specific files on the file system and more.</p>
<p><!--adsense#New468--></p>
<p><strong>Database Support</strong></p>
<ul>
<li>Access: Informations (Database Path; Root Path; Drivers); Data</li>
<li>MSSql: Informations; Data; FileReader; RegReader; FileWriter; Cmd; DirTree</li>
<li>MySql: Informations; Data; FileReader; FileWriter;</li>
<li>Oracle: Inforatmions (Version; IP; Database; Accounts &#8230;&#8230;); Data; and any others;</li>
<li>Informix: Informatons; Data</li>
<li>DB2: Informatons; Data; and more;</li>
<li>Sybase: Informatons; Data; and more;</li>
<li>PostgreSQL: Informatons; Data; FileReader;</li>
<li>Sqlite: Informatons; Data</li>
</ul>
<p><!--adsense#New468--></p>
<p>At present, most of the functions are directed at MSSQL and MySql coupled with Oracle and Access. Other small and medium-sized companies are using DB2, Informix, Sybase, PostgreSQL, as well as Sqlite which isn&#8217;t so common.</p>
<p>You can download Pangolin here:</p>
<p><a href="http://down2.nosec.org/pangolin_free_edition_2.1.2.924.rar">pangolin_free_edition_2.1.2.924.rar</a> (<a href="http://www.nosec.org/en/pangolin_download.html">Download Page</a>)</p>
<p>Or read more <a href="http://www.nosec.org/en/pangolin.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/05/pangolin-automatic-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>sqlsus 0.2 Released &#8211; MySQL Injection &amp; Takeover Tool</title>
		<link>http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/</link>
		<comments>http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 05:06:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[mysql hacking]]></category>
		<category><![CDATA[mysql injection tool]]></category>
		<category><![CDATA[mysql takeover tool]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[sqlsus]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1566</guid>
		<description><![CDATA[sqlsus is an open source MySQL injection and takeover tool, written in perl.
Via a command line interface that mimics a mysql console, you can retrieve the database structure, inject a SQL query, download files from the web server, upload and control a backdoor, and much more&#8230;
It is designed to maximize the amount of data gathered [...]]]></description>
			<content:encoded><![CDATA[<p>sqlsus is an open source MySQL injection and takeover tool, written in perl.</p>
<p>Via a command line interface that mimics a mysql console, you can retrieve the database structure, inject a SQL query, download files from the web server, upload and control a backdoor, and much more&#8230;</p>
<p>It is designed to maximize the amount of data gathered per web server hit, making the best use of MySQL functions to optimize the available injection space.</p>
<p><!--adsense#New468--></p>
<p>sqlsus is focused on PHP/MySQL installations, and integrates some neat features, some of them being really specific to this DBMS.</p>
<p>It is not and won&#8217;t ever be a SQL injection scanner, it starts its job on the next step.</p>
<p>Both quoted and numeric injections are supported.</p>
<p>All quoted texts can be translated as their hex equivalent (eg : &#8220;sqlsus&#8221; will become 0&#215;73716c737573)</p>
<p>sqlsus also supports these 2 scenarios of injection :</p>
<ul>
<li>sighted : the result of the request will be in the HTML returned by the web server</li>
<li>blind : when you can&#8217;t see the result of the request directly</li>
</ul>
<p>Support for GET and POST parameters injections.</p>
<p>Support for HTTP proxy and HTTP simple authentication.</p>
<p>Full logging support of your queries and the answers, allowing you to recall a command and its cached answer, even in a later re-use of the session.</p>
<p><!--adsense#New468--></p>
<p>Key variables can be edited on the fly, saved per session, and can be loaded in a later session on the same target server.</p>
<p><strong>Requirements</strong></p>
<p>On a Debian system, in addition to perl, you will need the following packages :</p>
<ul>
<li>libterm-readline-perl-perl</li>
<li>libipc-shareable-perl</li>
<li>libwww-mechanize-perl</li>
</ul>
<p>It also requires previous SQL injection knowledge, and.. well.. a brain helps.</p>
<p>You can download sqlsus 0.2 here:</p>
<p><a href="http://downloads.sourceforge.net/sqlsus/sqlsus-0.2.tgz">sqlsus-0.2.tgz</a></p>
<p>Or read more <a href="http://sqlsus.sourceforge.net/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kaspersky Lab Alleged Customer Database Hack From SQL Injection Flaw</title>
		<link>http://www.darknet.org.uk/2009/02/kaspersky-lab-alleged-customer-database-hack-from-sql-injection-flaw/</link>
		<comments>http://www.darknet.org.uk/2009/02/kaspersky-lab-alleged-customer-database-hack-from-sql-injection-flaw/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 09:54:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[Legal Issues]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[customer database leak]]></category>
		<category><![CDATA[data-leak]]></category>
		<category><![CDATA[information-leak]]></category>
		<category><![CDATA[kaspersky]]></category>
		<category><![CDATA[kaspersky data loss]]></category>
		<category><![CDATA[kaspersky hack]]></category>
		<category><![CDATA[kaspersky sql injection]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1478</guid>
		<description><![CDATA[The latest big news is that on February 6th the Kaspersky Customer Records database was hacked through a simple SQL injection flaw on the website. The hacker claimed it was possible to expose all customer data including users, activation codes, lists of bugs, admins, shot and so on. The anonymous hacker hasn&#8217;t actually posted any [...]]]></description>
			<content:encoded><![CDATA[<p>The latest big news is that on February 6th the Kaspersky Customer Records database was hacked through a simple SQL injection flaw on the website. The <a href="http://www.theregister.co.uk/2009/02/08/kaspersky_compromise_report/">hacker claimed</a> it was possible to expose all customer data including users, activation codes, lists of bugs, admins, shot and so on. The anonymous hacker hasn&#8217;t actually posted any of the data, but has listed the database tables exposed <a href="http://hackersblog.org/2009/02/07/usakasperskycom-hacked-full-database-acces-sql-injection/">here</a>.</p>
<p>Later Kaspersky has stated that no data was actually exposed, apparently there was a flaw to do with data validation and perhaps only the database table names were exposed &#8211; not the data within.</p>
<p>So far though it&#8217;s all speculation unless the hacker releases the actual data and Kaspersky comfirms it there&#8217;s no way we can know what has actually transpired.</p>
<p><!--adsense#New468--></p>
<blockquote><p>Anti-virus vendor Kaspersky Lab denies any data was stolen during a SQL injection attack launched Feb. 6. Well-known database security expert David Litchfield of NGSSoftware is doing a third-party review for Kaspersky.</p>
<p>Officials at anti-virus vendor Kaspersky Lab are adamant that no data was stolen during a hack of its U.S. support site over the weekend.</p>
<p>According to Kaspersky Lab, on Feb. 6, a hacker exploited a flaw on the Web site to launch a SQL injection attack. After Kaspersky officials received word of the breach Feb. 7, they took down the vulnerable site and replaced it.</p>
<p>The security company maintained in a press conference Feb. 9 that no data had been leaked. However, the anonymous hacker behind the attack publicized table names purportedly taken from a Kaspersky database the hacker accessed.</p></blockquote>
<p>Kaspersky has already commissioned a 3rd party audit from well-known specialist in Database Security, David Litchfield the principal consultant with NGS Software.</p>
<p>I wonder if Mr. Litchfield will publish his findings publicly or they will be vetted through Kaspersky first, I&#8217;d imagine the latter &#8211; which again means we might never know the true extent of the vulnerability.</p>
<p><!--adsense#New468--></p>
<blockquote><p>According to the company, the problem was due to the site not properly validating user input. Roel Schouwenberg, senior anti-virus researcher at Kaspersky, confirmed that the names of the tables are accurate. However, having the names of the tables does not mean the hacker actually accessed them, he noted.</p>
<p>Schouwenberg added that no credit card data was stored on the server targeted by the hacker, though there were product activation codes and 2,500 e-mail addresses for people who signed up for a product trial.</p>
<p>&#8220;This shouldn&#8217;t have happened,&#8221; Schouwenberg said, adding he was worried about the impact the hack would have on Kaspersky&#8217;s reputation.</p>
<p>The vulnerable code the hacker took advantage of to launch the attack was developed externally and did not go through Kaspersky&#8217;s normal code review process, Schouwenberg said.</p></blockquote>
<p>It shouldn&#8217;t have happened? What insight these people have!</p>
<p>They are blaming the vulnerability on code developed externally, and it seems that from the story it&#8217;s limited data to do with some kind of software trial. It&#8217;s not the full customer records database.</p>
<p>Still I think we need to wait a little longer to get a clearer picture of what is going on, either way it looks like this might be an interesting story for us to follow.</p>
<p>Source: <a href="http://www.eweek.com/c/a/Security/Kaspersky-Lab-Pours-Cold-Water-on-Claims-of-Data-Breach-By-Hacker/?kc=rss">eWeek</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/02/kaspersky-lab-alleged-customer-database-hack-from-sql-injection-flaw/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Acunetix Web Vulnerability Scanner 6 Review</title>
		<link>http://www.darknet.org.uk/2009/01/acunetix-web-vulnerability-scanner-6-review/</link>
		<comments>http://www.darknet.org.uk/2009/01/acunetix-web-vulnerability-scanner-6-review/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 02:16:39 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[acunetix]]></category>
		<category><![CDATA[acunetix review]]></category>
		<category><![CDATA[acunetix scanner review]]></category>
		<category><![CDATA[acunetix wvs]]></category>
		<category><![CDATA[acunetix wvs review]]></category>
		<category><![CDATA[acusensor]]></category>
		<category><![CDATA[AJAX-Security]]></category>
		<category><![CDATA[blind-sql-injection]]></category>
		<category><![CDATA[cross-site-scripting]]></category>
		<category><![CDATA[http fuzzer]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[web vulnerability scanner]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[wvs]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1389</guid>
		<description><![CDATA[As you might know if you&#8217;ve been reading for some time, I do occasionally review commercial software if it&#8217;s interesting and relevant &#8211; the last one I remember doing was back in 2007 &#8220;Outpost Security Suite PRO Review&#8220;.
This time it&#8217;s for a much more relevant piece of software IMHO, and one which I actually like [...]]]></description>
			<content:encoded><![CDATA[<p>As you might know if you&#8217;ve been reading for some time, I do occasionally review commercial software if it&#8217;s interesting and relevant &#8211; the last one I remember doing was back in 2007 &#8220;<a href="http://www.darknet.org.uk/2007/05/outpost-security-suite-pro-review/">Outpost Security Suite PRO Review</a>&#8220;.</p>
<p>This time it&#8217;s for a much more relevant piece of software IMHO, and one which I actually like using and have used in the past &#8211; <a href="http://www.acunetix.com/vulnerability-scanner/">Acunetix Web Vulnerability Scanner 6</a>. Version 6 was recently released and has some quite exciting new features including the new more accurate <a href="http://www.acunetix.com/websitesecurity/rightwvs.htm">Acusensor</a>, Port Scanner and Network Alerts tool and actual Blind <a href="http://www.darknet.org.uk/tag/sql-injection">SQL Injection</a>.</p>
<p align="center"><a href="http://www.acunetix.com/"><img src="http://farm4.static.flickr.com/3454/3200423591_340678f733.jpg?v=0" alt="Acunetix" /></a></p>
<p>If you were previously using version 5 and you&#8217;re interesting in version 6 there are some good progressive changes. One good development is AcuSensor which goes much more in depth into web application security testing and code injection (it can find vulnerabilities that typical black box scanning wouldn&#8217;t). The new Port Scanning feature will perform some kind of <a href="http://www.darknet.org.uk/tag/nessus">Nessus</a> like function and try and find vulnerabilities in network services, you can learn more about <a href="http://www.acunetix.com/vulnerability-scanner/scriptingreference/index.html">adding your own vulnerability scripts here</a>.</p>
<p>Something important for me too is the additional of Pausing a scan, this is very useful especially on a long scan when you can only carry it out during off peak hours.</p>
<p>There are some other minor improvements like the ability to mark an alert as a false positive, improvements in the scheduler and general improvements in the searching and filtering features.</p>
<p><strong>Installation</strong></p>
<p>Installation is very easy, there are very few options to select and it&#8217;s just a next-next kind of install. There is the option of installing the BETA Firefox Plugin, which is pretty neat. No reboot is required during install, but you do need to Restart Firefox if you wish to utilize the Plugin.</p>
<p align="center"><img src="http://farm4.static.flickr.com/3470/3201269554_7a5b797dd8.jpg?v=0" alt="Installation of Acunetix Web Vulnerability Scanner" /></p>
<p><strong>Getting Started</strong></p>
<p>Once you fire up the software it will let you know if there are any updates, it&#8217;s managed very well with no manual action needed by the user.</p>
<p align="center"><img src="http://farm4.static.flickr.com/3338/3200424229_376953a9c5.jpg?v=0" alt="Acunetix Web Vulnerability Scanner - Scan Wizard" /></p>
<p>With the wizard it&#8217;s very easy to start a scan or any of the other tasks within WVS.</p>
<p align="center"><img src="http://farm4.static.flickr.com/3433/3200424141_d646c5ed82.jpg?v=0" alt="Acunetix Web Vulnerability Scanner - Scan Wizard" /></p>
<p>Once the target is selected it allows you to optimize the scan for various different technologies depending on the architecture of the site (PHP, ASP, Perl and so on).</p>
<p align="center"><img src="http://farm4.static.flickr.com/3351/3201270020_dd46ba3932.jpg?v=0" alt="Acunetix Web Vulnerability Scanner - Scan Target" /></p>
<p>Then the scanning options &#8211; it gives you 3 main options for scanning; Extensive, Heuristic and Quick.</p>
<p align="center"><img src="http://farm4.static.flickr.com/3423/3200424737_a1e40d69f5.jpg?v=0" alt="Acunetix Web Vulnerability Scanner - Scan Options" /></p>
<p>It also offers you some variety in crawling options, how deep you want to go, should you scan above the root directory or only below and then after that it&#8217;s basically on auto-pilot (it does give you the option for HTTP Authentication if you need to scan something behind a login/password).</p>
<p><strong>Features</strong></p>
<p>The crawling and scanning is pretty comprehensive, whilst the scan is taking place it give you updates in terms of progress and in terms of anything it has found (categorised).</p>
<p>The progress section is quite detailed and shows which module is running, on which page of the site and generally what is happening (some scripts run concurrently).</p>
<p align="center"><img src="http://farm4.static.flickr.com/3078/3200423843_b3b7d97f4f.jpg?v=0" alt="Acunetix Web Vulnerability Scanner - Scan Information" /></p>
<p>As for anything it finds out of the ordinary, threats are categorised into 3 levels &#8211; High, Medium &#038; Low. On top of that there is also info and knowledge base (such as which ports are open).</p>
<p align="center"><img src="http://farm4.static.flickr.com/3443/3201269292_7326fd05f5.jpg?v=0" alt="Acunetix Web Vulnerability Scanner - Scan Results" /></p>
<p>There are also other useful tools such as the HTTP Fuzzer and Sniffer which are good for examining HTTP traffic in detail and especially for <a href="http://www.acunetix.com/blog/how-to/tutorial-on-how-to-test-for-broken-authentication-using-acunetix-wvs-tools/">exposing weak authentication schemes</a>.</p>
<p>AcuSensor is interesting because it actually has a server side component, both for ASP.NET applications and PHP based web apps. This means that it can tell you exactly where in your code the flaw is &#8211; like this <a href="http://www.acunetix.com/blog/web-security-articles/sql-injection-in-mambo-found-with-acunetix-acusensor-technology/">SQL Injection Vulnerability found in Mambo by AcuSensor</a>.</p>
<p>There&#8217;s another example about backdoor code in web applications <a href="http://www.acunetix.com/blog/web-security-articles/acusensor-technology-in-action-finding-backdoors-in-web-applications/">here</a>, with the example this time being the <a href="http://www.darknet.org.uk/2007/03/wordpress-download-server-compromised-211-get-212-now/">Wordpress 2.1.1 Vulnerability</a>.</p>
<p>This is the first time I&#8217;ve encountered this kind of technology and I think it&#8217;s an excellent step forwards in automated code auditing and deeper web application security.</p>
<p>Surprisingly I also found some Legislation and Compliance reports inside the WVS, this was a welcome surprise (as I&#8217;ve been involved in many ISO27001 projects) something like this can really save time.</p>
<p><strong>Conclusion</strong></p>
<p>All in all it&#8217;s a well rounded tool with a pretty accurate scanning engine (You can find a <a href="http://www.acunetix.com/support/vulnerability-checks.htm">list of vulnerabilities it checks for here</a> including <a href="http://www.acunetix.com/vulnerabilities/index.htm">those for specific software</a>), it&#8217;s come a long way since the earlier versions and is now quite strong in all areas of web application security testing.</p>
<p>The new AcuSensor also ensures more vulnerabilities are found and less false positives delivered &#8211; false positives are the bane of any vulnerability scanner. That&#8217;s where the consultant skill comes in, ascertaining which are real and which are not.</p>
<p>A good part is it&#8217;s quite usable by less technical people as it gives in-depth descriptions on both a conceptual and a technical level enabling people to understand the issue uncovered.</p>
<p>Darknet recommends Acunetix Web Vulnerability Scanner 6 highly, it could make a real difference to your work flow for the consultants and for the in-house guys it could help improve the security, stability and integrity of your web applications.</p>
<p>You can find more reviews about <a href="http://www.acunetix.com/vulnerability-scanner/reviews.htm">Acunetix WVS here</a> and some <a href="http://www.acunetix.com/vulnerability-scanner/customer_testimonials.htm">Customer Testimonials here</a>.</p>
<p>If you wish to read more about Acunetix WVS you can do so <a href="http://www.acunetix.com/vulnerability-scanner/">here</a> and you can find the prices <a href="http://www.acunetix.com/ordering/pricing.htm">here</a> (in both Euros and USD).</p>
<p>You can also check out <a href="http://www.acunetix.com/cross-site-scripting/Copy-scanner.htm">WVS Free Edition</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/01/acunetix-web-vulnerability-scanner-6-review/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WITOOL v0.1 &#8211; GUI Based SQL Injection Tool in .NET</title>
		<link>http://www.darknet.org.uk/2009/01/witool-v01-gui-based-sql-injection-tool-in-net/</link>
		<comments>http://www.darknet.org.uk/2009/01/witool-v01-gui-based-sql-injection-tool-in-net/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 10:11:48 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[.net sql injection tool]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[gui sql injection]]></category>
		<category><![CDATA[hacking ms sql server]]></category>
		<category><![CDATA[hacking oracle]]></category>
		<category><![CDATA[oracle sql injection]]></category>
		<category><![CDATA[oracle-hacking]]></category>
		<category><![CDATA[oracle-security]]></category>
		<category><![CDATA[sql server hacking]]></category>
		<category><![CDATA[sql-injection]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1355</guid>
		<description><![CDATA[WITOOL is an graphical based SQL Injection Tool written in dotNET.
- For SQL Server, Oracle
- Error Base and Union Base

Interface

Features

Retrieve schema : DB/TableSpace, Table, Column, other object
Retrieve data : retrive paging, dump xml file
Log : View the raw data HTTP log

Environment
OS: Windows 2000/XP/VISTA
Requirement: Microsoft .NET(2.0) Library (Download Here).

You can download WITOOL v0.1 here:
WITOOL_V0.1_081231.zip
Or read more [...]]]></description>
			<content:encoded><![CDATA[<p>WITOOL is an graphical based SQL Injection Tool written in dotNET.</p>
<p>- For SQL Server, Oracle<br />
- Error Base and Union Base</p>
<p><!--adsense#New468--></p>
<p><strong>Interface</strong></p>
<p align="center"><img src="http://farm2.static.flickr.com/1174/3173703698_fc22031960.jpg?v=0" alt="WITOOL v0.1 SQL Injection Tool" /></center></p>
<p><strong>Features</strong></p>
<ul>
<li>Retrieve schema : DB/TableSpace, Table, Column, other object</li>
<li>Retrieve data : retrive paging, dump xml file</li>
<li>Log : View the raw data HTTP log</li>
</ul>
<p><strong>Environment</strong></p>
<p><strong>OS:</strong> Windows 2000/XP/VISTA<br />
<strong>Requirement:</strong> Microsoft .NET(2.0) Library (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&#038;displaylang=en">Download Here</a>).</p>
<p><!--adsense#New468--></p>
<p>You can download WITOOL v0.1 here:</p>
<p><a href="http://witool.sourceforge.net/down/WITOOL_V0.1_081231.zip">WITOOL_V0.1_081231.zip</a></p>
<p>Or read more <a href="http://witool.sourceforge.net/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/01/witool-v01-gui-based-sql-injection-tool-in-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Warns of Serious MS-SQL 2000 &amp; 2005 Vulnerability</title>
		<link>http://www.darknet.org.uk/2008/12/microsoft-warns-of-serious-ms-sql-2000-2005-vulnerability/</link>
		<comments>http://www.darknet.org.uk/2008/12/microsoft-warns-of-serious-ms-sql-2000-2005-vulnerability/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 12:45:42 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[hacking microsoft sql server]]></category>
		<category><![CDATA[hacking-databases]]></category>
		<category><![CDATA[hacking-ms-sql]]></category>
		<category><![CDATA[microsoft security]]></category>
		<category><![CDATA[microsoft sql server vulnerability]]></category>
		<category><![CDATA[ms-sql]]></category>
		<category><![CDATA[ms-sql vulnerability]]></category>
		<category><![CDATA[sp_replwritetovarbin]]></category>
		<category><![CDATA[sp_replwritetovarbin bug]]></category>
		<category><![CDATA[sql server 2000]]></category>
		<category><![CDATA[SQL-Server-2005]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1337</guid>
		<description><![CDATA[Another big flaw has been discovered in Microsoft software just a few days after they broke their patch cycle to issue a patch for the IE bug that allowed remote code execution.
This time however it doesn&#8217;t really effect home users or the general consumer, it&#8217;s a more specific server side vulnerability affecting Microsoft SQL Server [...]]]></description>
			<content:encoded><![CDATA[<p>Another big flaw has been discovered in Microsoft software just a few days after they <a href="http://www.darknet.org.uk/2008/12/microsoft-breaks-patch-cycle-to-issue-ie-patch/">broke their patch cycle to issue a patch</a> for the <a href="http://www.darknet.org.uk/2008/12/ie7-exploit-also-affects-ie5-ie6-and-ie8-more-users-in-trouble/">IE bug that allowed remote code execution</a>.</p>
<p>This time however it doesn&#8217;t really effect home users or the general consumer, it&#8217;s a more specific server side vulnerability affecting Microsoft SQL Server 2000 and 2005 versions. It seems pretty serious though as it also appears that this vulnerability if exploited properly could lead to remote code execution.</p>
<p><!--adsense#New468--></p>
<blockquote><p>Just days after patching a critical flaw in its Internet Explorer browser, Microsoft is now warning users of a serious bug in its SQL Server database software. Microsoft issued a security advisory late Monday, saying that the bug could be exploited to run unauthorized software on systems running versions of Microsoft SQL Server 2000 and SQL Server 2005.</p>
<p>Attack code that exploits the bug has been published, but Microsoft said that it has not yet seen this code used in online attacks. Database servers could be attacked using this flaw if the criminals somehow found a way to log onto the system, and Web applications that suffered from relatively common SQL injection bugs could be used as stepping stones to attack the back-end database, Microsoft said.</p>
<p>Desktop users running the Microsoft SQL Server 2000 Desktop Engine or SQL Server 2005 Express could be at risk in some circumstances, Microsoft said. </p></blockquote>
<p>Again I wonder how far behind the curve Microsoft is with this? Usually these kind of bugs have been discovered by the more malicious parties way before Microsoft has any idea that their software is vulnerable.</p>
<p>It claims that the code hasn&#8217;t been used in online attacks, but honestly if it was used well by a smart party who would even know? <a href="http://www.darknet.org.uk/tag/sql-injection">SQL injection</a> could lead to this attack being executed and the code is published online so I find it unlikely that it hasn&#8217;t been used.</p>
<p><!--adsense#New468--></p>
<blockquote><p>The bug lies in a stored procedure called &#8220;sp_replwritetovarbin,&#8221; which is used by Microsoft&#8217;s software when it replicates database transactions. It was publicly disclosed on December 9 by SEC Consult Vulnerability Lab, which said it had notified Microsoft of the issue in April.</p>
<p>&#8220;Systems with Microsoft SQL Server 7.0 Service Pack 4, Microsoft SQL Server 2005 Service Pack 3, and Microsoft SQL Server 2008 are not affected by this issue,&#8221; Microsoft said in its advisory.</p>
<p>This is the third serious bug in Microsoft&#8217;s software to be disclosed in the past month, but it is unlikely to be used in widespread attacks, according to Marc Maiffret, director of professional services, with The DigiTrust Group, a security consulting firm. &#8220;It is rather low risk given other vulnerabilities that exist,&#8221; he said via instant message. &#8220;There are a lot of better ways to currently compromise windows systems.&#8221; </p></blockquote>
<p>The bug was discovered by someone in April this year, so that&#8217;s at least 7 months someone has known about it..but only know when the vendor discloses it then Microsoft chooses to say something about it.</p>
<p>It is a fairly low risk vulnerability due to the requirements needed to execute it effectively, but still it&#8217;s another chink in the Microsoft armour to add to the (long long) list.</p>
<p>Source: <a href="http://www.networkworld.com/news/2008/122308-microsoft-warns-of-sql.html?fsrc=rss-security">Network World</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/12/microsoft-warns-of-serious-ms-sql-2000-2005-vulnerability/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
