ASP.NET security vulnerability

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

ASP.NET security vulnerability

Post by NC Software » Sat Sep 18, 2010 9:12 am

For your AC SEO BLOG and RSS FEED (suggested):

http://weblogs.asp.net/scottgu/archive/ ... ility.aspx
Neal Culiner
NC Software, Inc.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: ASP.NET security vulnerability

Post by jmestep » Sat Sep 18, 2010 4:28 pm

Rats! Neal, I thought I beat you to something for a change.
http://www.microsoft.com/technet/securi ... 16728.mspx
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
Logan Rhodehamel
Developer
Developer
Posts: 4116
Joined: Wed Dec 10, 2003 5:26 pm

Re: ASP.NET security vulnerability

Post by Logan Rhodehamel » Tue Sep 21, 2010 12:16 pm

AC will be OK if you comment out the custom 404 line in our default web.config file. Other than that it's using the same redirect for all errors.

Code: Select all

		<customErrors mode="On" defaultRedirect="~/Errors/GeneralError.aspx">
			<error statusCode="404" redirect="~/Errors/PageNotFound.aspx" />
		</customErrors>
Should become:

Code: Select all

		<customErrors mode="On" defaultRedirect="~/Errors/GeneralError.aspx">
			<!-- <error statusCode="404" redirect="~/Errors/PageNotFound.aspx" /> -->
		</customErrors>
At least until Microsoft fixes the problem.
Cheers,
Logan
Image.com

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.

vn2479
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Thu Jul 29, 2010 12:43 pm

Re: ASP.NET security vulnerability

Post by vn2479 » Mon Sep 27, 2010 1:04 pm

Wow. I just downloaded the latest version of AC. Do I need to worry about this? Do I need to make the code change in my web.config file? I'm still learning web security. Much thanks!

User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: ASP.NET security vulnerability

Post by NC Software » Tue Sep 28, 2010 8:24 am

Microsoft is releasing a fix later today (9/28). All should do Windows Updates on your servers, etc. to install this security patch when released by Microsoft.
Neal Culiner
NC Software, Inc.


User avatar
NC Software
AbleCommerce Partner
AbleCommerce Partner
Posts: 4620
Joined: Mon Sep 13, 2004 6:06 pm
Contact:

Re: ASP.NET security vulnerability

Post by NC Software » Fri Oct 01, 2010 7:22 am

The security fixes are NOW available via Windows Update. Be sure to update ASAP!
Neal Culiner
NC Software, Inc.

Post Reply