<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">[karsten samaschke]</title><subtitle type="html">ASP.NET daily. Or weekly.</subtitle><id>http://weblogs.asp.net/ksamaschke/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/ksamaschke/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2004-07-05T13:24:00Z</updated><entry><title>Today's SPAM count</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2005/01/29/362882.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2005/01/29/362882.aspx</id><published>2005-01-29T01:12:00Z</published><updated>2005-01-29T01:12:00Z</updated><content type="html">&lt;p&gt;...is 181 SPAM-mails in my inbox...&lt;/p&gt; &lt;p&gt;Man, I am really important!&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=362882" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="Opinion" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx" /></entry><entry><title>Bug in CommunityServer::Forums 2.0.1 fixed</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2005/01/26/360514.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2005/01/26/360514.aspx</id><published>2005-01-26T00:09:00Z</published><updated>2005-01-26T00:09:00Z</updated><content type="html">After playing a while with the current version of Telligent's Community Server :: Forums 2.0.1, I found a real work-around for its annoying moderation bug in the administration. The complete solution is posted here:&lt;br /&gt; &lt;a href="http://weblog.ksamaschke.de/PermaLink,guid,26003bf3-0e04-497c-bca7-290e4bd66569.aspx"&gt;&lt;br /&gt; http://weblog.ksamaschke.de/PermaLink,guid,26003bf3-0e04-497c-bca7-290e4bd66569.aspx&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; :-)&lt;br /&gt; &lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=360514" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>ASP.NET Forms vulnerability does not only affect Forms Authentication!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237055.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237055.aspx</id><published>2004-10-02T21:20:00Z</published><updated>2004-10-02T21:20:00Z</updated><content type="html">&lt;p&gt;It gets worse and worse: As &lt;A href="http://weblogs.asp.net/lbarbieri"&gt;Lorenzo Barbieri&lt;/a&gt;&amp;nbsp;states in is weblog (&lt;A href="http://weblogs.asp.net/lbarbieri/archive/2004/10/02/237049.aspx"&gt;http://weblogs.asp.net/lbarbieri/archive/2004/10/02/237049.aspx&lt;/a&gt;), the \- and %5c-vulnerability does not only affect Forms Authentication: It also affects Windows Authentication! &lt;/p&gt; &lt;p&gt;If you secure a path - say: &lt;a href="http://localhost/site/secure/default.aspx"&gt;http://localhost/site/secure/default.aspx&lt;/a&gt; - and the client (=browser) tries to access the resource using Backslashes or (even worse) the hexadecimal representation (&lt;a href="http://localhost/site/secure\default.aspx"&gt;http://localhost/site/secure\default.aspx&lt;/a&gt;&amp;nbsp;or &lt;a href="http://localhost/site/secure%5cdefault.aspx"&gt;http://localhost/site/secure%5cdefault.aspx&lt;/a&gt;&amp;nbsp;or a mixture of it: &lt;a href="http://localhost/site/secure\%5cdefault.aspx"&gt;http://localhost/site/secure\%5cdefault.aspx&lt;/a&gt;), IIS does not reject the request, but allows you to enter the resource without any authentication. This affects every pre-Windows 2003 system without URLScan and / or IIS Lockdown tool.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;To protect yourself from this type of vulnerability, install URLScan and execute IIS Lockdown tool!&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Additional resources:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;URLScan: &lt;a href="http://www.microsoft.com/windows2000/downloads/recommended/urlscan/default.asp"&gt;http://www.microsoft.com/windows2000/downloads/recommended/urlscan/default.asp&lt;/a&gt;&lt;/li&gt; &lt;li&gt;IIS Lockdown tool: &lt;a href="http://www.microsoft.com/technet/security/tools/locktool.mspx"&gt;http://www.microsoft.com/technet/security/tools/locktool.mspx&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237055" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>Major ASP.NET Forms Authentication vulnerability found!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237042.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237042.aspx</id><published>2004-10-02T20:12:00Z</published><updated>2004-10-02T20:12:00Z</updated><content type="html">&lt;p&gt;A &lt;strong&gt;major&lt;/strong&gt; ASP.NET Forms Authentication vulnerability has been found! In short: When you secure sub-directories using Forms Authentication, you'll usually define this in your web.config. If you use IE to access a sub-directory - for example &lt;a href="http://localhost/site/secure/admin/default.aspx"&gt;http://localhost/site/secure/default.aspx&lt;/a&gt; - you'll be redirected to the&amp;nbsp;defined login page. This will also happen, when you have a typo - say: &lt;a href="http://localhost/site/secure/admin\default.aspx"&gt;http://localhost/site/secure\default.aspx&lt;/a&gt;&amp;nbsp;(note the backslash). But - and this is the bug - it wont happen with Mozilla Firefox or other browsers. When you try to access a secured directory using this browsers and the malicious url, you'll be able to access the directory. Without any Authentication. &lt;strong&gt;This is serious!&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;IE is not affected, because it rewrites the url before sending the request to the server. If you type the malicious url in a different way - say:&amp;nbsp;&lt;!--StartFragment --&gt; &lt;a href="http://localhost/site/secure%5Cdefault.aspx"&gt;http://localhost/site/secure%5Cdefault.aspx&lt;/a&gt; - it will be behave as the other browsers.&lt;/p&gt; &lt;p&gt;Affected systems: &lt;strong&gt;Every&lt;/strong&gt; Windows before Windows 2003 with an installed .NET framework. Because in IIS6 (which is shipped with Windows 2003) Microsoft has rewritten the parser responsible for doing path normalization. &lt;/p&gt; &lt;p&gt;Solution: Install &lt;a href="http://www.microsoft.com/windows2000/downloads/recommended/urlscan/default.asp"&gt;URLScan&lt;/a&gt; and run the &lt;a href="http://www.microsoft.com/technet/security/tools/locktool.mspx"&gt;IIS Lockdown Tool&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;More information:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.ntbugtraq.com/default.asp?pid=36&amp;amp;sid=1&amp;amp;A2=ind0409&amp;amp;L=ntbugtraq&amp;amp;F=P&amp;amp;S=&amp;amp;P=9884"&gt;http://www.ntbugtraq.com/default.asp?pid=36&amp;amp;sid=1&amp;amp;A2=ind0409&amp;amp;L=ntbugtraq&amp;amp;F=P&amp;amp;S=&amp;amp;P=9884&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://silverstr.ufies.org/blog/archives/000702.html"&gt;http://silverstr.ufies.org/blog/archives/000702.html&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.leastprivilege.com/PermaLink.aspx?guid=dc18954a-f2e8-4d30-b879-40df383aba4d"&gt;http://www.leastprivilege.com/PermaLink.aspx?guid=dc18954a-f2e8-4d30-b879-40df383aba4d&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://sourceforge.net/mailarchive/message.php?msg_id=9678578"&gt;http://sourceforge.net/mailarchive/message.php?msg_id=9678578&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237042" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/ASP.NET/default.aspx" /></entry><entry><title>Got my 4th MVP award!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237040.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237040.aspx</id><published>2004-10-02T19:54:00Z</published><updated>2004-10-02T19:54:00Z</updated><content type="html">Two days ago I was informed about my fourth MVP award. I'm really proud of this and I want to thank Microsoft for this. And I will continue to do community work. This is a promise!&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237040" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author></entry><entry><title>Having been off for nearly four months...</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237039.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/10/02/237039.aspx</id><published>2004-10-02T19:52:00Z</published><updated>2004-10-02T19:52:00Z</updated><content type="html">&lt;p&gt;...but I was quite busy: I wrote &lt;a href="http://www.amazon.de/exec/obidos/ASIN/3827321808/aspextra-21"&gt;my very first Java book&lt;/a&gt;. And I worked a lot. And I finally bought a new laptop - it is an IBM ThinkPad R50p, which I don't want to miss anymore... :-)&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=237039" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author></entry><entry><title>Help: Looking for a quit Centrino!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181073.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181073.aspx</id><published>2004-07-12T21:26:00Z</published><updated>2004-07-12T21:26:00Z</updated><content type="html">&lt;P align=left&gt;Now I need your help: I own a Dell Inspiron 8200, which is okay for my work. But there is one thing that drives me crazy: It is noisy! The cooler's always running and it is loud enough to be heard from the other side of the room. :-(&lt;/P&gt;
&lt;P align=left&gt;So, I need your recommendations for the successor of my noisy dell: It will need to have a Pentium-M-processor, the Centrino-certificate, a 1400x1050 or 1600x1200 (or something in between) 15.x" display, a seperate graphics-adaptor (ATI Rage 9x00 or some NVidia device), some 40+ gig harddisk, dvd burner&amp;nbsp;and at least 1gb of ram. And, most of all, it should be quit!&lt;/P&gt;
&lt;P align=left&gt;Until&amp;nbsp;now, I was looking at Dell's Inspiron 8600c and at IBM's ThinkPad R51.&amp;nbsp;If you know better / similiar units or if you're using one of the devices, I'd appreciate your info! :-)&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=181073" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="Opinion" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx" /></entry><entry><title>Useful article on XML-Serialization</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181068.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/07/12/181068.aspx</id><published>2004-07-12T21:18:00Z</published><updated>2004-07-12T21:18:00Z</updated><content type="html">&lt;P align=left&gt;Read it once, read it twice and still find it very useful: &lt;A href="http://msdn.microsoft.com/msdnmag/issues/03/06/XMLFiles/"&gt;http://msdn.microsoft.com/msdnmag/issues/03/06/XMLFiles/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=181068" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="C#" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/C_2300_/default.aspx" /></entry><entry><title>Funny one: Files named incorrectly at MSDN Subscriber Downloads</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/07/07/174749.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/07/07/174749.aspx</id><published>2004-07-07T04:25:00Z</published><updated>2004-07-07T04:25:00Z</updated><content type="html">&lt;P align=left&gt;This mail just dropped in:&lt;/P&gt;
&lt;P align=left&gt;--- SCHNIPP ---&lt;/P&gt;
&lt;P align=left&gt;Our records indicate you recently downloaded Visual C# 2005 Express Beta 1 and/or Visual C++ 2005 Express Beta 1 from MSDN Subscriber Downloads at &lt;A href="http://msdn.microsoft.com/subscriptions/downloads"&gt;http://msdn.microsoft.com/subscriptions/downloads&lt;/A&gt;. Unfortunately these two files were incorrectly named: the Visual C# download was actually Visual C++ and vice versa. The file names have since been corrected. &lt;/P&gt;
&lt;P align=left&gt;&lt;/P&gt;
&lt;P align=left&gt;You can verify the correct files by their file size:&lt;/P&gt;
&lt;P align=left&gt;&lt;/P&gt;
&lt;P align=left&gt;Visual C++ (en_vc_2005_express_beta1.iso): 297.57 MB (312,027,136 bytes)&lt;/P&gt;
&lt;P align=left&gt;Visual C# (en_vcs_2005_express_beta1.iso): 261.03 MB (273,704,960 bytes)&lt;/P&gt;
&lt;P align=left&gt;&lt;/P&gt;
&lt;P align=left&gt;We apologize for any inconvenience this may have caused.&lt;/P&gt;
&lt;P align=left&gt;--- SCHNAPP ---&lt;/P&gt;
&lt;P align=left&gt;And I was wondering about the odd new C# syntax... :-)&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=174749" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="Opinion" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx" /></entry><entry><title>Is Microsoft going to drop C#?</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/ksamaschke/archive/2004/07/05/173156.aspx" /><id>http://weblogs.asp.net/ksamaschke/archive/2004/07/05/173156.aspx</id><published>2004-07-05T11:24:00Z</published><updated>2004-07-05T11:24:00Z</updated><content type="html">As &lt;A href="http://weblogs.asp.net/hpreishuber"&gt;Hannes Preishuber&lt;/A&gt; reports in his weblog, &lt;A href="http://weblogs.asp.net/hpreishuber/archive/2004/07/05/173067.aspx"&gt;MS is going to drop C#&lt;/A&gt;. It sounds like a joke. Or is it serious? Ask &lt;A href="http://weblogs.asp.net/preishuber"&gt;Hannes&lt;/A&gt;, if you want to know more... :-)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=173156" width="1" height="1"&gt;</content><author><name>xxxkarsan3020</name><uri>http://weblogs.asp.net/members/xxxkarsan3020.aspx</uri></author><category term="C#" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/C_2300_/default.aspx" /><category term="VB.NET" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/VB.NET/default.aspx" /><category term="Opinion" scheme="http://weblogs.asp.net/ksamaschke/archive/tags/Opinion/default.aspx" /></entry></feed>