hash collisions

About this tag
Hash collisions are a type of vulnerability that can affect web services, including those built on Microsoft technologies. A notable example is the Microsoft Security Advisory (2659883) addressing a hash collision attack method that could allow unauthenticated denial of service on servers running ASP.NET. This attack exploits hash tables and is not specific to Microsoft, impacting other web service software as well. The vulnerability affects all versions of Microsoft .NET Framework, though sites serving only static content or disallowing certain dynamic content types are not vulnerable. Understanding hash collisions is important for securing web applications against such denial of service threats.
  1. News

    Microsoft Security Advisory (2659883): Vulnerability in ASP.NET Could Allow Denial of Service - Vers

    Revision Note: V1.0 (December 28, 2011): Advisory published. Summary: Microsoft is aware of detailed information that has been published describing a new method to exploit hash tables. Attacks targeting this type of vulnerability are generically known as hash collision attacks. Attacks...
Back
Top