![]() |
![]() |
|
October 31, 2004B.C Privacy Commissioner says the USA Patriot Act violates privacy lawsDavid Loukidelis, the Privacy Commissioner of the province of British Columbia (where I live), is recommending an immediate freeze on all outsourcing of public data to US-connected firms. CBC is carrying an article about this where they point out that B.C Privacy Commissioner says the USA Patriot Act violates provincial privacy laws, because it can order American companies to hand over information on British Columbians in secret. You can get the report from Office of the Information and Privacy Commissioner (OIPC) in two documents: I am both proud and happy to see Canada taking a stance like this. I have always thought the Patriot Act was WAY to open, and the fact it could bleed into my own civil rights is bothersome. While I respect the need for the intelligence community in the USA (and Canada for that matter) to gather information, there are ways to go about it without infringing on other countries rights and freedoms. You cannot say you fight for freedom in the world and then scoff at the very rules that this freedom provides. Good job David. My respect to you and your office in taking this stance. SecurePoint sees backlash from hiring Sasser AuthorYou had to know this was coming. According to Heise Online (Babelfish translation required as its in German) H+BEDV has concerns with SecurePoint hiring the author of the Sasser worm; they have cut ties with the company for "the good of their customer". Although they sympathize with giving the author a second chance, the reality is they cannot do it at the risk of their customers. That was EXACTLY what I was saying before. This is a bold move on the part of the antivirus company. You want to work with other security vendors when you can... however ethics, professionalism and the constant vigilance to protect their customers take precendence over a partnership. And that is what they SHOULD be doing; it was the right decision. October 29, 2004GMail wide open to exploit?According to an article on Hack in the Box, a major security hole in Google's mail service (gmail) allows full access to user accounts, without the need of a password. Apparently a flaw in the service's identity authentication mechanisms allows an advesary to get complete control of the mailbox through the use of a bit of cookie-hijacking fu. According to a follow up on InfoWorld, this vulnerability has now been fixed. An investigation by Google found that only a handful of Gmail users were victimized. Goes to show you though... it doesn't take long for the exposure window for a vulnerability to be exploited these days. SecurityJournal OnlinejoatBlog just pointed out that you can get The Security Journal online via PDF. I only scanned the lastest two editions, but they have some pretty good articles in there. Now is the time I need a tablet to take advantage of reading them ;-) Good find joat. Happy reading! October 28, 2004The Security Risk Management GuideI forgot to mention this last week, but was just reminded about it. Microsoft has released a guide that helps customers of all types plan, build, and maintain a successful security risk management program. In a four phase process, the guide explains how to conduct each phase of a risk management program and how to build an ongoing process to measure and drive security risks to an acceptable level. Although I haven't read it in detail yet, what I saw looked pretty good. I like seeing educational pieces like this; they are informative, to the point and pretty much vendor agnostic. (ie: Not MS rah rah, but real infosec guidance) You will also find a lot of good reference links supporting their research. Always a good thing(tm). Happy reading! How A Criminal Might Infiltrate Your NetworkMicrosoft has published an interesting article showing the anatomy of a hack. The article is not intended to show you how to hack something, but rather to show how attackers can take advantage of your mistakes. They say that this will enable you to avoid the common pitfalls that criminal hackers exploit. What was neat about this was that it was an article linked off the home page of microsoft.com. Good to see such educational pieces getting such exposure. October 27, 2004Another Security Hole fixed in PuTTY 0.56PuTTY 0.56 fixes a serious security hole which can allow a server to execute code of its choice on a PuTTY client connecting to it. In SSH2, the attack can be performed before host key verification, meaning that even if you trust the server you think you are connecting to, a different machine could be impersonating it and could launch the attack before you could tell the difference. It is recommended that everybody upgrade to 0.56 as soon as possible. You can check out more info and download the latest by visiting their website. SecureWorld Expo Day 2 ReviewWell, I am back in Canada tonight, and have a bit of time to catch up on the rss feeds and update the blog. I thought I should summarize day 2 of the SecureWorld Expo show. Here is a quick review:
October 26, 2004SecureWorld Day 1 ReviewWell, the night is dying down and I got a few minutes to blog about the security conference in Seattle. I won't go into to much detail as I am pretty tired (Beau Monday and I went out last night to try a bunch of different beers at "The TapHouse Bar and Grill"), and when I got back to the hotel I just couldn't sleep) Here is a quick review of the day:
After the conference Beau and I attended a party gala hosted by Network Computing Architects which was fun. Met up with some interesting people and made some good contacts for some future projects. Thanks to Tom (NCA CEO) for the hospitality and beer. :) While thanks go out, I should also thank Beau for showing me the town, and taking me to the Geek Dinner Robert put together on short notice. Even with only a couple of hours of real notice, I would like to thank the 10 or so people that came out to say hi. I appreciate it. Was great fun. Ended the evening spending some time checking out J.P Stuart's car, which is a Jeep Cherokee tricked out with Windows XP, GPS, bluetooth and wireless. Pretty neat layout. He put a lot of effort into this thing. I have a few comments on some interesting two factor authentication I saw at the show, but I will discuss in its own post when I get back to the office. For now I am gonna sign off and get some sleep before the 7:30 breakfast help by the ISSA. TTYL. October 24, 2004SecureWorld ExpoNext week I am heading down to SecureWorld Expo to attend a security conference in Seattle. Was talking with Robert about a geek dinner, and he suggested hooking up for dinner on Tuesday evening. Sounds good to me. I haven't seen him post any info on his blog on where he wants to host it, but I am guessing it will be in Bellvue again; thats near where my hotel is anyways. So keep the evening open; let me know if you can make it. Who knows what will come of it. Last time I was down Jason Anderson took us back to Microsoft to give us an intimate demo of Team System, which I blogged about here. Robert even video taped it. So, if you are interesting hanging around and geeking out... let me know. You can comment here or drop me a line at dana@vulscan.com. I am actually going to be in town on Monday night, so if you feel like doing something neat and exciting, let me know. I was contemplating checking out the contemporary jazz scene in Seattle; if you have any recommendations please let me know. October 22, 2004How to Securely Connect MS Access to a Remote SQL ServerToday I had an interesting conversation with a contract programmer that had me thinking a bit. I have used an interesting technique for a while now that most people don't know that makes data manipulate on a SQL server quite nice... and secure. For this conversation I am going to talk about bridging MS Access to connect to a mySQL database securely... over SSH. The conversation started on a tangent when I made the comment I don't need to write a web front end to massage some data as I could Access. The obvious question from the programmer (and rightfully so) was 'umm... thats not really secure is it?'. I kind of brushed it off and said ya, but didn't explain myself very well. So I figure why not do that now with a useful blog entry on the subject. :) Although more recent versions of most DBMS are now offering options for connecting over SSL, that hasn't always been the case. And in my case, I'd rather use SSH anyways... I have better control over it as its allowed through the firewall as normal SSH traffic. So how do you do it? How do you get a Windows machine running MS Access to connect up to a Unix/Linux server running mySQL to access data? It's pretty simple actually.
Now what happened? Well, what you did is set the Access database to connect to localhost... which was then forwarded across the SSH tunnel to the remote server, which then also made a localhost connection, which you allowed in the system. Now here is a trick for some people that don't get this working first time. Depending on how you do name resolution, when setting the GRANT perms you may need to set the host as the fully qualified name as the system sees it. ie: hostname.domain Thats it. Now you can securely use all the features in Access to massage the data on mySQL without the data being snooped on the wire. October 21, 2004My Search for an Obfuscator is CompleteWell, I am pleased to announce I finally have an obfuscator fully working in my automated build environment. After an initial inquiry to my readers about suggestions for a good obfuscator, and then a wasted day trying to actually buy one, I finally purchased XenoCode... and now am able to do an end to end build with one command. XenoCode surprised me. I originally didn't give it much thought as I didn't hear much about the product, and it was a LOT cheaper than the competitors. After doing a complete test, I can honestly say that it is a compelling offering, with the best cost to feature ratio in any of the products I have investigated. I am extremely happy that I didn't spend $1,500 on DotFuscator when I could pick up XenoCode for $199... with pretty much the same set of features I needed. Customer support was awesome. Every email I sent over 3 days was responded (on average) within an hour with a complete and clear answer. They were the first company to do that with me; that made a big difference during testing and product analysis. Other companies like PreEmptive and Wise Owl failed miserably here. Now XenoCode isn't perfect. I am not happy with the fact that its 'dead code elimination' functionality has no way to statistically log what code was removed, but I can live with that for now. Another concern was the fact I had to modify my automated build environment to take care of the fact that I need a secondary directory for the obfuscated output; I would have preferred that it overwrite the assemblies once obfuscated. All in all I am satisfied with my purchasing decision. If you are looking for an obfuscator for .NET, consider checking out XenoCode. You might be pleasantly surprised. October 20, 2004Small Business Server 2003 DemosToday Microsoft released three small, yet interesting video demos on how to use Small Business Server 2003 effectively. The three areas covered include:
If you don't know about some of the neat features in SBS 2003, you should download this set of demos and check it out yourself. October 19, 2004MSDN Magazine Issue focused on SecurityThis month's MSDN Magazine is focused on security. If you haven't had a chance and don't have it mailed to you, you should go check it out online. The contents focused on security are pretty interesting:
Good stuff. Happy reading! IIS vs Apache DefectsMichael posted an interesting article comparing the defects of IIS6 against those of Apache 2. The results? See for yourself:
Michael followed up with a second post, taking care of 4 major comments from people who saw the original post, which included:
The first comment makes sense. Since SD3+C has been pushed on campus, we are seeing a lot of positive changes in the attack surface and defect levels of newer product. Thats a good thing. (Go ahead Martha... sue me from jail) The second comment is typical FUD deflection. Secunia is its own company, and not impacted or have research enforced by Microsoft. If anything, sometimes their reports are very critical of Microsoft... as they should be. The third comment is interesting. People want to always compare apples to oranges, not giving a fair comparision. They do this at the OS level all the time. Lets compare the latest of both when doing such analysis. But in case thats not a good enough reason for you, you can look at the difference, comparing against Apache 1.3x:
The final comment was about SSL. I was suprised people would want to open this can of worms with all the recent OpenSSL issues. Michael pointed out some interesting stats on that as well. Quoting his view on this: Microsoft issued a security update, MS04-011 (http://www.microsoft.com/technet/security/Bulletin/MS04-011.mspx) in Feb04 for Windows, which included a bug fix for Private Comms Technology (PCT). PCT was released just after SSL2 to fix a number of defects in the protocol, these were then fixed in SSL3. PCT also support strong crypto for finanical orgs and was enabled by default on all platforms except Windows Server 2003 and Windows XP SP2. So chances are very good if you’re running a new Windows Server 2003 box, you’re not vulnerable because the code path is not exposed by default. So it’s a low pri bug. That said, let’s call it three security bugs related to IIS6." Now let’s look at Apache2, plus OpenSSL 0.9.x because mod_ssl uses OpenSSL: Some interesting findings. As an Apache fan I don't like to admit it, but IIS6 has come a long way. My TabletPC Shopping Experience in LAJust got back from my trip to LA. Had a great time, learned a lot and had some interesting experiences. If you have never tried Shabu-Shabu, you REALLY need to give it a try in Little Tokyo in LA. Its great food. So was the AWESOME Brazilian BBQ. What an amazing experience. Anyways, about my TabletPC shopping experience. I think I know WHY the TabletPC is doing so bad in the marketplace. Its because the people supposedly selling them have no clue what they are doing. And that is compounded with them NOT CARING. First of, I went around to some of the largest computer stores in LA. In total I found 2 TabletPCs. And I couldn't play with EITHER of them, as the "pen" was stolen at one store, and lost in the other. I went to a couple of Frys. Circuit City. Franklin Covey. Staples. Best Buy. You name it... I was there. These are just a few I can remember off the top of my head. And in all these stores... I found 2. And both were busted in some way, shape or form. When in Best Buy I had an interesting experience which pretty much sums up what I have seen. First off, while talking to the manager of the computer sales department I heard an interesting comment from him. He HATES TabletPC. He calls them "boomerangs". I just had to ask him what the heck that means. His response? Every TabletPC he sold has come back returned. People bought it for the gee-wiz factor, took it home and then realized they paid way to much for functionality they don't use. (His words, not mine). Thats not a ringing endorsement for the product if you ask me. Every unit sold has been returned? Wow. The other interesting thing that happened is while talking about this with the manager, a Microsoft TabletPC MVP approached and got involved in the conversation. Linda Epstein, the author of TabletPC2.com tried hard to defend the TabletPC and even offered to take me back to her place to try out some Tablets. By this time I had enough of driving around LA looking for TabletPCs, had to be at a dinner meeting in an hour and had to pass, which was unfortunate as I would have loved to atleast TRY one while I was down there. What an exhausting experience. Drove around LA most of the day... saw two TabletPCs (both which were broken in some way)... neither with a tablet pen to try the darn thing. And to boot... these things were like $2500 US. Realizing that in the "real world" they were called BOOMERANGS by some sales managers, this doesn't bode well for the TabletPC industry. I thought it was odd that in Canada we can't find TabletPCs to try out. I find it just crazy that we couldn't find them in a large city like LA. Now I think I know why its not taking off. The bloody things aren't liked by the sales channels... and are not being pushed at all. What would it have cost to get a tether for the pen, and fix the broken keys on the thing? When you can't even try the product... how can you assume we will buy it? In all, this is what I have learned from my experience looking for a TabletPC:
At this point, unless a vendor sends me a sample unit to try for a couple of weeks, you pretty much lost my business. I simply will not play "boomerang" with you. It's a waste of my time and money. October 14, 2004Are Obfuscation Companies Dying???Wow, what a weird day. If you recall, back in August I asked people about their thoughts on obfuscators. I was starting to think about buying one for my automated build environment, and was exploring my options. Today I have spent some time going through the process of looking more closely at the obfuscators. I have tried out a few of them, and decided it was time to talk with sales people about buying, and discounts for small ISV like myself. My original decision was to approach Demeanor for .NET, Enterprise edition from Wise Owl Software. It seems to have everything I need, is closer to my price range (still a bit high at $799... what ever happened to tools only costing around $500 *sigh*) and works well with nant. I sent an email a few weeks ago asking about discounts, and never heard back. Today I called them at the number listed on the web site, which was (760) 471-9833. Disconnected or no longer in service. Odd. Maybe it was a typo. Called the fax line at (760) 471-0905. Disconnected or no longer in service. Ok, guess the phone lines are gone. Tried calling their "Marketing and Public Relations" guy at (415) 292-7825. Disconnected or no longer in service. Ok thats enough. No emails returned. No phones in service. No one to service me. No purchase. Next I turned to Dotfuscator Professional from PreEmptive Solutions. I am not to keen on their product simply because of price, but I am hoping they may have some sort of discount program for small ISV. Can't hurt to ask. I called their 800 number, which is not available to Canada. Note to PreEmptive... it only costs like an extra dollar a month for 800 service across ALL of North America. You will easily recoup that cost with 1 sale. ie: Mine. With their sales line not available I thought I would call their general line at 216.732.5895. Automated voicemail, with no option to get to sales. So I pressed 0 for the operator. Which leads me BACK to the main menu. After doing this twice, I realized I wasn't going to talk to anyone... and hung up. The result? I didn't talk to one sales person today. The money stayed in my wallet, but I still don't have an obfuscator that works in an automated manner. Gotta make me wonder if the business of "obfuscation tools" is dead. Is there a free tool out there I don't know about? Did Microsoft include better obfuscation in the next version of Visual Studio? Whats going on... no one want my money? Running OSX on your PCIf you recall about two years ago I was chanting MARKLAR! MARKLAR! in an effort to have OSX running on my PC laptop. Apple had OSX running on an x86, but they were not releasing it to the public. And that still hasn't happened. Although rumours abound about how Tiger and some apps are running fine... I still don't think Apple is going to come out with an x86 version for people to buy. If they did, I'd buy it. But as Susan routinely points out... I'm not a normal computer user either. *sigh* So, what else can we do? Well you heard me talk about Pear PC already. How about a more commercial ready fruit? Like maybe Cherry OS? Thats right, a commercial quality G4 emulator allowing you to run OSX completely on a PC. Looks kinda kewl. Not sure how well it performs... but rumour has it that its faster than VMWare is for x86 instructions. (Not sure how much I would believe that until I see it.. but thats the talk anyways) Anyways, if you wanna run OSX on your PC, give CherryOS a look. Might give you that opportunity to try it out before you migrate over to a PowerPC. October 11, 2004Defend Your Apps and Critical User Info with Defensive Coding TechniquesMSDN has released an interesting article on "Defending Your Apps and Critical User Info with Defensive Coding Techniques". The article discusses securing user credentials and logon information, how to protect client and server data using encryption and how to defend COM clients/servers. It covers a large gambit of information, including examples in C# and C++. It is not particularly long in length, but still a good read for the material presented. Enjoy! Secure programmer: Prevent race conditionsDavid Wheeler has released another great article in his secure programmer series on how to "Prevent race conditions". In the article you will learn what a race condition is and why it can cause security problems. The article shows how to handle common race conditions on UNIX-like systems, including how to create lock files correctly, alternatives to lock files, how to handle the filesystem, and how to handle shared directories (and in particular how to correctly create temporary files in the /tmp directory). You'll also learn a bit about signal handling. It's a great article. I love how he introduces the article with a real problem TripWire used to have in their product. A good way to illustrate how to properly remedy real world problems. Happy reading! Power of Blogging: Word of Mouth FINALLY gets my SORBS issue fixedWell, there is proof yet again of the power of blogging. If you recall at the beginning of the month I complained that SORBS was erroneously blocking my company's IP address block, and constant attempts to communicate with SORBS from both myself and my ISP went unanswered. I was blacklisted from most of my colleagues, which makes it EXTREMELY difficult to communicate with anyone, including people I am working with at a few security and antivirus companies, and of course Microsoft. I was starting to lose business opportunities due to lack of communication, and I was thinking about moving to a different ISP before I lost any real business. Well apparently my blog entry made its way around the "inner-circle" of those that matter at SORBS, getting posted to an internal mailing list of SORBS gods and someone had the bright idea that it might make sense to go and fix it. I appreciate that. So it looks like life is back to normal on the mail server front. I SHOULD be able to communicate again with everyone. If you emailed me and you think I didn't respond, you might want to resend your email. Good lesson to be learned here though. It is amazing how a volunteer organization ran by one man can negatively affect business around the globe. I wonder who watches the watchers? If Matt and the crew at SORBS doesn't like someone, and decides to take their time in removing an IP address that 'accidentally' got blacklisted... there is NOTHING you can do about it. No relief. No recourse. No one to turn to. And this is for our CRITICAL communication infrastructure. Now to be fair, for all I know this could have been an honest mistake and a rare occurance. The fact that it took OVER A MONTH though should show that it doesn't matter. In the face of failure there should be quick, clear and concise remedies for recovery. Someone made a mistake with my IP block. Fine. But waiting a month before fixing it was unacceptable. Imagine if I was Ebay, Amazon or some other heavy hitting online business. I'd probably go sue your ass for the lost profits. And then a great service would be in litigation and end up folding. That doesn't help anyone. October 08, 2004SANS releases updated Top 20 Vulnerabilities ListSANS has updated their list of top 20 vulnerabilities on the Internet. You might find some of their findings interesting: Top Vulnerabilities to Windows Systems:
Top Vulnerabilities to UNIX Systems:
Compare that to a year ago. Top Vulnerabilities to Windows Systems in 2003:
Top Vulnerabilities to UNIX Systems in 2003:
Interesting findings. On the surface much has changed. But not really. Look closely. Network attack vectors via a web server is still a paramount concern on Windows. And BIND continues to be the achilles heel on Unix. What does that really tell us though? It is always easier to breach something exposed to the masses remotely and anonymously. Is this because of secure software engineering failure, configuration failure or a failure in education. (Or a piece of each). What I DID find insteresting was that this year, "web servers" have been clumped together. IIS always used to stand out because of the various weaknesses in it; IIS6 was a totally new design through the SD3+C methodology and its showing to be successful. Now its just en mass with Apache, and iPlanet/SunOne. Will be interesting to see a snapshot next year... I am going to guess the SD3+C push will have mitigated a lot of this as more businesses move to W2K3. October 07, 2004Mozilla: How to be a thorn in my sideMan, I am a BIG fan of Mozilla (well actually FireFox), but I gotta tell ya.... its been driving me bonkers for the last week. To be honest, what is driving me bonkers is a 3rd party credit card processing agent who can't figure out WHY their stuff won't work with Mozilla. It ends up they have some load balancers that are doing some weird stuff that causes a page redirect in an order form to not work correctly. Simply hitting refresh, and it works. And of course, this doesn't occur on the test site. We only learned about this when the site went live. The result? For over a week now the registration page for the West Coast Security Forum has been down while we wait on a fix. I was going to bypass the issue using the direct credit card processing API, but I haven't had time to look at it. And the person I contracted to look at something similar has been extremely busy and not able to get to it. Since we can no longer wait... we decided to open it up to IE users, and redirect Mozilla users. *sigh* I hated doing that. I REALLY hated doing that. All because of a friggin load balancer that doesn't play nice with Mozilla. Microsoft releases ASP.NET ValidatePath ModuleIf you recall I talked about a vulnerability in ASP.NET over the weekend. Microsoft started putting up some info a couple of days ago which I saw people talking about. There has been comments about how Microsoft is being lazy and not providing a real fix for it. Perhaps you will now reconsider. Microsoft has just released the ASP.NET HTTP module that Web site administrators can apply to their Web server. This module will protect all ASP.NET applications against all potential canonicalization problems known to Microsoft. Apparently that includes the one over the weekend. Bruce Schneier is blogging!OMG. Bruce is blogging. I never knew that. Awesome! Already added to bloglines! You can get his rss feed here. Thanks to Larry Osterman for pointing it out! October 06, 2004Wanna party in LA?!?I am flying down October 15th to LA to attend a gala dinner hosted by some people from the Canadian Consulate, and will be staying until the 18th with a friend and mentor. If you want to hook up during the weekend let me know. My agenda is flexible, but has some locked in events we will have to work around. So drop me a line at dana@vulscan.com if you want to hook up. One thing I promised myself is I would take some time while in the US to actually touch and feel a Tablet PC and see how comfortable I am with them. I have only played with Robert's, and that is not enough indication of whats out there. I am looking at the Acer TravelMate C111Ti; I can get a 1 GHz Tablet PC with a gig of ram that is only like 3 lbs and has a battery life of something like 4 hours! (And to boot its faster than my dev system now) Not sure if a Fry's or the like will have these, but I can hope. Threat Modeling for Web ApplicationsSecurity World has released a paper on Threat Modeling for Web Applications using the STRIDE Model. If you are new to threat modeling, it has some good information. I think this paper is a bit weak in the fact it doesn't do a good job showing how to PRACTICALLY do threat modeling end to end. Threat modeling is MORE than simply STRIDE. It starts with determining what assets of interest are there for an adversary to take (remember a threat cannot exist unless there is at least one asset of interest for an adversary). It then goes into modeling the application which includes data flow diagrams (my latest passion as part of threat modeling) and then goes into building a threat profile that allows you to classify the threats with STRIDE. Once you have classified the threats, you can finally build a threat tree to find what and how things can be mitigated. As you can see, STRIDE is a SMALL part of that. A better resource if you want to learn about threat modeling would be to get Frank Swiderski's book on the subject. Back in August I wrote a book review about it, which you can read here. October 04, 2004Defeating the Windows Server 2003 StackI just finished reading an excellent paper by David Litchfield on "Defeating the Stack Based Buffer Overflow Prevention Mechanism of Microsoft Windows 2003 Server". What is funny is that his findings are actually an echo of those I've seen from people like Greg Hoglund who are already trampling the .data segment to defeat the canary for rootkits. What I think makes this paper valuable isn't on talking about how to defeat the W2K3 stack, but how to protect it. The most obvious conclusion, which has been made by other developers who have looked at this, is to use VirtualProtect on the segment of .data that is holding the stack cookie. Doing so prevents an attacker from modifying the cookie and walking the stack on demand. Anyways. Good read. Most stuff from David is. Happy reading! October 03, 2004Why SORBS SucksAlright... I've had enough. I typically try not to slag services which I think are a great service to the industry, but I quite frankly have had enough of this now that its time I rant. If you are using SORBS, I would like you to reconsider your options in the face of the fact that they DON'T manage their blacklist with any sort of integrity. I speak of experience. It has now been over a month, with over 5 emails from me, and 3 from my ISP with NO response from SORBS. It has come to a point I can't even tell if they read emails, since I simply get NO response through their web mail form. Here is the scoop. I purchased 2 static IPs from Shaw Business Internet, a local Cable company providing both residential and business Internet services. When I first got the IPs a couple of months ago I found that a lot of the people I communicate with could no longer get mail from me. Not a problem I thought, since this was a mass block of IPs that SORBS thought was dynamic. I spoke to Shaw Tech support and they got right on it. Realizing that a new block they switched me to was considered dynamic, they submited the changes to SORBS as per their requirements. Nothing. Then they emailed. Nothing. And again. Nothing. Of course, I was ranting at the ISP throughout all this, and all they could say was that they couldn't escalate it any further until I got a response from SORBS saying they wouldn't do anything with the ISP. After hearing enough he-said/she-said crap I fired off my own emails. First I tried the "DUHL Additions, Deletions and Enquiries" support options. Then the "SORBS User Support" channel. No go. Finally I emailed "Matthew Sullivan" who is supposed to manage all this. I know it says NOT to email him with support issues, but over the weekend I had enough and didn't know where else to go. Of course, I got no response... which isn't surprising. So I am standing here, unable to email many of my clients and colleagues, including people I am working with at Microsoft. So... for those 'softies that are wondering why I haven't replied to your emails... thats why. Your mail server is bouncing me because you use SORBS. I couldn't even email secure@microsoft.com to report something over the weekend, and had to get Susan to do it for me. I think this is ridiculious. There are supposed to be safeguards to protect legit IPs like mine. Yet in the face of real world experience, its far from that. Please reconsider using SORBS. If they are STILL blocking me after amonth of trying... who else are they blocking incorrectly? You might be losing real business. October 02, 2004Major ASP.NET Forms Authentication Vulnerability FoundYou probably haven't heard about this yet, but there is a serious ASP.NET Forms authentication vulnerability that has been reported and is starting to make its way around the Internet. I have refrained from posting about it in an effort to wait for Microsoft to handle it, but now that its creeping out to blogs, I thought I better speak up so admins get a chance to cut through the FUD and deal with the real issue. The vulnerability was originally reported on NTBugtraq on September 14th by Toby Beaumont. I won't go into the politics of this report too much, but would like to point out a few things that bothered me about this report. First off, I am one for fair disclosure for vendors. I think Toby was wrong in blasting this on a major security mailing list without first letting Microsoft know (that is what secure@microsoft.com is all about). He even admits this at the end of the post, and I think that this is somewhat irresponsible. Secondly, I think Russ should have known better that to post it on his list (he does moderate every post after all) without giving Microsoft some time to look into this. Anyways, I could go on and whine about this forever, but will instead just accept that the information is out and move on. Now to details about the vulnerability. The basic premise behind the bug is that a specially crafted URL string can bypass the expected authentication model invoked in .NET forms authentication. The original report discusses how by using a backslash where a front slash is expected, the parser dealing with the pathing chokes. This seems to be a problem in how System.Web.Security.FormsAuthentication uses the value provided in the variable "Context.Request.Path" to validate its internal representation of the web.config(s) Form Authentication mappings. For more information on this you can check out the research Dinis Cruz has done on this. Now who is and is not affected? This vulnerability has been reported to work on all operating systems pre-W2K3 supporting IIS5, including W2K, SBS2000 and XPSP2. W2K3 is NOT affected since it is using IIS6. In IIS6 Microsoft rewrote the parser doing path normalization and it seems to currently be resilient to this attack vector. This means that for us up to date SBSers, we are safe since SBS 2003 is based on the same W2K3 code base... and we are using IIS6. How can you fix this? Currently Microsoft hasn't even acknowledged the vulnerability exists. In the meantime if you are vulnerable you may wish to look at the upgrade path to W2K3 / SBS2K3. You really should be doing this anyways; the attack surface of the W2K3 server platform is considerably smaller and a lot of these issues have been addressed. If that is not feasible, you really should install URLScan and run the IIS Lockdown Wizard. Read knowledge base article 815155 to learn how to configure URLScan to protect your ASP.NET web application. There is some code floating around the Internet from Duncan Godwin in an attempt to temporarily fix this using HttpModule and RewritePath. I would caution you in using this code. Although it DOES address the symptom, IT IS NOT THE CURE. Duncan wrote a neat hack that will check and rewrite paths if a backslash exists when it shouldn't. He even was smart enough to add a check for a UTF-8 encoded representation using %5c instead of using a backslash ('\'). However, this can simply be defeated by using double escaping representation. One of the problems with URL encoding is the fact you can really nest double escaping pretty deep. %5c represents a backslash character. But so do these:
To really get around this problem, I think the only way this will be done properly is to reduce the URL string to its canonical form by using something like the Win32 API MultibyteToWideChar. This would ensure that it won't be hidden in escape nesting hell. However, I currently don't have time to write some code to address this, and will need to rely on other developers who work closer in the ASP.NET arena to do so. You will need to P/Invoke this I'm sure, but that shouldn't be too hard. There are several people doing some more research on this that you should watch. Some of the latest information seems to be coming from Dominick Baier and can be read here. What we currently know is that the latest version of .NET did not address this, and that it continues to be vulnerable on all platforms running IIS pre-WS2K3. fritz wrote a quick proof of concept web app which you can download and try to see if you are vulnerable. If you think you may be at risk, I suggest you check it out and see for yourself. Good luck. October 01, 2004The idiocy of some PeopleOk, this will be an uncharacteristic post by me. I try not to let me own personal opinions such as politics, religion etc come onto my blog as this seems to be a good resource for my readers to learn about things infosec. But today I just heard some of the stupidest idiocy I just have to speak up. Today I learned about a PERFECT example of stupidity in people who cannot take a joke. It came about when I heard that some of the nurses in BC decided to complain (I heard the term boycott and threat of union action from someone in the know) to Z95.3, one of the radio stations I listen to occassionally. Why? Because of this TV ad. God forbid we think nurses are cute, can sing and dance.... especially if you have seen many of the nurses in the system... they are far from that. People, its a TV ad for a radio station. The premise behind the ad was that great music has an infectious way of taking over. Not that you are sex slaves or what ever idiocy you can dream up in your complaint. Let it go. Its not worth fretting over. Anyways, Z95 voluntarily pulled the ad. So you will never see it on TV again. But you can see it here. I suggest you check it out and have a laugh before it gets pulled from there too. |
![]() ![]()
My 5 Favorite Books
Writing Secure Code
Secure Programming Cookbook Security Engineering Secure Coding Principles & Practice Inside the Security Mind ![]()
My 5 Favorite Papers
Smashing the Stack
Penetration Studies Covert Channel Analysis of Trusted Systems DoD Trusted Computer System Evaluation Criteria NSA Security Recommendation Guides ![]()
Archives
March 2010
October 2009 August 2009 May 2009 April 2009 March 2009 February 2009 January 2009 December 2008 November 2008 October 2008 September 2008 August 2008 July 2008 June 2008 April 2008 January 2008 December 2007 November 2007 October 2007 September 2007 August 2007 July 2007 June 2007 May 2007 April 2007 March 2007 February 2007 January 2007 December 2006 November 2006 October 2006 September 2006 August 2006 July 2006 June 2006 May 2006 April 2006 March 2006 February 2006 January 2006 December 2005 November 2005 October 2005 September 2005 August 2005 July 2005 June 2005 May 2005 April 2005 March 2005 February 2005 January 2005 December 2004 November 2004 October 2004 September 2004 August 2004 July 2004 June 2004 May 2004 April 2004 March 2004 February 2004 January 2004 December 2003 November 2003 October 2003 September 2003 August 2003 July 2003 June 2003 May 2003 April 2003 March 2003 February 2003 January 2003 December 2002 November 2002 October 2002 September 2002 August 2002 July 2002 ![]() |
|