Results 1 to 4 of 4
  1. #1
    Experienced User
    Overall activity: 3.0%

    Join Date
    May 2009
    Location
    Neverland
    Posts
    222
    Liked
    104 times
    Points
    5,674

    Quote Hash Collisions : Prepare for DoS @ its best

    Here's the bottom line:

    In this case, a single request (specially crafted, 100KB HTTP request) can consume a single core for 90-110 seconds.Queue up a few of these requests every few minutes and the site will be essentially knocked offline.
    PHP 5, Java, ASP.NET as well as V8 are fully vulnerable to this issue and PHP 4, Python and Ruby are partially vulnerable, depending on version or whether the server running the code is a 32-bit or 64-bit machine.

    If that caught your eye,Check out:

    Authors Presentation and Analysis: http://events.ccc.de/congress/2011/F...s/4680.en.html

    Video Demo:
    http://mirror.fem-net.de/CCC/28C3/mp...forms_h264.mp4
    Online localhost demo:
    http://koto.github.com/blog-kotowicz-net-examples/hashcollision/kill.html
    S
    cripts :
    https://github.com/koto/blog-kotowic.../hashcollision
    Advisories & Disclosure:
    http://www.ocert.org/advisories/ocert-2011-003.html
    http://permalink.gmane.org/gmane.comp.security.full-disclosure/83694
    http://blogs.technet.com/b/srd/archive/2011/12/27/more-information-about-the-december-2011-asp-net-vulnerability.aspx
    http://technet.microsoft.com/en-us/security/advisory/2659883

    CounterMeasures:

    1.) Limiting the number of different HTTP request parameters (PHP, Tomcat)
    2.) Limiting HTTP POST and GET request lengths (Microsoft ASP.NET)

    Pwn3D 8y 7Ru7H
    Clink & Walde
    Last edited by Christy; 12-31-2011 at 01:55 PM.

  2. #2
    Administrator
    Overall activity: 46.0%

    Join Date
    Nov 2006
    Location
    Malaysia
    Posts
    9,802
    Liked
    1656 times
    Points
    48,740
    Thanks for the information.
    I guess this is why DDoS mitigation service is so expensive.
    They constantly need to update and tweak their filters to block DDoS and DoS attacks yet able to identify real traffic.

  3. #3
    I'd rather be fishing!
    Overall activity: 0%

    Join Date
    Jan 2011
    Location
    Minnesota, USA
    Posts
    3,155
    Liked
    1543 times
    Points
    4,220
    Thanks for the info Christy.
    Life isn't about waiting for the storm to pass, it's about learning to dance in the rain!

  4. #4
    The Specialist *
    Overall activity: 76.0%

    Join Date
    May 2010
    Location
    KOLKATA
    Posts
    5,162
    Liked
    731 times
    Points
    47,580
    Informative one, keep up the good share mate .
    I don't need to know everything, I just need to know where to find it, when I need it.

 

 

Similar Threads

  1. hash reader
    By ted in forum General Forum
    Replies: 4
    Last Post: 02-17-2010, 02:06 AM
  2. Replies: 0
    Last Post: 10-24-2009, 05:57 PM

Tags for this Thread

All times are GMT +8. The time now is 01:08 AM.