<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Daily Dave</title>
    <link>http://seclists.org/#dailydave</link>
    <atom:link href="http://seclists.org/rss/dailydave.rss" rel="self" type="application/rss+xml" />
    <language>en-us</language>
    <description>This technical discussion list covers vulnerability research, exploit development, and security events/gossip.  It was started by &lt;a href=&quot;http://www.immunitysec.com/&quot;&gt;ImmunitySec&lt;/a&gt; founder Dave Aitel and many security luminaries participate.  Many posts simply advertise Immunity products, but you can&#39;t really fault Dave for being self-promotional on a list named DailyDave.</description>
    <pubDate>Mon, 08 Feb 2010 23:30:15 GMT</pubDate>
    <lastBuildDate>Mon, 08 Feb 2010 23:30:15 GMT</lastBuildDate>
<!-- MHonArc v2.6.16 -->

 

  <item>
    <title>Directory traversal as a reconnaissance tool (Russ	McRee)</title>
    <link>http://seclists.org/dailydave/2010/q1/55</link>
    <description>&lt;p&gt;Posted by Russ McRee on Feb 08&lt;/p&gt;Directory traversal as a reconnaissance tool&lt;br&gt;
&lt;a  rel=&quot;nofollow&quot; href=&quot;http://holisticinfosec.blogspot.com/2010/02/directory-traversal-as-reconnaisance.html&quot;&gt;http://holisticinfosec.blogspot.com/2010/02/directory-traversal-as-reconnaisance.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Like most of you, I find malicious or fraudulent online advertisers&lt;br&gt;
annoying to say the least.&lt;br&gt;
My typical response, upon receipt of rogue AV pop-ups, or redirects to&lt;br&gt;
clearly fraudulent sites, is to &amp;quot;closely scrutinize&amp;quot; the perpetrating&lt;br&gt;
site.&lt;br&gt;
This effort often bears fruit as is evident in the following...&lt;br&gt;</description>
    <pubDate>Mon, 08 Feb 2010 23:28:57 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/55</guid>
  </item>


  <item>
    <title>Kernel bugs!</title>
    <link>http://seclists.org/dailydave/2010/q1/54</link>
    <description>&lt;p&gt;Posted by dave on Feb 05&lt;/p&gt;So I remember when one of the major kernel remote in Windows came out,&lt;br&gt;
and Nico was down in Argentina at Ekoparty with cards that had a praying&lt;br&gt;
mantis on them and read &amp;quot;Our other bug is a kernel remote&amp;quot;. MS asked him&lt;br&gt;
if he'd known about it before hand, and the answer, of course, was no,&lt;br&gt;
he just was lucky to have neat cards ready.&lt;br&gt;
&lt;br&gt;
Nonetheless, Kernel exploitation is a skill that is not going to get old&lt;br&gt;
any time soon. In light of that,...&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 22:35:17 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/54</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/53</link>
    <description>&lt;p&gt;Posted by Michal Zalewski on Feb 05&lt;/p&gt;I propose antivirus scanning.&lt;br&gt;
&lt;br&gt;
With this problem solved, moving on to...&lt;br&gt;
&lt;br&gt;
/mz&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 22:04:32 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/53</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/52</link>
    <description>&lt;p&gt;Posted by Larry Seltzer on Feb 05&lt;/p&gt;First, it looks like insulting others is common, if not mandatory&lt;br&gt;
practice on this list. Sorry if I don't do a good enough job, I'm new&lt;br&gt;
here.&lt;br&gt;
&lt;br&gt;
My first impression on seeing this (I'm still reading Dion's paper) was&lt;br&gt;
that perhaps some sort of validator or IPS-like functionality in the&lt;br&gt;
JIT, analyzing the input, could be effective, looking for malformations&lt;br&gt;
and suspicious behavior. It couldn't be perfect and there would be a&lt;br&gt;
performance hit.&lt;br&gt;
&lt;br&gt;
My...&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 18:20:22 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/52</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/51</link>
    <description>&lt;p&gt;Posted by Berend-Jan Wever on Feb 05&lt;/p&gt;The way I see it DEP+ASLR tries to take the executability of controllable&lt;br&gt;
bytes (DEP) and the predictability of the locations of bytes (ASLR) away&lt;br&gt;
from an attacker.&lt;br&gt;
&lt;br&gt;
I have not seen the talk or any technical information about the attack under&lt;br&gt;
discussion, but I am guessing that this JIT attack generates a large number&lt;br&gt;
of functions with specific content, which cause the JIT compiler to generate&lt;br&gt;
a large number of executable bytes with predictable...&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 14:46:54 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/51</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/50</link>
    <description>&lt;p&gt;Posted by Nate Lawson on Feb 05&lt;/p&gt;Alexander Sotirov wrote:&lt;br&gt;
&lt;br&gt;
This is one reason why I expect the techniques of software protection to&lt;br&gt;
become more widespread in general-purpose systems. Things like&lt;br&gt;
obfuscation, heap randomization, integrity self-checks, linker module&lt;br&gt;
encryption, etc. were once the domain of copy protection systems or the&lt;br&gt;
like.&lt;br&gt;
&lt;br&gt;
But if your JIT compiler starts generating randomized, obfuscated native&lt;br&gt;
code with embedded self-checks, now it starts getting harder to...&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 14:08:47 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/50</guid>
  </item>
  <item>
    <title>Recon Call for Papers - July 9-11 2010</title>
    <link>http://seclists.org/dailydave/2010/q1/49</link>
    <description>&lt;p&gt;Posted by Hugo Fortier on Feb 05&lt;/p&gt;/*&lt;br&gt;
Architecture: x86/Linux&lt;br&gt;
Author: Recon&lt;br&gt;
Published: 2010-02-04&lt;br&gt;
&lt;br&gt;
The shell code walls the following message:&lt;br&gt;
+                    +                     +         +&lt;br&gt;
                               +                  +           +&lt;br&gt;
        +                                             +&lt;br&gt;
                                     \ /&lt;br&gt;
                    +     _        - _+_ -                   ,__&lt;br&gt;
      _=.    .:.         /=\       _|===|_...&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 13:30:09 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/49</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/48</link>
    <description>&lt;p&gt;Posted by pageexec on Feb 04&lt;/p&gt;it is a bug to enter a generated insn stream at a non-insn boundary.&lt;br&gt;
it's also fixable (SFI/CFI et al.).&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 05:05:00 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/48</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/47</link>
    <description>&lt;p&gt;Posted by Sergio 'shadown' Alvarez on Feb 04&lt;/p&gt;Thierry,&lt;br&gt;
&lt;br&gt;
Yeah, probably my capability to read your mind is lacking because I'm  &lt;br&gt;
not a mind reader, as well on the other hand your capability to  &lt;br&gt;
analyze exploitation techniques is lacking because you are not an  &lt;br&gt;
exploit coder (beyond XSS and SQL-Injection I mean). Unless you've  &lt;br&gt;
learnt something in the last year and a half, but first you should  &lt;br&gt;
need to read ASM which you didn't know either, that's why I've guess  &lt;br&gt;
on your interpretation...&lt;br&gt;</description>
    <pubDate>Fri, 05 Feb 2010 00:37:15 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/47</guid>
  </item>


  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/46</link>
    <description>&lt;p&gt;Posted by Alexander Sotirov on Feb 04&lt;/p&gt;Are you making the claim that JIT spraying can be stopped by redesigning the&lt;br&gt;
JIT? How exactly would you redesign the JIT to avoid inserting bytes controlled&lt;br&gt;
by the attacker into the generated instruction stream?&lt;br&gt;
&lt;br&gt;
Alex&lt;br&gt;</description>
    <pubDate>Thu, 04 Feb 2010 23:01:47 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/46</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/45</link>
    <description>&lt;p&gt;Posted by Matthew Wollenweber on Feb 04&lt;/p&gt;I saw the talk and I'm not sure how exactly you easily fix the problem. The&lt;br&gt;
speaker didn't organize the talk optimally and TSA screaming next door&lt;br&gt;
didn't help either, however it seems difficult to fix being able to fix&lt;br&gt;
shellcode generated by valid actionscript code. Additionally, the JIT spray&lt;br&gt;
was fairly small and according to the speaker had a greater than 90%&lt;br&gt;
reliability.&lt;br&gt;
&lt;br&gt;
The most common attack vectors (IMO) appear to be PDFs and IE. Adobe...&lt;br&gt;</description>
    <pubDate>Thu, 04 Feb 2010 21:53:39 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/45</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/44</link>
    <description>&lt;p&gt;Posted by dave on Feb 04&lt;/p&gt;I know I'm annoying Spender by even replying, but this sort of thing is&lt;br&gt;
not dependant on Flash. It's simply a function of &amp;quot;Any JIT the attacker&lt;br&gt;
can pass data into will break DEP/ASLR&amp;quot;. The only &amp;quot;solution&amp;quot; is to have&lt;br&gt;
every available JIT have defined entry points that the kernel enforces&lt;br&gt;
(which will prevent EIP from going into the middle of a JIT'd function).&lt;br&gt;
&lt;br&gt;
At that point you basically have &amp;quot;Determina&amp;quot; and you take a...&lt;br&gt;</description>
    <pubDate>Thu, 04 Feb 2010 20:28:36 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/44</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/43</link>
    <description>&lt;p&gt;Posted by Thierry Zoller on Feb 04&lt;/p&gt;Hi,&lt;br&gt;
&lt;br&gt;
Why refer to respect when all you write afterwards is full of despise&lt;br&gt;
and   arrogance   ?   Your   capability   to   read   my mind is still&lt;br&gt;
lacking ;) , apparently you thought you know - What I read and&lt;br&gt;
what I know. Sorry to inform you that you are wrong on both.&lt;br&gt;
&lt;br&gt;
Does not compute either. By &amp;quot;fix&amp;quot; I abviously assumed &amp;quot;redesign/eginner&amp;quot;&lt;br&gt;
the JIT. The point was that ASLR/DEP is not dead because of error in a&lt;br&gt;
JIT.&lt;br&gt;</description>
    <pubDate>Thu, 04 Feb 2010 19:55:18 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/43</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/42</link>
    <description>&lt;p&gt;Posted by Moshe Ben Abu on Feb 04&lt;/p&gt;Yep, I agree with Thierry, once the technique will be fixed - ASLR+DEP = big&lt;br&gt;
problem :(&lt;br&gt;
&lt;br&gt;
Past examples:&lt;br&gt;
 - Java Virtual Machine Heap Spray &amp;gt; Java is out of process since 1.6.0u10.&lt;br&gt;
 - Actionscript Heap Spray &amp;gt; Flash 10 got DEP and ASLR.&lt;br&gt;
 - .NET User Control binary &amp;gt; Internet Explorer 8 RTM blocks it on Internet&lt;br&gt;
Zone.&lt;br&gt;
&lt;br&gt;
In addition, latest versions of Adobe Reader, QuickTime and .NET Framework&lt;br&gt;
got DEP and ASLR enabled too...&lt;br&gt;</description>
    <pubDate>Thu, 04 Feb 2010 18:59:43 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/42</guid>
  </item>
  <item>
    <title>Re: ASLR+DEP = no problem. :&gt;</title>
    <link>http://seclists.org/dailydave/2010/q1/41</link>
    <description>&lt;p&gt;Posted by Thierry Zoller on Feb 04&lt;/p&gt;Hi,&lt;br&gt;
This -&lt;br&gt;
&lt;br&gt;
+&lt;br&gt;
&lt;br&gt;
Doesn't compute. You are relying on oddities, fix&lt;br&gt;
the oddities and ASLR/DEP are back again.&lt;br&gt;</description>
    <pubDate>Thu, 04 Feb 2010 16:56:33 GMT</pubDate>
    <guid isPermaLink="true">http://seclists.org/dailydave/2010/q1/41</guid>
  </item>

 

<!-- MHonArc v2.6.16 -->
  </channel>
</rss>
