<?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; Exploits/Vulnerabilities</title>
	<atom:link href="http://www.darknet.org.uk/category/exploitsvulnerabilities/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>RATS &#8211; Rough Auditing Tool for Security</title>
		<link>http://www.darknet.org.uk/2009/11/rats-rough-auditing-tool-for-security/</link>
		<comments>http://www.darknet.org.uk/2009/11/rats-rough-auditing-tool-for-security/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 09:57:06 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[buffer overflow]]></category>
		<category><![CDATA[code audit tool]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[expat]]></category>
		<category><![CDATA[perl security]]></category>
		<category><![CDATA[php-security]]></category>
		<category><![CDATA[python security]]></category>
		<category><![CDATA[race conditions]]></category>
		<category><![CDATA[RATS]]></category>
		<category><![CDATA[scan c code]]></category>
		<category><![CDATA[scan perl code]]></category>
		<category><![CDATA[scan php code]]></category>
		<category><![CDATA[scan python code]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2063</guid>
		<description><![CDATA[RATS &#8211; Rough Auditing Tool for Security &#8211; is an open source tool developed and maintained by Secure Software security engineers. Secure Software was acquired by Fortify Software, Inc. RATS is a tool for scanning C, C++, Perl, PHP and Python source code and flagging common security related programming errors such as buffer overflows and [...]]]></description>
			<content:encoded><![CDATA[<p>RATS &#8211; Rough Auditing Tool for Security &#8211; is an open source tool developed and maintained by Secure Software security engineers. Secure Software was acquired by Fortify Software, Inc. RATS is a tool for scanning C, C++, Perl, PHP and Python source code and flagging common security related programming errors such as buffer overflows and TOCTOU (Time Of Check, Time Of Use) race conditions.</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>RATS scanning tool provides a security analyst with a list of potential trouble spots on which to focus, along with describing the problem, and potentially suggest remedies. It also provides a relative assessment of the potential severity of each problem, to better help an auditor prioritize. This tool also performs some basic analysis to try to rule out conditions that are obviously not problems.</p>
<p>As its name implies, the tool performs only a rough analysis of source code. It will not find every error and will also find things that are not errors. Manual inspection of your code is still necessary, but greatly aided with this tool.</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><strong>Requirements</strong></p>
<p>RATS requires expat to be installed in order to build and run. Expat is often installed in /usr/local/lib and /usr/local/include. On some systems, you will need to specify &#8211;with-expat-lib and &#8211;with-expat-include options to configure so that it can find your installation of the library and header. Expat can be found <a href="http://expat.sourceforge.net/">here</a>.</p>
<p>You can download RATS here:</p>
<p>Source Code:  <a href="http://www.fortify.com/servlet/downloads/public/rats-2.3.tar.gz">rats-2.3.tar.gz</a><br />
Windows Binary: <a href="http://www.fortify.com/servlet/downloads/public/rats-2.3-win32.zip">rats-2.3-win32.zip</a></p>
<p>Or read more <a href="http://www.fortify.com/security-resources/rats.jsp">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/11/rats-rough-auditing-tool-for-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Application Security Consortium (WASC) 2008 Statistics Published</title>
		<link>http://www.darknet.org.uk/2009/10/web-application-security-consortium-wasc-2008-statistics-published/</link>
		<comments>http://www.darknet.org.uk/2009/10/web-application-security-consortium-wasc-2008-statistics-published/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 09:34:47 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking-web-applications]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[wasc]]></category>
		<category><![CDATA[web application security consortium]]></category>
		<category><![CDATA[web application security statistics]]></category>
		<category><![CDATA[web-application-hacking]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2209</guid>
		<description><![CDATA[The Web Application Security Consortium (WASC) is pleased to announce the WASC Web Application Security Statistics Project 2008. This initiative is a collaborative industry wide effort to pool together sanitized website vulnerability data and to gain a better understanding about the web application vulnerability landscape. We ascertain which classes of attacks are the most prevalent [...]]]></description>
			<content:encoded><![CDATA[<p>The Web Application Security Consortium (WASC) is pleased to announce the WASC Web Application Security Statistics Project 2008. This initiative is a collaborative industry wide effort to pool together sanitized website vulnerability data and to gain a better understanding about the web application vulnerability landscape. We ascertain which classes of attacks are the most prevalent regardless of the methodology used to identify them. Industry statistics such as those compiled by Mitre CVE project provide valuable insight into the types of vulnerabilities discovered in open source and commercial applications, this project tries to be the equivalent for custom web applications.</p>
<p><!--adsense#New468--></p>
<p><strong>Goals</strong></p>
<ol>
<li>Identify the prevalence and probability of different vulnerability classes.</li>
<li>Compare testing methodologies against what types of vulnerabilities they are likely to identify.</li>
</ol>
<p>The statistics was compiled from web application security assessment projects which were made by the following companies in 2008 (in alphabetic order):</p>
<ul>
<li>Blueinfy</li>
<li>Cenzic with Hailstorm</li>
<li>DNS with WebInspect</li>
<li>Encription Limited</li>
<li>HP Application Security Center with WebInspect</li>
<li>Positive Technologies with MaxPatrol</li>
<li>Veracode with Veracode Security Review</li>
<li>WhiteHat Security with WhiteHat Sentinel</li>
</ul>
<p><!--adsense#New468--></p>
<p>The statistics includes data about 12186 sites with 97554 detected vulnerabilities. The report contains Web application vulnerability statistics which was collected during penetration testing, security audits and other activities made by companies which were members of WASC in 2008. The statistics includes data about 12186 sites with 97554 detected vulnerabilities.</p>
<p>You can find the full study here:</p>
<p><a href="http://projects.webappsec.org/Web-Application-Security-Statistics">Web Application Security Statistics</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/web-application-security-consortium-wasc-2008-statistics-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Blocks Microsoft .NET Framework Assistant Add-on</title>
		<link>http://www.darknet.org.uk/2009/10/firefox-blocks-microsoft-net-framework-assistant-add-on/</link>
		<comments>http://www.darknet.org.uk/2009/10/firefox-blocks-microsoft-net-framework-assistant-add-on/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 09:57:18 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[.net framework assistant]]></category>
		<category><![CDATA[.net security]]></category>
		<category><![CDATA[blocklist]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox .net add-on]]></category>
		<category><![CDATA[firefox add-on security]]></category>
		<category><![CDATA[firefox blocklist]]></category>
		<category><![CDATA[firefox plug-in blocklist]]></category>
		<category><![CDATA[firefox-security]]></category>
		<category><![CDATA[firefox-vulnerability]]></category>
		<category><![CDATA[hacking-firefox]]></category>
		<category><![CDATA[ie8 vulnerability]]></category>
		<category><![CDATA[windows presentation foundation]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2196</guid>
		<description><![CDATA[This is an interesting development, I noticed the pop-up on my Firefox yesterday. The reason however wasn&#8217;t security it was &#8216;instability&#8217;.
It&#8217;s a fair move by Mozilla though as the add-on can cause security vulnerabilities in Firefox outside of their control. They can&#8217;t fix the software, so the best thing they can do to ensure user [...]]]></description>
			<content:encoded><![CDATA[<p>This is an interesting development, I noticed the pop-up on my Firefox yesterday. The reason however wasn&#8217;t security it was &#8216;instability&#8217;.</p>
<p>It&#8217;s a fair move by Mozilla though as the add-on can cause security vulnerabilities in Firefox outside of their control. They can&#8217;t fix the software, so the best thing they can do to ensure user safety is to block it.</p>
<p>Compounded with the fact it&#8217;s extremely hard for users to remove the add-on themselves the block is a good idea.</p>
<p><!--adsense#New468--></p>
<blockquote><p>Mozilla late Friday blocked the Microsoft-made software that had put Firefox users at risk from attack.</p>
<p>The two-part Microsoft component &#8212; an add-on dubbed &#8220;.NET Framework Assistant&#8221; and a plug-in named &#8220;Windows Presentation Foundation&#8221; &#8212; have been blocked by Mozilla as a precautionary measure, said Mike Shaver, the company&#8217;s head of engineering.</p>
<p>&#8220;Because of the difficulties some users have had entirely removing the add-on, and because of the severity of the risk it represents if not disabled, we contacted Microsoft today to indicate that we were looking to disable the extension and plug-in for all users via our blocklisting mechanism,&#8221; Shaver said in an announcement posted Friday night to the company&#8217;s security blog . </p></blockquote>
<p>The annoying thing is these add-ons are installed in Firefox without any kind of prompt or permission given by the user.</p>
<p>Microsoft pushed them out with the .NET Framework 3.5 Service Pack 1 (SP1) update in February this year, so our browsers have been vulnerable since then.</p>
<p>The software was almost impossible to remove without some registry hacking, <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=cecc62dc-96a7-4657-af91-6383ba034eab">Microsoft did remedy this later</a> &#8211; but still how many people would know?</p>
<p><!--adsense#New468--></p>
<blockquote><p>Mozilla maintains an add-on/plug-in blocking list that automatically bars risky software from being used by Firefox. The open-source company first used the blocker in 2007. Mozilla has used the tool only nine times, including Friday&#8217;s blocking of the Microsoft add-on and plug-in. In May 2008, for example, Mozilla added a Vietnamese language pack for Firefox to the blocking list when the pack was found to contain a worm.</p>
<p>According to Shaver, Microsoft gave Mozilla the go-ahead to block the .Net Framework Assistant and the Windows Presentation Foundation.</p>
<p>Last week, Microsoft&#8217;s security team acknowledged that its software &#8212; which had been silently installed in Firefox as far back as February 2009 &#8212; contained a critical vulnerability that could be used by hackers to hijack Windows PCs. The same vulnerability also affected all versions of Internet Explorer (IE), including the newest version, IE8. </p></blockquote>
<p>Thankfully Firefox has the blocklist functionality and they have been aggressively moving towards ensuring 3rd party additions are also secure and don&#8217;t comprise the integrity of the platform.</p>
<p>Last month they warned users with out of date Flash plugins to update.</p>
<p>Firefox 3.6 will be even more aggressive in this aspect warning users when they visit a site that relies on one or more outdated add-ons.</p>
<p>Source: <a href="http://www.networkworld.com/news/2009/101909-mozilla-blocks-microsofts-sneaky-firefox.html">Network World</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/firefox-blocks-microsoft-net-framework-assistant-add-on/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Naptha &#8211; TCP State Exhaustion Vulnerability &amp; Tool</title>
		<link>http://www.darknet.org.uk/2009/10/naptha-tcp-state-exhaustion-vulnerability-tool/</link>
		<comments>http://www.darknet.org.uk/2009/10/naptha-tcp-state-exhaustion-vulnerability-tool/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 09:45:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[bindview]]></category>
		<category><![CDATA[bob keyes]]></category>
		<category><![CDATA[hacking tcp]]></category>
		<category><![CDATA[naptha]]></category>
		<category><![CDATA[razor]]></category>
		<category><![CDATA[razor security]]></category>
		<category><![CDATA[razor security team]]></category>
		<category><![CDATA[tcp connection attack]]></category>
		<category><![CDATA[tcp exhaustion]]></category>
		<category><![CDATA[tcp exploit]]></category>
		<category><![CDATA[tcp security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2078</guid>
		<description><![CDATA[The Naptha vulnerabilities are a type of denial-of-service vulnerabilities researched and documented by Bob Keyes of BindView&#8217;s RAZOR Security Team in 2000. The vulnerabilities exist in some implementations of the TCP protocol, specifically in the way some TCP implementations keep track of the state of TCP connections, and allow an attacker to exhaust the resources [...]]]></description>
			<content:encoded><![CDATA[<p>The Naptha vulnerabilities are a type of denial-of-service vulnerabilities researched and documented by Bob Keyes of BindView&#8217;s RAZOR Security Team in 2000. The vulnerabilities exist in some implementations of the TCP protocol, specifically in the way some TCP implementations keep track of the state of TCP connections, and allow an attacker to exhaust the resources of a system under attack without utilizing much resources on the system used to launch the attack.</p>
<p><!--adsense#New468--></p>
<p>The following links provide more information about the Naptha denial-of-service vulnerabilities:</p>
<ul>
<li>The original BindView advisory is archived <a href="http://packetstormsecurity.org/0012-exploits/bindview.naptha.txt">here</a>. </li>
<li>The advisory that CERT/CC published for the Naptha vulnerabilities is <a href="http://www.cert.org/advisories/CA-2000-21.html">here</a>.</li>
</ul>
<p><strong>The Tool</strong></p>
<p>To study and show the Naptha vulnerabilities, Bob Keyes wrote the Naptha tool. The tool was written in C and used libpcap to read packets from the network and libdnet to craft packets.</p>
<p><!--adsense#New468--></p>
<p>The Naptha tool actually consists of two programs: a program called synsend whose only function is to send TCP SYN packets to the target system, and a program called srvr whose function is to respond to specific traffic received from the target system with TCP packets with specific TCP flags set. Both what traffic to respond to and how to respond to it are specified by the user via command-line arguments. </p>
<p>You can download Naptha here:</p>
<p><a href="http://packetstormsecurity.org/0101-exploits/naptha-1.1.tgz">naptha-1.1.tgz</a></p>
<p>Or read more <a href="http://netexpect.org/wiki/Naptha">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/naptha-tcp-state-exhaustion-vulnerability-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Emergency Patch For Latest Windows Exploit</title>
		<link>http://www.darknet.org.uk/2009/10/no-emergency-patch-for-latest-windows-exploit/</link>
		<comments>http://www.darknet.org.uk/2009/10/no-emergency-patch-for-latest-windows-exploit/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 07:17:48 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[exploit windows]]></category>
		<category><![CDATA[hack windows]]></category>
		<category><![CDATA[hacking-windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[patch-tuesday]]></category>
		<category><![CDATA[redmond]]></category>
		<category><![CDATA[smb 2]]></category>
		<category><![CDATA[smb exploit]]></category>
		<category><![CDATA[smb negotiate function]]></category>
		<category><![CDATA[smb2]]></category>
		<category><![CDATA[smb2 exploit]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows vulnerability]]></category>
		<category><![CDATA[windows-exploit]]></category>
		<category><![CDATA[windows-security]]></category>
		<category><![CDATA[windows-vista]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2149</guid>
		<description><![CDATA[Another reason for Windows users to hate the Microsoft Patch Tuesday policy, 
The exploit isn&#8217;t 100% reliable but it&#8217;s still fairly significant in my eyes as it is a critical vulnerability and can be used for code execution.
Vista isn&#8217;t the most popular OS still so perhaps Microsoft don&#8217;t the threat being that wide as the [...]]]></description>
			<content:encoded><![CDATA[<p>Another reason for Windows users to hate the <a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a> <a href="http://www.darknet.org.uk/tag/patch-tuesday/">Patch Tuesday</a> policy, </p>
<p>The exploit isn&#8217;t 100% reliable but it&#8217;s still fairly significant in my eyes as it is a critical vulnerability and can be used for code execution.</p>
<p>Vista isn&#8217;t the most popular OS still so perhaps Microsoft don&#8217;t the threat being that wide as the protocol this exploit focuses on (SMB 2) was only introducted in Vista.</p>
<p><!--adsense#New468--></p>
<blockquote><p>A security researcher has downplayed the significance of publicly released attack code exploiting a critical vulnerability in newer versions of Windows, saying it isn&#8217;t reliable enough to force Microsoft to issue an emergency patch.</p>
<p>The exploit, which on Monday was folded into the open-source Metasploit penetration testing kit, is at best successful only 50 percent of the time, said Dave Aitel, CTO of security firm Immunity. Given the burden of releasing out-of-schedule patches, Microsoft is unlikely to do so in this case.</p>
<p>&#8220;To move something like Microsoft you&#8217;ve got to have something major and this isn&#8217;t quite it,&#8221; Aitel, whose company released its own attack code two weeks ago. &#8220;It&#8217;s going to be a lot of work to take the exploit where it is to something that works enough that they will do that.&#8221;</p></blockquote>
<p>It seems like the exploit is more reliable with Windows on VMware, but honestly how commonly do you see that? With a real native Windows installation they are only seeing a 10% success rate.</p>
<p>Which really isn&#8217;t that serious is it?</p>
<p>Apparently Immunity have made it much more reliable, but they have poured a ton of resources into it.</p>
<p><!--adsense#New468--></p>
<blockquote><p>The vulnerability, which surfaced three weeks ago, resides in file-sharing technology called SMB2, short for server message block version 2, which was first added to Windows Vista and later made its way into newer versions of the operating system. While the Metasploit exploit is sophisticated, it is frequently thwarted by a security measure known as ASLR. Short for address space layout randomization, it picks a different memory location to load system components each time the OS is started.</p>
<p>Without being able to predict where required code will be located, the Metasploit attack isn&#8217;t reliable enough to prompt Microsoft to take the drastic step of releasing a patch outside of the regularly scheduled update cycle. The software giant adopted the patch routine to make life easier on system administrators by allowing them to plan and test updates before installing them on huge numbers of business critical machines.</p>
<p>The Metasploit exploit in many cases is able to get around ASLR by targeting memory locations that are predictable when Windows is running on VMware. But when the exploit targets the OS running directly on a computer, the success rate can be as low as 10 percent.</p></blockquote>
<p>Microsoft will patch this eventually, but I doubt it&#8217;ll be soon and they definitely won&#8217;t be rushing an out-of-schedule patch out just for this vulnerability.</p>
<p>The question is can the bad guys fashion this into a reliable exploit and get some major ownage going on?</p>
<p>Source: <a href="http://www.theregister.co.uk/2009/09/29/windows_vista_exploit_released/">The Register</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/10/no-emergency-patch-for-latest-windows-exploit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FreeBSD Local Root Escalation Vulnerability</title>
		<link>http://www.darknet.org.uk/2009/09/freebsd-local-root-escalation-vulnerability/</link>
		<comments>http://www.darknet.org.uk/2009/09/freebsd-local-root-escalation-vulnerability/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 10:46:56 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[freebsd kqueue bug]]></category>
		<category><![CDATA[freebsd null pointer]]></category>
		<category><![CDATA[freebsd root exploit]]></category>
		<category><![CDATA[freebsd root vulnerability]]></category>
		<category><![CDATA[freebsd security]]></category>
		<category><![CDATA[local root escalation]]></category>
		<category><![CDATA[null pointer deference]]></category>
		<category><![CDATA[race condition]]></category>
		<category><![CDATA[root escalation]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2124</guid>
		<description><![CDATA[It&#8217;s been a long time since we&#8217;ve heard about a problem with FreeBSD, partially because the mass of people using it isn&#8217;t that large and secondly because BSD tends to be pretty secure as operating systems go.
It&#8217;s a pretty serious flaw this time with root escalation, thankfully it&#8217;s only a local exploit though and not [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since we&#8217;ve heard about a problem with FreeBSD, partially because the mass of people using it isn&#8217;t that large and secondly because BSD tends to be pretty secure as operating systems go.</p>
<p>It&#8217;s a pretty serious flaw this time with root escalation, thankfully it&#8217;s only a local exploit though and not remotely exploitable.</p>
<p>Although a user could get user access on the system through an exploit in a web facing application, and use some kind of PHP/Python web shell to exploit and get root.</p>
<p><!--adsense#New468--></p>
<blockquote><p>A security researcher has uncovered a security bug in the FreeBSD operating system that allows users with limited privileges to take full control of underlying systems.</p>
<p>The bug in FreeBSD&#8217;s kqueue notification interface makes it trivial for those with local access to a vulnerable system to gain full root privileges, Przemyslaw Frasunek, an independent security consultant in Poland, told The Register. It affects versions 6.0 through 6.4 of the operating system, the last two versions of which enjoy wide use and continue to be supported by the FreeBSD Foundation.</p>
<p>Versions 7.1 and and beyond are not vulnerable.</p></blockquote>
<p>With a lot of people still using FreeBSD 6.3 and 6.4, amongst the FreeBSD community I&#8217;d say this could be quite a widespread problem.</p>
<p>A lot of BSD boxes are used for web hosting too, so I&#8217;d imagine a lot have SSH access enabled giving people local access and the capability of executing this exploit.</p>
<p><!--adsense#New468--></p>
<blockquote><p>Those exploiting the bug must first have local access to a vulnerable system, either as a legitimate user or by exploiting some other flaw (say, a vulnerable PHP script) that gives an attacker a toe-hold in to the targeted system. Frasunek said the vulnerability is trivial to exploit, as a video he <a href="http://www.vimeo.com/6554787">posted here suggests</a>.</p>
<p>The bug is the result of a race condition in the FreeBSD kqueue that leads to a NULL pointer dereference in kernel mode. Attackers can cause vulnerable systems to run malware by putting the code in a memory page mapped to address 0&#215;0.</p>
<p>Frasunek said he notified FreeBSD officials on August 29 and has yet to get a response. Robert Watson, a FreeBSD Core Team member, told El Reg that it appeared the email had gotten &#8220;lost in the slew&#8221; and he expected an advisory to be issued soon.</p></blockquote>
<p>If you&#8217;re using the latest production release (at this time 7.2) you aren&#8217;t vulnerable to this problem, I hope to see them backport the patch to the previous versions as they still have a sizable following.</p>
<p>You should see an advisory hitting the mailing lists soon, and I&#8217;d expect it to be fixed pretty quickly too.</p>
<p>Beware if you are using FreeBSD and have users with local access you don&#8217;t trust.</p>
<p>Source: <a href="http://www.theregister.co.uk/2009/09/14/freebsd_security_bug/">The Register</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/freebsd-local-root-escalation-vulnerability/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>4f: The File Format Fuzzing Framework</title>
		<link>http://www.darknet.org.uk/2009/09/4f-the-file-format-fuzzing-framework/</link>
		<comments>http://www.darknet.org.uk/2009/09/4f-the-file-format-fuzzing-framework/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 10:21:31 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[4f]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[file format fuzzing]]></category>
		<category><![CDATA[file format fuzzing framework]]></category>
		<category><![CDATA[fuzzer]]></category>
		<category><![CDATA[fuzzing-framework]]></category>
		<category><![CDATA[fuzzing-tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2094</guid>
		<description><![CDATA[4f is a file format fuzzing framework. 4f uses modules which are specifications of the targeted binary or text file format that tell it how to fuzz the target application. If 4f detects a crash, it will log crucial information important for allowing the 4f user to reproduce the problem and also debugging information important [...]]]></description>
			<content:encoded><![CDATA[<p>4f is a file format <a href="http://www.darknet.org.uk/tag/fuzzing-framework/">fuzzing framework</a>. 4f uses modules which are specifications of the targeted binary or text file format that tell it how to fuzz the target application. If 4f detects a crash, it will log crucial information important for allowing the 4f user to reproduce the problem and also debugging information important to deciding the severity of the bug and its exploitability.</p>
<p><!--adsense#New468--></p>
<p>4f&#8217;s purpose is to find vulnerabilities in code that parses file formats including configuration files.</p>
<p>4f uses specialized modules for fuzzing code that interprets file formats. Several modules are included and more can be written to follow other file formats.</p>
<p>A module system is in place for fuzzing any file format you like as long as you know its specification</p>
<p>Custom debugger gathers crucial debugging information on crash, logs it, then continues fuzzing.</p>
<p><!--adsense#New468--></p>
<p><strong>Usage</strong></p>
<pre><code>USAGE DETAILS

USAGE:   ./4f <-T /usr/bin/target> <-M #> [-N fuzz.conf]
         [-A ARGS] [-R /output] [-L log.txt] [-C] [-D]

INFO:    [-O Fuzzing Oracle] [-S Modules Available]</code></pre>
<p>You can download 4f here:</p>
<p><a href="http://www.krakowlabs.com/dev/fuz/4f/4f.tar.gz">4f.tar.gz</a></p>
<p>Or read more <a href="http://www.krakowlabs.com">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/4f-the-file-format-fuzzing-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco &amp; Microsoft Patch TCP Stack DoS Exploit</title>
		<link>http://www.darknet.org.uk/2009/09/cisco-microsoft-patch-tcp-stack-dos-exploit/</link>
		<comments>http://www.darknet.org.uk/2009/09/cisco-microsoft-patch-tcp-stack-dos-exploit/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 06:35:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[cisco dos]]></category>
		<category><![CDATA[cisco exploit]]></category>
		<category><![CDATA[denial-of-service]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[memory pressure protection]]></category>
		<category><![CDATA[microsoft dos]]></category>
		<category><![CDATA[microsoft-exploit]]></category>
		<category><![CDATA[ms09-48]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[outpost24]]></category>
		<category><![CDATA[tcp dos]]></category>
		<category><![CDATA[tcp dos exploit]]></category>
		<category><![CDATA[tcp exploit]]></category>
		<category><![CDATA[tcp flaw]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2095</guid>
		<description><![CDATA[A fairly serious flaw that was announced in October 2008 by Outpost24 (and apparently discovered way back in 2005),  has finally been patched by the major players Cisco and Microsoft.
So far Redhat has offered a workaround for the flaw and Juniper has responded that their equipment is not vulnerable.
It could be that Juniper doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>A fairly serious flaw that was announced in October 2008 by Outpost24 (and apparently discovered way back in 2005),  has finally been patched by the major players <a href="http://www.darknet.org.uk/tag/cisco/">Cisco</a> and <a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a>.</p>
<p>So far Redhat has <a href="http://kbase.redhat.com/faq/docs/DOC-18730">offered a workaround</a> for the flaw and Juniper has responded that their equipment is not vulnerable.</p>
<p>It could be that Juniper doesn&#8217;t really understand the attack yet, if so that&#8217;s bad news as most of the Internet backbone (ISP Level) runs on Juniper equipment.</p>
<p><!--adsense#New468--></p>
<blockquote><p>Microsoft and Cisco have issued updates that protect against a new class of attack that requires very little bandwidth and can leave servers and routers paralyzed even after a flood of malicious data has stopped.</p>
<p>The bug in the TCP, or transmission control protocol, was disclosed in October by security researchers Jack Louis and Robert E. Lee of Sweden-based Outpost24. It gave many security watchers pause because it provided attackers with a new way to launch potentially crippling attacks on a wide array of equipment used to route traffic over the internet.</p>
<p>&#8220;This is definitely momentum and other vendors, once they fully understand what has been talked about here, will come up with mitigation strategies of their own,&#8221; Lee told The Register. &#8220;This really is good progress from both Microsoft and Cisco.&#8221;</p></blockquote>
<p>Microsoft rolled it out in their normal &#8220;<a href="http://www.darknet.org.uk/tag/patch-tuesday/">Patch Tuesday</a>&#8221; fashion and Cisco issued a bulletin about especially disruptive DoS attacks.</p>
<p>Good to see it being addressed finally, I guess it took Microsoft some time and money in R&#038;D to come up with a satisfactory solution.</p>
<p>I wonder if any other vendors will be following suite shortly.</p>
<p><!--adsense#New468--></p>
<blockquote><p>On Tuesday, Microsoft responded with <a href="http://www.microsoft.com/technet/security/bulletin/ms09-048.mspx">MS09-048</a>, a security advisory that fixes a variety of networking vulnerabilities in Windows operating systems, including those discovered by Louis and Lee. The update implements a new feature called memory pressure protection, which automatically drops existing TCP connections and SYN requests when attacks are detected.</p>
<p>The update from Microsoft came during the company&#8217;s Patch Tuesday, in which it fixed a total of eight security vulnerabilities in various versions of its Windows operating system. In all, Microsoft issued five patches, which change the way Windows processes javascript, MP3 audio files and wireless signals. As always, the Sans Institute provides a helpful overview <a href="http://isc.sans.org/diary.html">here</a>.</p>
<p>Cisco issued it&#8217;s <a href="http://www.cisco.com/warp/public/707/cisco-sa-20090908-tcp24.shtml">own bulletin</a> warning that multiple products are vulnerable to DoS, or denial-of-service attacks that can be especially disruptive.</p></blockquote>
<p>It&#8217;s often hard to fix problems like this in core components because a band-aid solution could end up breaking some of the functionality, especially with something like the TCP stack which is relied on so heavily.</p>
<p>Even then, a patch is released but how many people actually apply it? Cisco equipment is well known for being hard to manage/patch so I&#8217;d imagine many network devices will remain unpatched.</p>
<p>Source: <a href="http://www.theregister.co.uk/2009/09/09/microsoft_cisco_patch_tcp_vuln/">The Register</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/cisco-microsoft-patch-tcp-stack-dos-exploit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Apache.org Hacked Using Remote SSH Key</title>
		<link>http://www.darknet.org.uk/2009/09/apache-org-hacked-using-remote-ssh-key/</link>
		<comments>http://www.darknet.org.uk/2009/09/apache-org-hacked-using-remote-ssh-key/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 07:18:28 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[apache ssh remote key]]></category>
		<category><![CDATA[apache.org]]></category>
		<category><![CDATA[apache.org patched]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[hacking apache.org]]></category>
		<category><![CDATA[hacking-apache]]></category>
		<category><![CDATA[ssh remote key]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2073</guid>
		<description><![CDATA[Apache.org has been hacked quite a number of this times, last week it happened again and the whole infrastructure was down for a few hours while they sorted out what had happened and how to remedy it.
Apparently one the remote SSH keys was compromised allowed attacked to upload code, the scary part is they could [...]]]></description>
			<content:encoded><![CDATA[<p>Apache.org has been hacked quite a number of this times, last week it happened again and the whole infrastructure was down for a few hours while they sorted out what had happened and how to remedy it.</p>
<p>Apparently one the remote SSH keys was compromised allowed attacked to upload code, the scary part is they could upload a trojaned version of Apache, which over a few days could be downloaded by thousands of people.</p>
<p>Very little seems to be known about what damage was done and no-one is claiming responsibility for it.</p>
<p><!--adsense#New468--></p>
<blockquote><p>The website of Apache was taken offline for several hours on Friday after the SSH remote administration key on one of its servers was compromised.</p>
<p>SSH is a widely used technology for remote administration, so in the worst scenario the compromise created a means for hackers to upload Trojanised code onto the download section of Apache&#8217;s website. Around 50 per cent of webservers run Apache, according to the latest stats from Netcraft, so any problem would be extremely widely felt.</p>
<p>It&#8217;s unclear at present whether any code on the Apache website was actually modified. Nor do we know how the attack was carried out or who was behind it.</p></blockquote>
<p>According to the Apache Infrastructure Team, in their own words:</p>
<p>&#8220;To the best of our knowledge at this time, no end users were affected by this incident,  and the attackers were not able to escalate their privileges on any machines.&#8221;</p>
<p>You can read their initial report <a href="https://blogs.apache.org/infra/entry/apache_org_downtime_initial_report">here</a>.</p>
<p><!--adsense#New468--></p>
<blockquote><p>Apache&#8217;s web site was restored after DNS records were changed so that servers based in Europe rather than at the main US site were carrying the load.</p>
<p>Rik Ferguson, a security researcher at Trend Micro, notes that the same type of compromised SSH key problem led to attacks that attempted to install rootkits on Linux based systems in August 2008.</p>
<p>Screenshots of Apache&#8217;s statement on the incident, since removed, have been preserved for posterity in a blog posting by Trend Micro <a href="http://countermeasures.trendmicro.eu/apache-ssh-key-compromised/">here</a> and F-Secure <a href="http://www.f-secure.com/weblog/archives/00001757.html">here</a>. ®</p></blockquote>
<p>They have restored all the servers from back-up images and I hope they&#8217;ve changed all the SSH keys, we can keep an eye on the progress and see if any more details crop up.</p>
<p>It&#8217;d be interesting to know the motives behind the attack, was it political or for money?</p>
<p>Apache currently scores about 47% of all global web-servers, so we better hope there isn&#8217;t a backdoor slipped in.</p>
<p>Source: <a href="http://www.theregister.co.uk/2009/08/28/apache_hack/">The Register</a> (<em>Thanks Droope</em>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/apache-org-hacked-using-remote-ssh-key/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Graudit &#8211; Code Audit Tool Using Grep</title>
		<link>http://www.darknet.org.uk/2009/09/graudit-code-audit-tool-using-grep/</link>
		<comments>http://www.darknet.org.uk/2009/09/graudit-code-audit-tool-using-grep/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 07:55:11 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code audit tool]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code security]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[graudit]]></category>
		<category><![CDATA[grep audit]]></category>
		<category><![CDATA[grep code auditing tool]]></category>
		<category><![CDATA[programming security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2046</guid>
		<description><![CDATA[Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It&#8217;s comparable to other static analysis applications like RATS, SWAAT and flaw-finder while keeping the technical requirements to a minimum and being very flexible.

Usage
Graudit supports several options and tries to follow [...]]]></description>
			<content:encoded><![CDATA[<p>Graudit is a simple script and signature sets that allows you to find potential security flaws in source code using the GNU utility grep. It&#8217;s comparable to other static analysis applications like <a href="http://www.darknet.org.uk/2009/11/rats-rough-auditing-tool-for-security/">RATS</a>, <a href="http://www.darknet.org.uk/2006/09/security-compass-web-application-analysis-tool-swaat/">SWAAT</a> and flaw-finder while keeping the technical requirements to a minimum and being very flexible.</p>
<p><!--adsense#New468--></p>
<p><strong>Usage</strong></p>
<p>Graudit supports several options and tries to follow good shell practices. For a list of the options you can run graudit -h or see below. The simplest way to use graudit is;</p>
<pre><code>graudit /path/to/scan</code></pre>
<p>You can download Graudit v1.1 here:</p>
<p><a href="http://www.justanotherhacker.com/projects/graudit-1.1.tar.bz2">graudit-1.1.tar.bz2</a></p>
<p>Or read more <a href="http://www.justanotherhacker.com/projects/graudit.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/09/graudit-code-audit-tool-using-grep/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
