marcel

msg:4204329 | 5:30 pm on Sep 20, 2010 (gmt 0) |
Thanks for the info Jake.
|
lavelle72

msg:4205586 | 3:52 am on Sep 23, 2010 (gmt 0) |
"he recommends a single, solitary custom error page regardless of error returned" What HTTP status? What are the implications of this for SEO?
|
andyll

msg:4206059 | 9:28 pm on Sep 23, 2010 (gmt 0) |
200. The exploit counts on the different statuses. It's also a .Net issue and not an IIS issue.
|
mattglet

msg:4206108 | 11:18 pm on Sep 23, 2010 (gmt 0) |
Don't return a 200 for a status. Return a 500, with a customized error page. RTFA.
|
bwnbwn

msg:4206214 | 5:42 am on Sep 24, 2010 (gmt 0) |
"One of the ways this attack works is that looks for differentiation between 404s and 500 errors. Always returning the same HTTP code and sending them to the same place is one way to help block it." Throw a 404 is the best option for all errors
|
andyll

msg:4206235 | 7:03 am on Sep 24, 2010 (gmt 0) |
Don't return a 200 for a status. Return a 500, with a customized error page. RTFA. |
| Scott Guthrie's workaround... which is in the advisory... returns a 200. <customerrors/> by default returns a 200. ( or 302 200 if redirect is used) As long as all error conditions return the same code it's fine. Since this is a short term workaround ( I hope ) I personally decided not to send an error condition ever.
|
mattglet

msg:4206311 | 11:58 am on Sep 24, 2010 (gmt 0) |
Sorry andyll... looks *I* need to RTFA :) I made that comment off of memory, and looks like my memory ain't all that good!
|
andyll

msg:4206481 | 5:23 pm on Sep 24, 2010 (gmt 0) |
NP... you forced me to do a better header check and I found some conditions still returning a 404. i couldn't decide what to return so I just decided on 200.
|
g1smd

msg:4206516 | 6:39 pm on Sep 24, 2010 (gmt 0) |
Check your site for reported "soft 404 errors" in Google WMT.
|
marcel

msg:4207356 | 7:04 am on Sep 27, 2010 (gmt 0) |
ScottGu has posted an update: [weblogs.asp.net...] | ...This additional step can be done at a server-wide level, and should take less than 5 minutes to implement. Importantly, this step does not replace the other steps in the original workaround, rather it should be done in addition to the steps already in it... |
|
|
marcel

msg:4207930 | 7:44 am on Sep 28, 2010 (gmt 0) |
An out of band Security Update addressing this issue will be released today: ASP.NET Security Update Shipping Tuesday, Sept 28th [weblogs.asp.net]
|
bwnbwn

msg:4208710 | 1:26 pm on Sep 29, 2010 (gmt 0) |
I haven't seen evidence of this being released has anyone seen the update? Found it. [microsoft.com...]
|
|