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 WinterJS Javascript Runtime Is Asking For Your Attention
11/04/2024

WinterJS is a brand new Javascript runtime by Wasmer which comes with the claim that it's the fastest of them all. Let's find out if that holds true.



GitLab Releases Duo Chat
22/04/2024

GitLab has announced that Duo Chat is now generally available in GitLab 16.11, offering a range of AI features in a single natural language chat experience.


More News

Last Updated ( Thursday, 29 December 2011 )