7.8
CVSSv2

CVE-2011-3414

Published: 30/12/2011 Updated: 07/12/2023
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
VMScore: 694
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

The CaseInsensitiveHashProvider.getHashCode function in the HashTable implementation in the ASP.NET subsystem in Microsoft .NET Framework 1.1 SP1, 2.0 SP2, 3.5 SP1, 3.5.1, and 4.0 computes hash values for form parameters without restricting the ability to trigger hash collisions predictably, which allows remote malicious users to cause a denial of service (CPU consumption) by sending many crafted parameters, aka "Collisions in HashTable May Cause DoS Vulnerability."

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows server 2008

microsoft windows server 2008 r2

microsoft windows xp sp3

microsoft windows 7 -

microsoft windows server 2008 -

microsoft windows xp

microsoft windows server 2003

microsoft windows vista -

microsoft windows vista

Github Repositories

Detect Hash Colisions Attach on ASP .net

UPDATE: Microsoft has a Fix Microsoft has published a fix, using a diferent approch as used here They are limiting the number of post parameters to exactly 1000 To install this update, use Windows Update or visit the link belowe: technetmicrosoftcom/en-us/security/bulletin/ms11-100mspx This project however can be used for study of the IIS Modules and for future prob