Who’s behind Stuxnet?

Stuxnet is a worm that focuses on attacking SCADA devices. This is interesting on several levels.

First, we get to see all of those so-called isolated networks get infected, and wonder how that happened (here’s a clue: in 2010, isolated means in a concrete box buried underground with no person having access to it).

Then, we get to see how weak SCADA devices really are. No surprise to anyone who has ever fuzzed one.

After that, we get to theorize on who’s behind it and who is the target. What’s your guess?

DiggRedditSlashdotTwitThisSphinnStumbleUpondel.icio.usFacebookGoogleTechnoratiE-mail this story to a friend!

Apple iPhone/iPod Touch/iPad Security Update

Yesterday Apple released a security update that patches the Jailbreakme vulnerabilities to stop people Jailbreaking their Apple devices.

Okay, so maybe I’m looking at this the wrong way around, but it seems that when a vulnerability gets a lot of media attention, Apple work the backsides off to get this one patched. I understand that we are talking serious vulnerabilities here, but still. I’ve personally been in contact with Apple for a couple of months now in regards to a DoS vulnerability that I discovered, and still have no time line on when a patch for this will be released, so maybe all that’s needed is to turn this into some media hype, hmmm.

So the vulnerabilities that this patches are the following:

  • FreeTypeCVE-ID: CVE-2010-1797

    Available for: iOS 2.0 through 4.0.1 for iPhone 3G and later, iOS 2.1 through 4.0 for iPod touch (2nd generation) and later

    Impact: Viewing a PDF document with maliciously crafted embedded fonts may allow arbitrary code execution

    Description: A stack buffer overflow exists in FreeType’s handling of CFF opcodes. Viewing a PDF document with maliciously crafted embedded fonts may allow arbitrary code execution. This issue is addressed through improved bounds checking.

  • IOSurfaceCVE-ID: CVE-2010-2973

    Available for: iOS 2.0 through 4.0.1 for iPhone 3G and later, iOS 2.1 through 4.0 for iPod touch (2nd generation) and later

    Impact: Malicious code running as the user may gain system privileges

    Description: An integer overflow exists in the handling of IOSurface properties, which may allow malicious code running as the user to gain system privileges. This issue is addressed through improved bounds checking.

DiggRedditSlashdotTwitThisSphinnStumbleUpondel.icio.usFacebookGoogleTechnoratiE-mail this story to a friend!

Where To Sell Software Vulnerabilities/Exploits?

So the last post that I wrote, and Aviram’s follow on post really got me thinking, unless you know where to sell software vulnerabilities or exploits, finding places isn’t really that easy at all. I knew about ZDI and VPC, but that was it really, and it took me ages to remember VPC.

So I spent some time Googling, and well that didn’t help me much to me honest. So I’ve decided to compile a list on here, with a subject that’s easy enough to search for.

So what I’m asking all our readers is that if you know of anywhere that buys software vulnerabilities legitimately, please let me know by leaving a comment and I’ll update the list here accordingly.

So without any further ado, here’s the definitive list of where you can sell those exploits and vulnerabilities that you worked so hard on discovering and writing.

Beyond Security

Zero Day Initiative (Tippingpoint)

Vulnerability Contributor Program (iDefense)

Global Vulnerability Partnership

DiggRedditSlashdotTwitThisSphinnStumbleUpondel.icio.usFacebookGoogleTechnoratiE-mail this story to a friend!

Backtrack - The Future, The Funding, The Roadmap

Great news, Backtrack now has funding to move ahead with scheduled releases, and a roadmap moving forward up to Backtrack 5. You can view the roadmap here. It seems that the worlds leader in penetration testing training, namely Offensive Security is going to be funding the BackTrack Linux distribution’s development going forward. No need to worry though, BackTrack is still going to remain an Open Source distro.

Other news on this front is that the Exploit Database now has new EDB Research and Development teams that are actively working on vulnerability discovery and development, so watch this space for more news and good things to come. It’s also very worthwhile checking out the Exploit Database Blog.

DiggRedditSlashdotTwitThisSphinnStumbleUpondel.icio.usFacebookGoogleTechnoratiE-mail this story to a friend!

Hack In The Box Security Conference Comes to Europe

The first ever HITB Security conference will be help in Amsterdam on the 1st and 2nd July, so apologies for only posting this now, but there’s still time to register.

The full conference agenda can be found here.

Some of the talks listed are:

- Breaking Virtualization by Switching to Virtual 8086 Mode

- Attacking SAP Users Using sapsploit

- Fireshark – A tool to Link the Malicious Web

- Having Fun with Apple’s IOKit

So all in all, it looks like it’s going to be an interesting couple of days.

Leave a comment if you’re going, it’d be good to hook up.

DiggRedditSlashdotTwitThisSphinnStumbleUpondel.icio.usFacebookGoogleTechnoratiE-mail this story to a friend!

Interview with Charlie Miller

For those of you who don’t know who Charlie Miller is (really, you don’t? Maybe it’s time to get out from under the pile of paperwork for a change then.) He’s the guy who’s managed to pwn 3 Apple products at Pwn2Pwn over the last three consecutive years. I got to thinking recently, and the last person that I interviewed for the SecuriTeam Blogs was Fyodor, and that feels like a lifetime ago! So I dropped Charlie a line to see if he’d be up for it, and thankfully he was.

xyberpix: How and what got you get started in vulnerability discovery?

0xcharlie: It was back at the NSA so I can’t really talk about it.  But I really like the concept of vulnerability analysis.  Its slightly adversarial in nature.  Smart people write software and I have to try to find mistakes that they’ve made.

Also,it appeals to me in the same way that collecting baseball cards does to people.  I like having a bunch of bugs that only I know about.  There is something intellectually satisfying about that.

xyberpix: What made you pick OS X as what seems to be your primary target?

0xcharlie: I had never owned, or really even used, a Mac until I started at ISE 4 years ago. ISE got me a Mac as my primary computer since that is the standard company issue. We also had some clients that were interested in Macs and OS X so I was forced to learn a bit about how they worked.  So I was in a position to play with a Mac, which I actually learned to like once I got used to it.  I quickly found it was rather easy to find bugs in it and I like to go after the easy targets.  Another thing is I take joy in ruining the day of the fanboys.  One interesting point is that exploitation is very OS (and even application) dependent, but vulnerability analysis is basically OS independent.

xyberpix: What tools do you typically use to find bugs on OS X?

0xcharlie: Mostly home brewed fuzzers.  But I also do source code analysis when available and occasionally reverse engineering.

xyberpix: What does your testing setup consist of for vulnerability research?

0xcharlie: I have a Win XP box with IDA Pro on it.  I also use this box for Windows bug hunting, so it has a bunch of debuggers (Olly, WinDbg, ImmDbg), hex editors and stuff on it.  I have an old Linux box that I mostly use for Source Navigator.  I also have a bunch of Macs, obviously.  My main computer is a 4 year old MacBook. Its got everything I need on it as well as every bug or exploit I’ve written at ISE. It also has various fuzzers I’ve written (Python), bunches of fuzzed test cases, PyDbg, PaiMei, etc.

xyberpix: You’ve mentioned on Twitter recently that you have quite a few exploits for OS X, have you considered selling these, and if not, why not?

0xcharlie: No.  My employment contract forbids it.

xyberpix: As you have a stockpile of exploits for OS X, what made you choose to use the one that you did for Pwn2Pwn over the others?

0xcharlie: It was the easiest one to exploit.  As you’ve probably noticed, I’m basically lazy which is why I like fuzzing.

xyberpix: Will you be bringing out any more books in the near future?

0xcharlie: No plans at the moment.  Its a huge endeavor to take on.  At one point Dino Dai Zovi, Ralf-Phillip Weinmann (one of the iPhone Pwn2Own guys) and I were signed on to write an iPhone security book, which would have been pretty awesome, but it never materialized.

xyberpix: How’s it feel to have won Pwn2Pwn 3 years in a row now, and will you be going for 4?

0xcharlie: It felt a little anti-climatic actually.  It was way more fun the first year when it was a bit more of a surprise.  For the last month or two I’ve been saying I’m retiring after this Pwn2Own.  Its a lot of stress and the rules are always changing so its tough.  Also, Snow Leopard exploits are much harder to write than Leopard exploits, to the point it isn’t much fun.  But maybe I’ll reconsider next year. Call me the Brett Favre of hacking.

xyberpix: Have you thought of offering a training course to developers to teach them how to find bugs, if so would this be internationally available?

0xcharlie: Yes, I’ve thought about it.  Again, this would be a big time investment to develop the course which I’m too busy to undertake at the moment.  Of course, I work for a consulting company so if enough people throw money at them, they’ll make me do it!

xyberpix: How would you advise someone starting from scratch on how to identify vulnerabilities and write exploits for them?

0xcharlie: I get this question a lot and I don’t have a great answer for it.  I went to the NSA for 5 years but not many people have that option.  Make sure you understand C/C++, then assembly, then reverse engineering for starters.  For bug finding, find out about all the bugs that are being discussed and what they look like so you know what to look for.  Then start fuzzing and trying to triage all the crashes.  For writing exploits, find some good exploits and see how they work.  Then start trying to write some for known vulnerabilities or ones you’ve found.  If you’ve got the cash, take
Dino and Alex’s training course.  My main advice is to get your hands dirty and just jump in and do it.

xyberpix: On a scale of 1-10 how would you compare the skill level required to identify and exploit security vulnerabilities in the following Operating Systems Windows, OS X, Linux?

0xcharlie: This is one of the reasons its hard to get into this field these days.  10 years ago it took a skill level of 2, 5 years ago a skill level of 6 and now a skill level of 8 or 9.  As for the various OS’s I’d say something like a 9 for windows and an 8 for the others.

xyberpix: You started the No More Free Bugs Movement, what was/is your reasoning behind this, and have you had much success with selling vulnerabilities/exploits to the vendors? Would you say that the vendors are reacting positively or negatively to this?

0xcharlie: The idea was that finding bugs is hard work.  Big vendors have teams of researchers and QA people who are paid lots of money to find bugs.  So, on the rare event one slips by and puts their users at risk, vendors should be falling all over themselves to get this information and get fixes available for their customers.  Instead, they expect researchers to give them the bugs, deal with them, convince them the bugs are real, provide POC’s, take legal liability, etc and all for charity.  Well, as a professional consultant, I get paid to find bugs by our customers, so I started to wonder why my customers paid me and for the same work, vendors don’t.

As for what’s come out of it, hopefully researchers have begun to ask this question too.  I’d like to think I’ve helped ZDI to get more researchers participating, although I don’t know for sure.  Vendors pretty much ignore the whole NMFB’s
movement.  They only care about their bottom line and NMFB doesn’t affect it.  The only positive thing I’ve seen is someone from Mozilla recently said they were thinking of raising their bug bounty from $500 and wanted to know what I thought was a fair amount.  That made me happy.  Besides Mozilla, I’ve never heard of anyone who sold a bug to a vendor, although Chrome offers a program.

xyberpix: What do you feel the greatest risk to Web Browsers is at the moment, and why?

0xcharlie: Probably the biggest weakness is that web browsers are a big attack surface and the attacker has a lot of control.  The attack surface includes html, JavaScript, images, plugins (Java, Flash, Silverlight, etc).  Attackers can manipulate the heap using the languages at their disposal.  These make for a powerful combination for attackers.

xyberpix: What do you feel the greatest risk on the Internet is at this point in time, and why?

0xcharlie: The biggest risk is how companies store your personal information and then lose it. I can manage my own computer (most of the time) but when sites lose my info, I’m powerless to do anything about it (or prevent it).

xyberpix: If you were to give one bit of advice to developers that they’d all listen to, what would that be?

0xcharlie: Just to think defensively.  Every time you write a line of code or a function, think about ways bad guys might try to present data to it to cause an error.  Think about all the things that could go wrong and then you can think of ways to try to prevent them from happening.

xyberpix: You and Steve Jobs are sitting have a cup of coffee, tell me how how that conversation would go?

0xcharlie: Great question!  First I’d have to tell him who I was because he’d have no idea. I’d try to tell him that eventually this security thing is going to bite him in the ass when the malware authors notice enough Macs.  I’d then patiently listen to his explanation of why I’m wrong and how its going to all play out.  He’d probably convince me.  Finally, I’d bitch that iPad doesn’t have Flash.  Lame.

Thanks again to Charlie for taking the time out to answer these questions, it really is appreciated.

DiggRedditSlashdotTwitThisSphinnStumbleUpondel.icio.usFacebookGoogleTechnoratiE-mail this story to a friend!

Fuzzing anything that moves

<meta content="OpenOffice.org 3.0 (Linux)" name="GENERATOR" /> <style type="text/css"> <!-- @page { margin: 0.79in } P { margin-bottom: 0.08in } A:link { so-language: zxx } --></style></p> <p style="margin-bottom: 0in">I’m in New Delhi, for the local <a href="(http://www.owasp.org/index.php/SecurityByte_and_OWASP_Asia_AppSec_Conference_2009">OWASP Conference</a>. There’s a <a href="http://www.owasp.org/index.php/SecurityByte_and_OWASP_Asia_AppSec_Conference_2009#tab=Conference">really nice lineup</a> and if you’re in the New Delhi area I highly recommend attending.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">I’ll be speaking twice. On Tuesday about blackbox testing. The abstract can be paraphrased from the immortal words of the great fuzzing master Ice-T:</p> <blockquote> <p style="margin-bottom: 0in">If you’re from Mars, and you have inputs, we will fuzz you.</p> </blockquote> <p style="margin-bottom: 0in">(Look up the <a href="http://www.rhapsody.com/body-count/body-count/kkk-bitch/lyrics.html">original text</a>, I guarantee it’s worth it)</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">On Wednesday I’ll be talking a bit about breaking JSON applications, relying on the great research done by Amit Klein, Blueinfy, Jeremiah Grossman, Fortify, and many others.</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in">If you spot any errors in either of my presentations let me know and I will buy you a beer. This offer does not include anything stupid I say while on a discussion panel…</p> <p style="margin-bottom: 0in"> <p style="margin-bottom: 0in"> <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332&title=Fuzzing+anything+that+moves"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332&title=Fuzzing+anything+that+moves"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=Fuzzing+anything+that+moves&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332&title=Fuzzing+anything+that+moves"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332&title=Fuzzing+anything+that+moves"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332&title=Fuzzing+anything+that+moves"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332&t=Fuzzing+anything+that+moves"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332&title=Fuzzing+anything+that+moves"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=Fuzzing+anything+that+moves&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1332" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1332" dc:identifier="http://blogs.securiteam.com/index.php/archives/1332" dc:title="Fuzzing anything that moves" trackback:ping="http://blogs.securiteam.com/index.php/archives/1332/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1307"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1307" rel="bookmark" title="When source code audit fails">When source code audit fails</a></h2> <p class="postinfo"> Posted on July 17th, 2009 by <a href="http://blogs.securiteam.com/index.php/archives/author/noam/" title="Posts by noam">noam</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/full-disclosure/" title="View all posts in Full Disclosure" rel="category tag">Full Disclosure</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | <a href="http://blogs.securiteam.com/index.php/archives/1307#comments" title="Comment on When source code audit fails">1 Comment »</a> </p> <div class="entry"> <p>A <a href="http://xorl.wordpress.com/2009/07/17/linux-kernel-devnettun-null-pointer-dereference/">NULL reference vulnerability</a> in the <em>tun</em> source code of the Linux kernel has been discovered to be “immune” if the code is audited, and vulnerable once GCC has put into place its code optimizations.</p> <p>The vulnerability allows executing arbitrary code and gaining root access.</p> <p>An exploit has been released proving that the vulnerability is not just “theoretically” there, but can be actually exploited.</p> <p>Need we say <a href="http://www.beyondsecurity.com/black-box-testing.html">Black Box Fuzzing</a>? a API fuzzer such as <a href="http://www.beyondsecurity.com/comparison.html">beSTORM</a> would have easily caught as beSTORM can be told to open the /dev/net/tun driver and write data directly to it, one of the first tests it will preform will be the “old” nothing (NULL) data transfer.</p> <p>BTW: If you want to test the vulnerability on your kernel here is a code snip:</p> <pre>int fd; struct pollfd pfd; fd = open("/dev/net/tun", O_RDWR); pfd.fd = fd; pfd.events = POLLIN | POLLOUT; poll(&pfd, 1, 0);</pre> <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307&title=When+source+code+audit+fails"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307&title=When+source+code+audit+fails"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=When+source+code+audit+fails&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307&title=When+source+code+audit+fails"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307&title=When+source+code+audit+fails"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307&title=When+source+code+audit+fails"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307&t=When+source+code+audit+fails"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307&title=When+source+code+audit+fails"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=When+source+code+audit+fails&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1307" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1307" dc:identifier="http://blogs.securiteam.com/index.php/archives/1307" dc:title="When source code audit fails" trackback:ping="http://blogs.securiteam.com/index.php/archives/1307/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1300"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1300" rel="bookmark" title="milw0rm will stay open, but needs your help">milw0rm will stay open, but needs your help</a></h2> <p class="postinfo"> Posted on July 11th, 2009 by <a href="http://blogs.securiteam.com/index.php/archives/author/aviram/" title="Posts by Aviram">Aviram</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/web/" title="View all posts in Web" rel="category tag">Web</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/culture/" title="View all posts in Culture" rel="category tag">Culture</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | <a href="http://blogs.securiteam.com/index.php/archives/1300#comments" title="Comment on milw0rm will stay open, but needs your help">1 Comment »</a> </p> <div class="entry"> <p>Seems like milw0rm will stay up for the near future. In an email from Str0ke, he wrote:</p> <blockquote><p>Way to[o] many people unhappy with me over the<br /> idea of closing shop.  I just needed help which I have alot of people to choose from now</p></blockquote> <p>So the good news, is that we’ll still see milw0rm posting information. But for all of you who were disappointed by milw0rm almost closing: if you want to see it stay open, here’s your chance to help. Just write to str0ke and offer him help - managing a vulnerability database is one of the best ways to gain expertise and learn the field. Plus, you’ll be helping a valuable resource, and making friends along the way.</p> <p>From a personal experience, I can very much recommend it. We started our own <a href="http://www.securiteam.com/">vulnerabilities database</a> much like milw0rm a while back, and it gave us the expertise to build a <a href="http://www.beyondsecurity.com/vulnerability-assessment.html">vulnerability scanner</a>, a <a href="http://www.beyondsecurity.com/beSTORM">fuzzer</a>, and build a profitable business while having fun doing it. So much so, that the original SecuriTeam team is still actively working on editing and posting information.</p> <p>So whether you are looking to sharpen your skills for fun or want to give a boost to your professional career, I highly recommend joining milw0rm (do it now, while str0ke is still accepting applications!) <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300&title=milw0rm+will+stay+open%2C+but+needs+your+help"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300&title=milw0rm+will+stay+open%2C+but+needs+your+help"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=milw0rm+will+stay+open%2C+but+needs+your+help&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300&title=milw0rm+will+stay+open%2C+but+needs+your+help"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300&title=milw0rm+will+stay+open%2C+but+needs+your+help"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300&title=milw0rm+will+stay+open%2C+but+needs+your+help"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300&t=milw0rm+will+stay+open%2C+but+needs+your+help"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300&title=milw0rm+will+stay+open%2C+but+needs+your+help"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=milw0rm+will+stay+open%2C+but+needs+your+help&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1300" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1300" dc:identifier="http://blogs.securiteam.com/index.php/archives/1300" dc:title="milw0rm will stay open, but needs your help" trackback:ping="http://blogs.securiteam.com/index.php/archives/1300/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1216"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1216" rel="bookmark" title="SCTP fuzzing made easy">SCTP fuzzing made easy</a></h2> <p class="postinfo"> Posted on December 21st, 2008 by <a href="http://blogs.securiteam.com/index.php/archives/author/noam/" title="Posts by noam">noam</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | <a href="http://blogs.securiteam.com/index.php/archives/1216#respond" title="Comment on SCTP fuzzing made easy">No Comments »</a> </p> <div class="entry"> <p>With the recent introduction of a native <a rel="nofollow" href="http://en.wikipedia.org/wiki/SCTP">SCTP</a> library into <a href="http://www.beyondsecurity.com/bestorm_overview.html">beSTORM</a> you can easily <a href="http://www.beyondsecurity.com/black-box-testing.html">fuzz</a> your SCTP based protocols with beSTORM.</p> <p>This includes all our existing protocols as well as SCTP dedicated protocols such as M3UA and MGCP.</p> <p>SCTP for those that aren’t familiar with it is a fairly common protocol in the VoIP and Telecommunication industry it sits upon IP and ‘replaces’ the TCP/UDP layers. It has several benefits over TCP and UDP but it is mainly used because it has been endorsed by the SIGTRAN group as the primary way of communication between two telecommunication providers. <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216&title=SCTP+fuzzing+made+easy"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216&title=SCTP+fuzzing+made+easy"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=SCTP+fuzzing+made+easy&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216&title=SCTP+fuzzing+made+easy"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216&title=SCTP+fuzzing+made+easy"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216&title=SCTP+fuzzing+made+easy"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216&t=SCTP+fuzzing+made+easy"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216&title=SCTP+fuzzing+made+easy"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=SCTP+fuzzing+made+easy&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1216" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1216" dc:identifier="http://blogs.securiteam.com/index.php/archives/1216" dc:title="SCTP fuzzing made easy" trackback:ping="http://blogs.securiteam.com/index.php/archives/1216/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1208"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1208" rel="bookmark" title="Fuzzing’s Impact on Vulnerability Discovery">Fuzzing’s Impact on Vulnerability Discovery</a></h2> <p class="postinfo"> Posted on December 18th, 2008 by <a href="http://blogs.securiteam.com/index.php/archives/author/jbrown/" title="Posts by jbrown">jbrown</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/full-disclosure/" title="View all posts in Full Disclosure" rel="category tag">Full Disclosure</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/culture/" title="View all posts in Culture" rel="category tag">Culture</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/corporate-security/" title="View all posts in Corporate Security" rel="category tag">Corporate Security</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/sec-tools/" title="View all posts in Sec Tools" rel="category tag">Sec Tools</a> | <a href="http://blogs.securiteam.com/index.php/archives/1208#comments" title="Comment on Fuzzing’s Impact on Vulnerability Discovery">1 Comment »</a> </p> <div class="entry"> <p><img alt="fuzzing" src="http://ecx.images-amazon.com/images/I/41RxE0SJEiL.jpg" /></p> <p>I just seen the <a rel="nofollow" href="http://www.securityfocus.com/archive/1/499315/30/0/threaded"title="new advisory" >new advisory</a> for Opera, headlining a ‘memory corruption’ vulnerability that sounds like its triggered by specially crafted html construction, that is gathered from this almost incoherent ‘detailed’ description of the bug:</p> <p>“Certain HTML constructs affecting an internal heap structure. As a result of a pointer calculation, memory may be corrupted in such a way that an attacker could execute arbitrary code.”</p> <p>I often wonder when I see advisories like this if the vulnerabilities have been found by fuzzing.</p> <p>Another bug found in Adobe Flash Player that I also discuss <a rel="nofollow" href="http://jbrownsec.blogspot.com/2008/11/new-isec-advisory-for-adobe.html"title="new isec advisory for adobe" >here</a>, found by <a href="http://www.isecpartners.com"title="iSEC Partners, Inc" >iSEC</a>, looks also to be found by <a href="http://www.beyondsecurity.com/black-box-testing.html">fuzzing</a>, but more (nearly directly) implied in the advisory.</p> <p>“iSEC applied targeted fuzzing to the ActionScript 2 virtual machine used by the Adobe Flash player, and identified several issues which could lead to denial of service, information disclosure or code execution when parsing a malicious SWF file. The majority of testing occurred during 120 hours of automated SWF-specific fault injection testing in which several hundred unique control paths were identified that trigger bugs and/or potential vulnerabilities in the Adobe Flash Player. Paths leading to duplicate issues where condensed down to a number of unique problems in the Adobe Flash Player. The primary cause for these vulnerabilities appears to be simple failures in verifying the bounds of compartmentalized structures.”</p> <p>Now, both of these examples could have been found by other means than fuzzing, but I know every time I see scrupulous advisories like those it just makes me wonder. By the way, IMHO Fuzzing: Brute Force Vulnerability Discovery is a great book and a great read. Kudos to the swift, engineering authors as well.</p> <p>You can <a href="http://packetstormsecurity.org/fuzzer/"title="browse a list of fuzzers" >browse a list of fuzzers</a> hosting by <a href="http://www.packetstormsecurity.org"title="PacketStorm Security" >PacketStorm</a> to exercise your mind even more.</p> <p>So what do you think? Have <a href="http://www.beyondsecurity.com/black-box-testing.html">fuzzers</a>, being at the most ‘trivial’ to write in ideal conditions (well documented protocol, continued aggressive latency, etc), taken a strong hold in many security researcher’s work? <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208&title=Fuzzing%27s+Impact+on+Vulnerability+Discovery"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208&title=Fuzzing%27s+Impact+on+Vulnerability+Discovery"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=Fuzzing%27s+Impact+on+Vulnerability+Discovery&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208&title=Fuzzing%27s+Impact+on+Vulnerability+Discovery"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208&title=Fuzzing%27s+Impact+on+Vulnerability+Discovery"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208&title=Fuzzing%27s+Impact+on+Vulnerability+Discovery"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208&t=Fuzzing%27s+Impact+on+Vulnerability+Discovery"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208&title=Fuzzing%27s+Impact+on+Vulnerability+Discovery"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=Fuzzing%27s+Impact+on+Vulnerability+Discovery&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1208" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1208" dc:identifier="http://blogs.securiteam.com/index.php/archives/1208" dc:title="Fuzzing’s Impact on Vulnerability Discovery" trackback:ping="http://blogs.securiteam.com/index.php/archives/1208/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1151"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1151" rel="bookmark" title="Fuzzing for RPC vulnerabilities">Fuzzing for RPC vulnerabilities</a></h2> <p class="postinfo"> Posted on October 27th, 2008 by <a href="http://blogs.securiteam.com/index.php/archives/author/aviram/" title="Posts by Aviram">Aviram</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/microsoft/" title="View all posts in Microsoft" rel="category tag">Microsoft</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/culture/" title="View all posts in Culture" rel="category tag">Culture</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/corporate-security/" title="View all posts in Corporate Security" rel="category tag">Corporate Security</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | <a href="http://blogs.securiteam.com/index.php/archives/1151#comments" title="Comment on Fuzzing for RPC vulnerabilities">1 Comment »</a> </p> <div class="entry"> <p>So Dave Aitel said there are <a href="http://seclists.org/dailydave/2006/q3/0160.html">no more RPC vulnerabilities</a> because his fuzzer couldn’t find any new ones. Well, I thought it was just <a href="http://seclists.org/dailydave/2006/q3/0274.html">a matter of trying more combinations</a> and I <a href="http://www.securiteam.com/windowsntfocus/5IP042KJFS.html">was</a> <a href="http://www.securiteam.com/windowsntfocus/6G00Q0UMUG.html">right</a>.</p> <p>The point, though, is not who has a longer fuzzer, but that when it comes to security always bet against the person who says something is impossible.</p> <p>In fact, I made that mistake myself back in the 1990s, claiming Windows can’t be reliably exploited (I can’t find the link to the old ntbugtraq archives - thank god for that). <a href="http://blogs.securiteam.com/index.php/archives/1150"title="Exploited? You better believe it" >Little did I know</a> how easy writing Windows exploits would become. Now if I can only get a message to my younger self to avoid this embarrassment. And if I do get to talk to my young self I’ll be sure to tell me to skip the 2nd and 3rd matrix movies. <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151&title=Fuzzing+for+RPC+vulnerabilities"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151&title=Fuzzing+for+RPC+vulnerabilities"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=Fuzzing+for+RPC+vulnerabilities&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151&title=Fuzzing+for+RPC+vulnerabilities"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151&title=Fuzzing+for+RPC+vulnerabilities"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151&title=Fuzzing+for+RPC+vulnerabilities"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151&t=Fuzzing+for+RPC+vulnerabilities"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151&title=Fuzzing+for+RPC+vulnerabilities"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=Fuzzing+for+RPC+vulnerabilities&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1151" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1151" dc:identifier="http://blogs.securiteam.com/index.php/archives/1151" dc:title="Fuzzing for RPC vulnerabilities" trackback:ping="http://blogs.securiteam.com/index.php/archives/1151/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1132"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1132" rel="bookmark" title="RFC 4475 is not enough">RFC 4475 is not enough</a></h2> <p class="postinfo"> Posted on September 17th, 2008 by <a href="http://blogs.securiteam.com/index.php/archives/author/noam/" title="Posts by noam">noam</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | <a href="http://blogs.securiteam.com/index.php/archives/1132#respond" title="Comment on RFC 4475 is not enough">No Comments »</a> </p> <div class="entry"> <p>When beSTORM is used to test VoIP products, it’s usually the standard SIP, SDP and RTP <a href="http://www.beyondsecurity.com/black-box-testing.html">fuzzing</a>. But we were recently asked about opinion on RFC 4475, which was an interesting case study. RFC 4475 for those who do not know is an IETF standard whose goal is to <em>give[s] examples of Session Initiation Protocol (SIP) test messages designed to exercise and “torture” a SIP implementation</em>. This is great but as the RFC states, these are just a few examples - to be more specific 49 discrete examples.</p> <p>These 49 examples claim to check a broad range of problems that a SIP parser may come across, and that it should either ignore, reject it or handle it correctly.These examples try to test more than one malformed, incorrect or problematic field at a time - opening the possibility that one problematic field is preventing others from being processed.</p> <p>My problem with these 49 cases is that they seem to be very tailored, testing for specific stuff, without testing all the possible variables of that same example. Lets take the Content-Length header. One example checks the resilience to a negative value, another to a large positive, another yet to the value of zero (0).Did you notice what is missing, for example where is the off-by one underflows/overflows?</p> <p>Another example is the use of IP addresses inside the sample data, a carelessness or a small oversight by the tester might make the whole example invalid and not parser-able by the test subject. It might be discarded by the product making the entire test worthless, but the tester happy for ‘passing’ the test. It’s like passing a final exam by not showing up!<br /> In conclusion, running those 49 examples is not straight forward, in addition once you ran them and passed, can you say you are ok? From experience I can tell you that in many cases, both our customers and open source products we have tested with beSTORM failed the complete fuzzing test while they passed the RFC 4475 - beSTORM simply discovered one or more vulnerabilities in them that simply didn’t fit any of the 49 examples provided inside the RFC 4475 torture examples.</p> <p>My recommendation? Testing for those 49 examples only tells you that you are compliant with RFC 4475. Only a serious <a href="http://www.beyondsecurity.com/black-box-testing.html">fuzzer</a> will tell you if your product is secure against SIP, SDP or RTP based attacks. <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132&title=RFC+4475+is+not+enough"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132&title=RFC+4475+is+not+enough"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=RFC+4475+is+not+enough&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132&title=RFC+4475+is+not+enough"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132&title=RFC+4475+is+not+enough"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132&title=RFC+4475+is+not+enough"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132&t=RFC+4475+is+not+enough"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132&title=RFC+4475+is+not+enough"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=RFC+4475+is+not+enough&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1132" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1132" dc:identifier="http://blogs.securiteam.com/index.php/archives/1132" dc:title="RFC 4475 is not enough" trackback:ping="http://blogs.securiteam.com/index.php/archives/1132/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1051"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1051" rel="bookmark" title="From description to exploit">From description to exploit</a></h2> <p class="postinfo"> Posted on December 24th, 2007 by <a href="http://blogs.securiteam.com/index.php/archives/author/noam/" title="Posts by noam">noam</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/full-disclosure/" title="View all posts in Full Disclosure" rel="category tag">Full Disclosure</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | <a href="http://blogs.securiteam.com/index.php/archives/1051#respond" title="Comment on From description to exploit">No Comments »</a> </p> <div class="entry"> <p>Every once in awhile I get an opportunity to work on a “known” vulnerability, but with very little or even no available technical details. These known vulnerabilities tend to be “known” just to their finder and to the vendor that fixed the vulnerability. We know they exist because an advisory is published, but not much more than that.<br /> From the point where the vulnerability got fixed, no one (researcher or vendor) has any interest in disclosing the vulnerability details - as it is no longer interesting - leaving security researchers with insufficient information to confirm whether this vulnerability affects anyone else beside the specific vendor - and specific vendor version.</p> <p>This is the point I reached today, where our team wanted to update a test of our vulnerability scanner to check for the exploitability of a certain vulnerability on a new platform. The version indicated it was vulnerable to the problem but there was no way to confirm it as the vulnerability’s technical description was inadequate, and checking only the version is a sure way for multitude of false positives.<br /> With the little information available:<br /> <em>The get_server_hello function in the SSLv2 client code in OpenSSL 0.9.7 before 0.9.7l, 0.9.8 before 0.9.8d, and earlier versions allows remote servers to cause a denial of service (client crash) via unknown vectors that trigger a null pointer dereference.</em></p> <p>I was determined to discover what was the “unknown vector” and see whether the product I tested was in fact vulnerable or not.</p> <p>First step was to understand what the SSLv2 exactly is, and how I can get it - well simple enough here, “openssl s_client” is just what I needed - it was a sample SSL client that utilizes the get_server_hello() function.</p> <p>Then I needed to create an SSLv2 session, this proved to be a bit more difficult as SSLv2 is now considered insecure and most SSL installations disable it - further Firefox no longer allows connecting to those sites that support it… but apparently Apache 2 haven’t given up on it, and you can turn SSLv2 support quite easily through the <a href="http://httpd.apache.org/docs/2.0/mod/mod_ssl.html#sslprotocol">SSLProtocol</a> definition.</p> <p>Once that was available, I launched beSTORM’s auto-learn mechanism and made it capture the SSLv2 traffic - a complete session can be quite extensive but I only needed the first packets as they were the one get_server_hello() function looks into - once this was ready I used the pcap export capabilities to load the captured data into Wireshark - and use Wireshark’s existing dissection to mark which fields where what - who was the length of what, what was a flag, etc.</p> <p>Then I told beSTORM to start listening on incoming traffic and play around with the values, I mainly concentrated on the following ServerHello parameters:</p> <ul> <li>Packet Length (total length)</li> <li>Session ID Hit (valid value is either set to 0×01 or set to 0×00)</li> <li>Certificate Type (it is an enumeration of three possible values)</li> <li>Certificate Length</li> <li>Certificate Value</li> <li>Cipher Spec Length</li> <li>Cipher Spec Value</li> <li>Connection ID Length</li> <li>Connection ID Value</li> </ul> <p>After a few thousands of combinations - taking about 50 minutes - with beSTORM modifying the Session ID Hit (set to 0×00), Certificate Type set to NULL (0×00), Certificate Length equal to 0, Certificate Value set to none, Cipher Spec Length equal to 0, Cipher Spec Value set to none and the default captured values of Connection ID - the openssl client crashed:</p> <p><em>Program received signal SIGSEGV, Segmentation fault.<br /> 0×0808638d in get_server_hello (s=0×81aed90) at s2_clnt.c:542<br /> 542 if (s->session->peer != s->session->sess_cert->peer_key->x509)</em></p> <p>Now all I needed was to instruct beSTORM to build a module from it - job done.</p> <p>From a very vague description to an exploit in about an hour <img src='http://blogs.securiteam.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p> <p>An exploit can be found at:  <a href="http://www.securiteam.com/exploits/6H00O00KKA.html">OpenSSL SSLv2 Client Crash (NULL Reference)</a> <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051&title=From+description+to+exploit"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051&title=From+description+to+exploit"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=From+description+to+exploit&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051&title=From+description+to+exploit"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051&title=From+description+to+exploit"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051&title=From+description+to+exploit"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051&t=From+description+to+exploit"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051&title=From+description+to+exploit"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=From+description+to+exploit&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1051" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1051" dc:identifier="http://blogs.securiteam.com/index.php/archives/1051" dc:title="From description to exploit" trackback:ping="http://blogs.securiteam.com/index.php/archives/1051/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1011"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1011" rel="bookmark" title="PCM 0day (Divide by Zero)">PCM 0day (Divide by Zero)</a></h2> <p class="postinfo"> Posted on October 14th, 2007 by <a href="http://blogs.securiteam.com/index.php/archives/author/noam/" title="Posts by noam">noam</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/full-disclosure/" title="View all posts in Full Disclosure" rel="category tag">Full Disclosure</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | <a href="http://blogs.securiteam.com/index.php/archives/1011#comments" title="Comment on PCM 0day (Divide by Zero)">1 Comment »</a> </p> <div class="entry"> <p>The debate about the term “zero days” is not directly related to this PCM vulnerability I am about to reveal, but as this vulnerability is not publicly documented, as far as I know, I will call it a 0day.</p> <p>The vulnerability allows you to crash the mplay32.exe - that for some reason is still shipped with Windows up to version 2003, maybe also Vista, can someone confirm? - this low-quality and feature-lacking (software-wise) player contains a problem where a malformed PCM file can cause it to crash as it tries to divide one number by zero.<br /> 00000000 52 49 46 46 24 00 00 1a 57 41 56 45 66 6d 74 20<br /> |RIFF$…WAVEfmt |<br /> 00000010 10 00 00 00 01 00 02 00 44 ac 00 00 88 58 01 00<br /> |……..D….X..|<br /> 00000020 00 00 10 00 64 61 74 61 00 00 00 1a 00 00 24 17<br /> |….data……$.|<br /> 00000030 1e f3 3c 13 3c 14 16 f9 18 f9 34 e7 23 a6 3c f2<br /> |..< .<.....4.#.<.|<br /> 00000040 24 f2 11 ce 1a 0d<br /> |$.....|<br /> Is this vulnerability interesting? not really - mplay32.exe is no longer the default player - unless you are still in the stone-age (i.e. have never upgraded your system or Internet Explorer) - and it allows you to do nothing but crash the player.</p> <p>If someone can find out more about this issue, I will be happy to hear.</p> <p>BTW: This PCM vulnerability was discovered by <a href="http://www.beyondsecurity.com/bestorm_overview.html">beSTORM’s PCM (WAV) fuzzing module - which was launched against mplay32.exe <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011&title=PCM+0day+%28Divide+by+Zero%29"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011&title=PCM+0day+%28Divide+by+Zero%29"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=PCM+0day+%28Divide+by+Zero%29&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011&title=PCM+0day+%28Divide+by+Zero%29"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011&title=PCM+0day+%28Divide+by+Zero%29"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011&title=PCM+0day+%28Divide+by+Zero%29"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011&t=PCM+0day+%28Divide+by+Zero%29"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011&title=PCM+0day+%28Divide+by+Zero%29"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=PCM+0day+%28Divide+by+Zero%29&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1011" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1011" dc:identifier="http://blogs.securiteam.com/index.php/archives/1011" dc:title="PCM 0day (Divide by Zero)" trackback:ping="http://blogs.securiteam.com/index.php/archives/1011/trackback/" /> </rdf:RDF> --> </div> </div> <div class="post" id="post-1001"> <h2><a href="http://blogs.securiteam.com/index.php/archives/1001" rel="bookmark" title="Flayer is Google’s step to Web application security testing">Flayer is Google’s step to Web application security testing</a></h2> <p class="postinfo"> Posted on September 19th, 2007 by <a href="http://blogs.securiteam.com/index.php/archives/author/juha-matti/" title="Posts by Juha-Matti">Juha-Matti</a><br /> Filed under: <a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="View all posts in Commentary" rel="category tag">Commentary</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/google/" title="View all posts in Google" rel="category tag">Google</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/corporate-security/" title="View all posts in Corporate Security" rel="category tag">Corporate Security</a>, <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts in Fuzzing" rel="category tag">Fuzzing</a> | Comments Off </p> <div class="entry"> <p>Google has introduced the tool recently via its <a rel="nofollow" href="http://googleonlinesecurity.blogspot.com/2007/09/information-flow-tracing-and-software.html">Online Security Blog</a>.</p> <p>The tool is released under GNU General Public License v2.</p> <p>The home of the new project is here: <a href="http://code.google.com/p/flayer/">code.google.com/p/flayer/</a></p> <p>The visitors of WOOT ‘07 conference are aware already. <div><a href="http://digg.com/submit?phase=2&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001&title=Flayer+is+Google%27s+step+to+Web+application+security+testing"rel="nofollow" title="Digg"><img src="http://blogs.securiteam.com/wp-content/socializer-images/digg.png" title="Digg" alt="Digg" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://reddit.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001&title=Flayer+is+Google%27s+step+to+Web+application+security+testing"rel="nofollow" title="Reddit"><img src="http://blogs.securiteam.com/wp-content/socializer-images/reddit.png" title="Reddit" alt="Reddit" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://slashdot.org/bookmark.pl?title=Flayer+is+Google%27s+step+to+Web+application+security+testing&url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001"rel="nofollow" title="Slashdot"><img src="http://blogs.securiteam.com/wp-content/socializer-images/slashdot.png" title="Slashdot" alt="Slashdot" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://twitthis.com/twit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001"rel="nofollow" title="TwitThis"><img src="http://blogs.securiteam.com/wp-content/socializer-images/twitter.png" title="TwitThis" alt="TwitThis" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://sphinn.com/submit.php?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001&title=Flayer+is+Google%27s+step+to+Web+application+security+testing"rel="nofollow" title="Sphinn"><img src="http://blogs.securiteam.com/wp-content/socializer-images/sphinn.png" title="Sphinn" alt="Sphinn" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001&title=Flayer+is+Google%27s+step+to+Web+application+security+testing"rel="nofollow" title="StumbleUpon"><img src="http://blogs.securiteam.com/wp-content/socializer-images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://del.icio.us/post?url=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001&title=Flayer+is+Google%27s+step+to+Web+application+security+testing"rel="nofollow" title="del.icio.us"><img src="http://blogs.securiteam.com/wp-content/socializer-images/delicious.png" title="del.icio.us" alt="del.icio.us" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001&t=Flayer+is+Google%27s+step+to+Web+application+security+testing"rel="nofollow" title="Facebook"><img src="http://blogs.securiteam.com/wp-content/socializer-images/facebook.png" title="Facebook" alt="Facebook" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001&title=Flayer+is+Google%27s+step+to+Web+application+security+testing"rel="nofollow" title="Google"><img src="http://blogs.securiteam.com/wp-content/socializer-images/googlebookmark.png" title="Google" alt="Google" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="http://technorati.com/faves?add=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001"rel="nofollow" title="Technorati"><img src="http://blogs.securiteam.com/wp-content/socializer-images/technorati.png" title="Technorati" alt="Technorati" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a><a href="mailto:?subject=Flayer+is+Google%27s+step+to+Web+application+security+testing&body=http%3A%2F%2Fblogs.securiteam.com%2Findex.php%2Farchives%2F1001" title="E-mail this story to a friend!"><img src="http://blogs.securiteam.com/wp-content/socializer-images/email_link.png"rel="nofollow" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" style="margin:5px; border:0px; opacity: .4; -moz-opacity: .4; filter: alpha(opacity=40);" /></a></div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://blogs.securiteam.com/index.php/archives/1001" dc:identifier="http://blogs.securiteam.com/index.php/archives/1001" dc:title="Flayer is Google’s step to Web application security testing" trackback:ping="http://blogs.securiteam.com/index.php/archives/1001/trackback/" /> </rdf:RDF> --> </div> </div> <div class="browse"> — <a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/page/2/">Next Page »</a></div> <div class="clear"></div> </div> <div class="sidebar sidebar2"> <ul> <li><h3>More <span>SecuriTeam...</span></h3> <!-- inlineRSS - beginning of securiteam feed --> <ul><li><a href="http://www.securiteam.com/securitynews/5EP2Y0U6AG.html">RealNetworks RealPlayer RV10 Sample Height Parsing Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/securitynews/5DP2X0U6AA.html">RealNetworks RealPlayer IVR MLTI Chunk Length Parsing Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/securitynews/5CP2W0U6AG.html">RealNetworks RealPlayer RV30 Uninitialized Index Value Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/securitynews/5BP2V0U6AM.html">RealNetworks RealPlayer Invalid Codec Name Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/securitynews/5KP2Y0A6AK.html">RealNetwork RealPlayer MPG Width Integer Underflow Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/tools/6N03G002UM.html">Apache mod_rewrite Vulnerability PoC</a></li><li><a href="http://www.securiteam.com/tools/5SP3D0U4KY.html">netsniff-ng - A Linux Network Analyzer and Networking Toolkit</a></li><li><a href="http://www.securiteam.com/tools/6T03H0K0AQ.html">Simple Local File Inclusion Exploiter</a></li><li><a href="http://www.securiteam.com/tools/6S03G0K0AW.html">NiX A Linux Brute Forcer</a></li><li><a href="http://www.securiteam.com/tools/6D0362K0AI.html">Nchop - A TCP Session Splicing Tool Used to Rvade Intrusion Detection Systems</a></li><li><a href="http://www.securiteam.com/unixfocus/5MP3Q0A60W.html">ProFTPD Response Pool Use-After-Free Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/unixfocus/5WP3W0A55A.html">Insight Control for Linux Multiple Vulnerabilities</a></li><li><a href="http://www.securiteam.com/unixfocus/5SP3S0A55O.html">HP-UX Running NFS/ONCplus Denial of Service Vulnerability</a></li><li><a href="http://www.securiteam.com/unixfocus/5XP3L2K55W.html">HP-UX Running BIND Denial of Service Vulnerability 2011</a></li><li><a href="http://www.securiteam.com/unixfocus/5ZP311555Y.html">HP-UX Running XNTP Denial of Service Vulnerability</a></li><li><a href="http://www.securiteam.com/windowsntfocus/5XP3H0U60U.html">Novell Zenworks Software Packaging LaunchHelp.dll Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/windowsntfocus/5WP3G0U60M.html">Novell ZENWorks Software Packaging Antique ActiveX Control Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/windowsntfocus/5RP302K60C.html">Microsoft Internet Explorer swapNode Handling Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/windowsntfocus/5FP2Y2K60M.html">Microsoft Internet Explorer Select Element Insufficient Type Checking Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/windowsntfocus/5EP2X2K60Q.html">Internet Explorer Select Element Cache Code Execution Vulnerability</a></li><li><a href="http://www.securiteam.com/exploits/5SP360040Q.html">Microsoft Windows shmedia.dll Division By Zero, Explore.exe DOS Exploit</a></li><li><a href="http://www.securiteam.com/exploits/5VP3H153PA.html">IGSS 8 ODBC Server Multiple Remote Uninitialized Pointer Free DoS</a></li><li><a href="http://www.securiteam.com/exploits/5UP3G153PI.html">Progea Movicon TCPUploadServer Remote Exploit</a></li><li><a href="http://www.securiteam.com/exploits/5LP2V0K0AG.html">Trango Broadband Wireless Rogue SU Authentication Bug</a></li><li><a href="http://www.securiteam.com/exploits/5CP2W0A0AU.html">Exposing HMS HICP Protocol and Intellicom NetBiterConfig.exe Remote Buffer Overflow</a></li><li><a href="http://www.securiteam.com/securityreviews/5GP3G005FA.html">Bypassing Internet Explorer's XSS Filter</a></li><li><a href="http://www.securiteam.com/securityreviews/5OP39204AM.html">Apple OfficeImport Framework Excel Memory Corruption Vulnerability</a></li><li><a href="http://www.securiteam.com/securityreviews/5YP2V1F35I.html">LittleBlackBox Project: Default SSL Keys in Multiple Routers</a></li><li><a href="http://www.securiteam.com/securityreviews/5NP0E00R5A.html">Why Silent Updates Boost Security</a></li><li><a href="http://www.securiteam.com/securityreviews/5MP0D00R5G.html">PDF Silent HTTP Form Repurposing Attacks</a></li></ul> <!-- end of securiteam feed --> </li> <a href="http://www.securiteam.com/securiteam.rss"><img class="offsetimg" src="http://blogs.securiteam.com/wp-content/themes/securiteam.new/images/rss.gif" ALT="Security Research"> Subscribe</a> </ul> </div> <div class="sidebar"> <a style="font-size: 150%;" href="/index.php/feed/"><img src="http://blogs.securiteam.com/wp-content/themes/securiteam.new/images/rss-icon-48x48.gif" width="24" ALT="Security RSS"> Subscribe</a> <br><br> <ul> <!-- <li class="pagenav"><h2>Pages</h2><ul><li class="page_item"><a href="http://blogs.securiteam.com/index.php/about/" title="About">About</a></li> <li class="page_item"><a href="http://blogs.securiteam.com/index.php/sectoon_about/" title="About SecuriToons">About SecuriToons</a></li> <li class="page_item"><a href="http://blogs.securiteam.com/index.php/sectoon_contact/" title="Contact SecuriToons">Contact SecuriToons</a></li> <li class="page_item"><a href="http://blogs.securiteam.com/index.php/sectoon_join/" title="Join SecuriToons">Join SecuriToons</a></li> <li class="page_item"><a href="http://blogs.securiteam.com/index.php/sectoon_authors/" title="SecuriToons Authors">SecuriToons Authors</a></li> <li class="page_item"><a href="http://blogs.securiteam.com/index.php/write/" title="Write with us">Write with us</a></li> </ul></li> --> <li> <h2 class="orange delicious">On the Wire</h2> <!-- ?php inlineRSS('delicious'); ?--> <a class="more" href="http://del.icio.us/securiteam">More...</a><br /> <a href="http://del.icio.us/rss/securiteam"><img class="offsetimg" src="http://blogs.securiteam.com/wp-content/themes/securiteam.new/images/rss.gif" ALT="Leading Security Blog"> Subscribe</a> <p></p><p></p> </li> <li class="feature"><h2 class="orange top">Top Posts</h2> <ul> <li><a href="http://blogs.securiteam.com/index.php/archives/790">IE7 on Linux</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1032">Zoned Out #2 (comic strip)</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1039">Zoned Out #4 (comic strip)</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1024">Memory Leak #23 (comic strip)</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1038">Zoned Out #3 (comic strip)</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1031">The NULL Terminated Strip #5 (comic strip)</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1017">Insecurity #15 (comic strip)</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1150">Microsoft Windows RPC Vulnerability MS08-067 (CVE-2008-4250) FAQ - October 2008 [UPDATED]</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1324">Microsoft Security Essentials review</a></li><li><a href="http://blogs.securiteam.com/index.php/archives/1060">MBR rootkit - here's some references</a></li> </ul> </li> <li><h2>RSS FEED</h2><a href="http://blogs.securiteam.com/index.php/feed/"><img class="offsetimg" src="http://blogs.securiteam.com/wp-content/themes/securiteam.new/images/rss.gif" ALT="SecuriTeam RSS">Securiteam Blogs RSS</a> <br /><br /> </li> <li><h2>Reed's Alert!</h2> <ul> <li><a href="mailto:reedalert@securiteam.com">Got something burning?<br />Tell SecuriTeam blogs.</a></li> </ul> </li> <li><h2>Favorites</h2> <ul> <li><a href="http://www.beyondsecurity.com/vulnerability-scanner.html">Vulnerability Scanner</a></li> <li><a href="http://www.beyondsecurity.com/vulnerability-assessment.html">Vulnerability Assessment</a></li> <li><a href="http://www.beyondsecurity.com/black-box-testing.html">Black Box Testing</a></li> </ul> </li> <li><h2>Cartoons</h2> <ul> <li><a href="http://www.securitoons.com/">SecuriTeam cartoons</a></li> </ul> </li>                   <li id="activity">                  <h2>COMMENTS</h2><ul><li><a href="http://blogs.securiteam.com/index.php/archives/1594" class="activityentry">New computers - Windows 7 - printers and USB</a>  <a href="http://blogs.securiteam.com/index.php/archives/1594#comments" title="Go to the comments of this entry">1</a><br /> <small><a style="color: #555555;" href="http://blogs.securiteam.com/index.php/archives/1594#comment-737120">Phil</a></small></li> <li><a href="http://blogs.securiteam.com/index.php/archives/1470" class="activityentry">Internet shut off switch?</a>  <a href="http://blogs.securiteam.com/index.php/archives/1470#comments" title="Go to the comments of this entry">3</a><br /> <small><a style="color: #696969;" href="http://blogs.securiteam.com/index.php/archives/1470#comment-736793">Parham</a>, <a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1470#comment-676253">snatur</a>, <a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1470#comment-676040">noam</a></small></li> <li><a href="http://blogs.securiteam.com/index.php/archives/1569" class="activityentry">REVIEW: "Good Night Old Man", George Campbell</a>  <a href="http://blogs.securiteam.com/index.php/archives/1569#comments" title="Go to the comments of this entry">2</a><br /> <small><a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1569#comment-733946">MandyB</a>, <a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1569#comment-728484">Marion Williams</a></small></li> <li><a href="http://blogs.securiteam.com/index.php/archives/1067" class="activityentry">How much does it cost to break into SmugMug.com?</a>  <a href="http://blogs.securiteam.com/index.php/archives/1067#comments" title="Go to the comments of this entry">4</a><br /> <small><a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1067#comment-733541">-mozza-</a>, <a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1067#comment-567819">Dude</a>, <a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1067#comment-567818">Dude</a>, <a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1067#comment-377002">Just Guess</a></small></li> <li><a href="http://blogs.securiteam.com/index.php/archives/1587" class="activityentry">New computers - Kindle - Ebooks and education</a>  <a href="http://blogs.securiteam.com/index.php/archives/1587#comments" title="Go to the comments of this entry">1</a><br /> <small><a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1587#comment-732175">Greg Charland</a></small></li> <li><a href="http://blogs.securiteam.com/index.php/archives/1585" class="activityentry">DLP</a>  <a href="http://blogs.securiteam.com/index.php/archives/1585#comments" title="Go to the comments of this entry">2</a><br /> <small><a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1585#comment-729817">Eyal Estrin</a>, <a style="color: #cccccc;" href="http://blogs.securiteam.com/index.php/archives/1585#comment-729801">LonerVamp</a></small></li> </ul>                 </li>          <li id="authors"> <h2>MOST ACTIVE</h2> <ul> <li><a href="http://blogs.securiteam.com/index.php/archives/author/aviram/" title="Posts by Aviram">Aviram Jenik</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/aviram/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/davidh/" title="Posts by davidh">David Harley</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/davidh/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/dmitryc/" title="Posts by dmitryc">Dmitry Chan</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/dmitryc/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/sunshine/" title="Posts by sunshine">Sun Shine</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/sunshine/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/joe/" title="Posts by joe">Joe Stewart</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/joe/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/juha-matti/" title="Posts by Juha-Matti">Juha-Matti Laurio</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/juha-matti/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/mattmurphy/" title="Posts by mattmurphy">Matthew Murphy</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/mattmurphy/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/noam/" title="Posts by noam">Noam Rathaus</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/noam/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/p1/" title="Posts by p1">Rob Slade</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/p1/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/prozacgod/" title="Posts by Prozacgod">David Hagler</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/prozacgod/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/ren-and-stimpy/" title="Posts by ren and stimpy">Ren and Stimpy</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/ren-and-stimpy/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/roger/" title="Posts by Roger">Roger Thompson</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/roger/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/trirat/" title="Posts by Trirat">Trirat Kira P</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/trirat/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/whiteacid/" title="Posts by WhiteAcid">WhiteAcid</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/whiteacid/feed/" title="rss">rss</a>) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/author/xyberpix/" title="Posts by xyberpix">xyberpix</a> (<a href="http://blogs.securiteam.com/index.php/archives/author/xyberpix/feed/" title="rss">rss</a>) </li> </ul> </li> <li><h2>Archives</h2> <ul> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2012/02/' title='February 2012'>February 2012</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2012/01/' title='January 2012'>January 2012</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/12/' title='December 2011'>December 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/11/' title='November 2011'>November 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/10/' title='October 2011'>October 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/09/' title='September 2011'>September 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/08/' title='August 2011'>August 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/07/' title='July 2011'>July 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/06/' title='June 2011'>June 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/05/' title='May 2011'>May 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/04/' title='April 2011'>April 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/03/' title='March 2011'>March 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/02/' title='February 2011'>February 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2011/01/' title='January 2011'>January 2011</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/12/' title='December 2010'>December 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/11/' title='November 2010'>November 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/10/' title='October 2010'>October 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/09/' title='September 2010'>September 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/08/' title='August 2010'>August 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/07/' title='July 2010'>July 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/06/' title='June 2010'>June 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/05/' title='May 2010'>May 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/04/' title='April 2010'>April 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/03/' title='March 2010'>March 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/02/' title='February 2010'>February 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2010/01/' title='January 2010'>January 2010</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/12/' title='December 2009'>December 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/11/' title='November 2009'>November 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/10/' title='October 2009'>October 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/09/' title='September 2009'>September 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/08/' title='August 2009'>August 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/07/' title='July 2009'>July 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/06/' title='June 2009'>June 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/05/' title='May 2009'>May 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/04/' title='April 2009'>April 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/03/' title='March 2009'>March 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/02/' title='February 2009'>February 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2009/01/' title='January 2009'>January 2009</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/12/' title='December 2008'>December 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/11/' title='November 2008'>November 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/10/' title='October 2008'>October 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/09/' title='September 2008'>September 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/08/' title='August 2008'>August 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/07/' title='July 2008'>July 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/06/' title='June 2008'>June 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/05/' title='May 2008'>May 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/04/' title='April 2008'>April 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/03/' title='March 2008'>March 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/02/' title='February 2008'>February 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2008/01/' title='January 2008'>January 2008</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/12/' title='December 2007'>December 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/11/' title='November 2007'>November 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/10/' title='October 2007'>October 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/09/' title='September 2007'>September 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/08/' title='August 2007'>August 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/07/' title='July 2007'>July 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/06/' title='June 2007'>June 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/05/' title='May 2007'>May 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/04/' title='April 2007'>April 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/03/' title='March 2007'>March 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/02/' title='February 2007'>February 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2007/01/' title='January 2007'>January 2007</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/12/' title='December 2006'>December 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/11/' title='November 2006'>November 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/10/' title='October 2006'>October 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/09/' title='September 2006'>September 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/08/' title='August 2006'>August 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/07/' title='July 2006'>July 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/06/' title='June 2006'>June 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/05/' title='May 2006'>May 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/04/' title='April 2006'>April 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/03/' title='March 2006'>March 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/02/' title='February 2006'>February 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2006/01/' title='January 2006'>January 2006</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2005/12/' title='December 2005'>December 2005</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2005/11/' title='November 2005'>November 2005</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2005/10/' title='October 2005'>October 2005</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2005/09/' title='September 2005'>September 2005</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2005/08/' title='August 2005'>August 2005</a></li> <li><a href='http://blogs.securiteam.com/index.php/archives/date/2005/07/' title='July 2005'>July 2005</a></li> </ul> </li> <li id="linkcat-1"><h2>Blogroll</h2> <ul> <li><a href="http://www.osvdb.org/blog/">OSVDB blog</a></li> <li><a href="http://www.securiteam.com">SecuriTeam</a></li> </ul> </li> <li><h2>Categories</h2> <ul> <li><a href="http://blogs.securiteam.com/index.php/archives/category/apple/" title="Stories related to Apple Computer Inc.">Apple</a> (55) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/ask-the-expert/" title="Questions sent to expert@securiteam.com fall under this category.">Ask the Expert</a> (19) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/book-reviews/" title="View all posts filed under Book Reviews">Book Reviews</a> (23) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/botnets/" title="View all posts filed under Botnets">Botnets</a> (70) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/cisco/" title="Stories related to Cisco and their products">Cisco</a> (24) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/commentary/" title="General ideas about the world of security">Commentary</a> (1222) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/corporate-security/" title="View all posts filed under Corporate Security">Corporate Security</a> (336) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/culture/" title="View all posts filed under Culture">Culture</a> (343) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/ddos/" title="View all posts filed under DDoS">DDoS</a> (39) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/digest/" title="SecuriTeam Digest">Digest</a> (41) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funnies/earl/" title="View all posts filed under Earl">Earl</a> (11) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/encryption/" title="View all posts filed under Encryption">Encryption</a> (41) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/full-disclosure/" title="The need for Full, Partial, Responsible and Zero disclosure. Issues with reporting vulnerabilities to vendors.">Full Disclosure</a> (210) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funnies/" title="Comic strips by our cartoon-writing-bloggers">Funnies</a> (71) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funny/" title="or at least, we think so">Funny</a> (76) </li> <li class="current-cat"><a href="http://blogs.securiteam.com/index.php/archives/category/fuzzing/" title="View all posts filed under Fuzzing">Fuzzing</a> (30) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/gadgets/" title="Hacking TiVO, PS2, Palm, GPRS, or your riding bikes">Gadgets</a> (70) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/google/" title="View all posts filed under Google">Google</a> (52) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funnies/hacked/" title="View all posts filed under Hacked">Hacked</a> (13) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funnies/insecurity/" title="View all posts filed under InSecurity">InSecurity</a> (17) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/insider-threat/" title="The FBI says 70% of attackers originate from inside the organization (or is it 80%). So why do we all talk about hackers and Internet-bound attacks?">Insider Threat</a> (49) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/interviews/" title="View all posts filed under Interviews">Interviews</a> (9) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/law/" title="Law and legislation">Law</a> (66) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/linux/" title="Linux related stories">Linux</a> (38) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/malware/" title="View all posts filed under malware">malware</a> (45) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funnies/memory-leak/" title="View all posts filed under Memory Leak">Memory Leak</a> (24) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/microsoft/" title="Stories about Microsoft, Windows, Office and so on">Microsoft</a> (229) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/networking/" title="View all posts filed under Networking">Networking</a> (97) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/opsec/" title="View all posts filed under OPSEC">OPSEC</a> (56) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/ot/" title="Off Topic">OT</a> (134) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/phishing/" title="View all posts filed under Phishing">Phishing</a> (93) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/physical-security/" title="Fences, alarms, but also TEMPEST and side channels">Physical Security</a> (74) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/privacy/" title="Privacy and anonymity">Privacy</a> (131) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/rootkits/" title="View all posts filed under Rootkits">Rootkits</a> (30) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/sec-tools/" title="View all posts filed under Sec Tools">Sec Tools</a> (66) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/social-engineering/" title="View all posts filed under Social Engineering">Social Engineering</a> (28) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/spam/" title="Anything related to Spam.">Spam</a> (147) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funnies/the-null-terminated/" title="View all posts filed under The NULL Terminated">The NULL Terminated</a> (5) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/tips-tricks/" title="View all posts filed under Tips & Tricks">Tips & Tricks</a> (21) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/virus/" title="Anything related to viruses, Trojans and backdoors.">Virus</a> (234) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/web/" title="Web related security entries. Anything that has to do with PHP/ASP/JSP, including Apache, IIS, Macromedia flash, etc.">Web</a> (432) </li> <li><a href="http://blogs.securiteam.com/index.php/archives/category/funnies/zoned-out/" title="View all posts filed under Zoned Out">Zoned Out</a> (4) </li> </ul> </li> <li><h2>Meta</h2> <ul> <li><a href="http://blogs.securiteam.com/wp-login.php">Login</a></li> </ul> </li> </ul> </div> <div class="clear"></div> <div id="footer"> <p><a href="http://blogs.securiteam.com" title="SecuriTeam Blogs home page">SecuriTeam Blogs</a> is powered by Word Press.</p> </div> </div><!-- end page --> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-240792-4"); pageTracker._initData(); pageTracker._trackPageview(); </script> <br> <div align="center"><a href="http://www.beyondsecurity.com/vulnerability-scanner-verification/blogs.securiteam.com" > <img src="http://www.beyondsecurity.com/verification-images/blogs.securiteam.com/vulnerability-scanner-2.gif" alt="Vulnerability Scanner" /> </a> </div> <br> </body> </html>