Quick action to patch ASP.NET vulnerability
Written by Kay Ewbank   
Thursday, 29 December 2011

Microsoft is releasing an out-of-band security update today for an ASP.NET Security Vulnerability revealed yesterday, December 28, 2011.

The update overcomes a security hole that could be used to launch Denial of Service attacks, though Microsoft says it is currently unaware of any attacks on ASP.NET customers using this exploit.

aspnet

The problem doesn’t just affect ASP.NET; the method described would work with products including PHP 4 and 5, Java, Apache Tomcat and Geronimo, Jetty, Oracle Glassfish, Python, Plone, CRuby 1.8, JRuby and Rubinius v8, according to details posted on the gmane.comp.security full disclosure mailing list.

The details of the potential attack method were given at the Chaos Communication Congress conference, where security researchers Julian Wälde and Alexander Klink showed a new way to attack Web Application Frameworks which exploits hash-table data-structures.

According to Microsoft’s Security Bulletin, hash collision attacks attempt to populate a hash-table within a server app with large numbers of items whose keys resolve to the same hash code. These key collisions can significantly slow down operations on the hash-table, and with enough elements can cause a server to spend minutes (or even hours) processing them. This can block a web server from processing requests from other users, and cause a denial of service.

The bulletin also points out that because these attacks on web frameworks can create Denial of Service issues with relatively few HTTP requests, there is a high likelihood of attacks happening using this approach.

It’s worth noting that if your site disallows application/x-www-form-urlencoded or multipart/form-data HTTP content types, it won’t be vulnerable. However, Microsoft is releasing an out-of-band security update on Thursday, December 29 at approximately 10am Pacific Time.

 

aspnet

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.


Banner


The Experience AI Challenge
28/03/2024

The Raspberry Pi Foundation in collaboration with Google DeepMind has announced the Experience AI Challenge. Its intention is to guide young people under the age of 18, and their mentors, through [ ... ]



Microsoft Introduces .NET Smart Components
01/04/2024

Microsoft has provided a set of .NET Smart Components, described as a set of genuinely useful AI-powered UI components that you can quickly and easily add to .NET apps. The components are prebuilt end [ ... ]


More News

Last Updated ( Thursday, 29 December 2011 )