<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="https://www.carehart.org/blog/client/rss.css" ?>
			
			<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
			<channel>
			<title>Charlie Arehart - Server Troubleshooting - hotfix</title>
			<link>https://www.carehart.org/blog/client/index.cfm</link>
			<atom:link href="https://www.carehart.org/blog/client/rss.cfm" rel="self" type="application/rss+xml" />
			<description>Charlie Arehart - Server Troubleshooting</description>
			<language>en-us</language>
			<lastBuildDate>Mon, 07 Dec 2020 22:28:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>blogmaster@carehart.org (Charlie Arehart)</managingEditor>
			<webMaster>blogmaster@carehart.org (Charlie Arehart)</webMaster>
			
			<item>
				<title>Hotfix released for CF2021 date-mask compatibility issue</title>
				<link>https://www.carehart.org/blog/2020/12/7/cf2021_hotfix_datemask_compatibility_issue</link>
				<description>
				
				Good news to share: if you&apos;re concerned about being impacted by a pressing compatibility issue in ColdFusion 2021 (regarding using &quot;D&quot; in a dateformat mask), &lt;a href=&quot;https://helpx.adobe.com/coldfusion/kb/dateformat-function-coldfusion-2021.html&quot;&gt;Adobe released a fix&lt;/a&gt; for the problem last week. There are 3 simple steps to implementing that fix, &lt;b&gt;one of which is a JVM arg change to that YOU MUST MAKE--even with the &quot;fix&quot; in place--if you want to revert the behavior.&lt;/b&gt; 

Or you can change your CFML code to get around the problem, as I also discuss below.

[&lt;b&gt;Update&lt;/b&gt;: As of Mar 2021, Adobe now offers implements this &quot;hotfix&quot; into &lt;a href=&quot;https://helpx.adobe.com/coldfusion/kb/coldfusion-2021-update-1.html&quot;&gt;CF2021 Update 1&lt;/a&gt; (and above). You DO still need to add the JVM arg discussed, if you want to revert the behavior&lt;/b&gt;:

&lt;code&gt;-Dcoldfusion.datemask.useDasdayofmonth=true&lt;/code&gt;

It&apos;s just that yo uno longer need to obtain and implement the specialhotfix jar file I&apos;d announced with this post. Again the update does NOT change the DEFAULT behavior, which is why that JVM arg is still necessary. The rest of the information below applies.]

Read on for additional details.  [More]
				</description>
				
				<category>cf2021</category>
				
				<category>hotfix</category>
				
				<pubDate>Mon, 07 Dec 2020 22:28:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2020/12/7/cf2021_hotfix_datemask_compatibility_issue</guid>
				
			</item>
			
			<item>
				<title>Having issues with the popup calendar feature in CF11 or 2016? There&apos;s a fix</title>
				<link>https://www.carehart.org/blog/2017/7/17/fixing_issue_with_cf_calendar_problem_in_cf11u12_cf2016u4</link>
				<description>
				
				If you&apos;re using the cfinput type=&quot;datefield&quot; feature to popup a calendar and are finding that it&apos;s &lt;b&gt;a) not working *at all* in ColdFusion 2016 or b) it showing up but not *correctly* after ColdFusion 11 update 12 or ColdFusion 2016 update 4, there&apos;s a fix for both.&lt;/b&gt;

The first problem was introduced in the CF2016 installer released in Dec 2016, and any after that, where Adobe has literally removed the library used for the calendaring, but you can add it back, as I discuss below. (If you install or installed CF 2016 from the original installer in Feb 2016, you won&apos;t see this problem as it wasn&apos;t removed then.)

The second problem was introduced in those two named updates, and was fixed in the very next updates (CF11 update 13 or CF2016 update 5). And of course, this could also happen if you&apos;re moving to CF11 or 2016 for the first time, and someone else had &quot;fully updated&quot; those to that update level before you started testing against it.

If you&apos;d like to know more, read on.  [More]
				</description>
				
				<category>cf2016</category>
				
				<category>cf11</category>
				
				<category>hotfix</category>
				
				<category>troubleshooting</category>
				
				<pubDate>Mon, 17 Jul 2017 14:55:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2017/7/17/fixing_issue_with_cf_calendar_problem_in_cf11u12_cf2016u4</guid>
				
			</item>
			
			<item>
				<title>How to solve common problems with applying ColdFusion updates</title>
				<link>https://www.carehart.org/blog/2016/9/6/solve_common_problems_with_CF_updates_in_10_and_above</link>
				<description>
				
				Has this happened to you: you want to apply some update to your current version of CF--and it fails. Ugh. While the ColdFusion admin has a simple update UI mechanism, &lt;b&gt;what can you do if the update fails to apply? Indeed, how can you know if it DID fail? how can you recover? what might you do to prevent a failure?&lt;/b&gt; The answers may be simple on the surface, but not obvious to most. 

And you&apos;ll likely be in panic mode. Many find after applying a ColdFusion update that either &lt;b&gt;CF won&apos;t start at all, or they can&apos;t access the ColdFusion Admin, or some part of CF or their app doesn&apos;t work&lt;/b&gt;. Or perhaps the problem may not become clear for hours or even days.

Typically the issue is that there was an error during the update process which CF attempts, and that might be rather easily confirmed and resolved. In this post, I share several tips and observations related to all this, based on my years of providing &lt;a href=&quot;http://www.carehart.org/consulting&quot;&gt;remote CF troubleshooting support&lt;/a&gt;.  [More]
				</description>
				
				<category>updates</category>
				
				<category>CF2016 Intro Series</category>
				
				<category>cf2016</category>
				
				<category>carehart classics</category>
				
				<category>cf2021</category>
				
				<category>admin</category>
				
				<category>cf911</category>
				
				<category>cf10</category>
				
				<category>cf11</category>
				
				<category>hotfix</category>
				
				<category>troubleshooting</category>
				
				<category>cf2023</category>
				
				<category>cf2018</category>
				
				<pubDate>Tue, 06 Sep 2016 13:15:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2016/9/6/solve_common_problems_with_CF_updates_in_10_and_above</guid>
				
			</item>
			
			<item>
				<title>New updates for Coldfusion 11, 10, and 9 (security update for 9, 11; still more for 10)</title>
				<link>https://www.carehart.org/blog/2014/10/14/new_updates_today_for_cf_11_10_and_9</link>
				<description>
				
				If you&apos;d not heard the news, there were several updates released today, for CF 11, 10, and 9. 

As for CF11 and CF9, it&apos;s mainly a security update. For CF10, it&apos;s got quite a bit more. (And there is another update for CF11 to come in the future which Adobe mentioned when it came out with its first update last month.)

For more on each, see below.  [More]
				</description>
				
				<category>cf9</category>
				
				<category>cf10</category>
				
				<category>cf11</category>
				
				<category>hotfix</category>
				
				<category>security</category>
				
				<pubDate>Tue, 14 Oct 2014 18:05:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2014/10/14/new_updates_today_for_cf_11_10_and_9</guid>
				
			</item>
			
			<item>
				<title>Applying hotfixes to ColdFusion 9 and earlier? A guide to getting it right</title>
				<link>https://www.carehart.org/blog/2014/3/14/cf9_and_earlier_hotfix_guide</link>
				<description>
				
				I realize that title may seem anachronistic. Why talk about hotfixes in CF9 and earlier, in 2014, indeed as &lt;a href=&quot;https://coldfusion.adobe.com/2014/02/public-beta-for-coldfusion-and-coldfusion-builder-is-now-available/&quot;&gt;CF11/Splendor is in beta&lt;/a&gt;? But I&apos;ll tell you that I still &lt;a href=&quot;http://www.carehart.org/consulting&quot;&gt;help people&lt;/a&gt; daily who are still on those older releases, and &lt;b&gt;often they have problems that may have long since been solved by a hotfix or a cumulative hotfix they never applied--or may be caused by misapplication of such hotfixes&lt;/b&gt;. 

Of course, in CF10 it&apos;s easier now because of the built-in &quot;server updates&quot; feature of the CF Admin. But in earlier releases, it was all on you to both keep up on the updates and to apply them manually. &lt;b&gt;And a lot of people either never bothered, or may have tried and failed, or did it but got it wrong.&lt;/b&gt;

&lt;h2&gt;What you need to know&lt;/h2&gt;

So in this blog entry, I some key info that will help you, if you may be in need of applying one or more of those updates to CF9 and earlier. Indeed, I&apos;ll point to some past entries I&apos;ve done where I shared a lot more detail that I find is vital and rarely mentioned when some people try to share just the bare minimum of info (often leaving people hanging).

For instance, I&apos;ll help you answer such questions as &lt;b&gt;what hotfixes do you already have applied? How do you find out? And you need to know exactly what version of CF you have&lt;/b&gt;, whether 9.0/9.0.1/9.0.2, 8.0/8.0.1, 7.0/7.0.1/7.0.2, and so on. &lt;b&gt;I&apos;ll explain how to tell and why that&apos;s important, and especially when it comes to finding and applying hotfixes. And if you have applied hotfixes, are you sure you have done it right? &lt;/b&gt;It&apos;s easy to get things wrong and botch things. I&apos;ll help you avoid several very common mistakes.

(That&apos;s why it&apos;s so great that CF10 finally handles things for us. But this entry, focused on 9 and earlier, is not the place to discuss concerns with the CF10 hotfix mechanism. If you have questions or concerns about that, see the substantial &lt;a href=&quot;https://coldfusion.adobe.com/2012/12/coldfusion-hotfix-installation-guide/&quot;&gt;CF10 Hotfix Installation Guide&lt;/a&gt; from Adobe, a 50-question FAQ on all things related to that feature.)

I&apos;ll also &lt;b&gt;point you to where to find hotfixes and installers for CF9 and earlier&lt;/b&gt; (not as easy as it may seem), and still more. 

If any of that&apos;s of interest, and I hope it is if you&apos;re on CF9 or earlier, then read on.  [More]
				</description>
				
				<category>cf9</category>
				
				<category>cf8</category>
				
				<category>admin</category>
				
				<category>cf10</category>
				
				<category>hotfix</category>
				
				<category>troubleshooting</category>
				
				<pubDate>Fri, 14 Mar 2014 10:37:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2014/3/14/cf9_and_earlier_hotfix_guide</guid>
				
			</item>
			
			<item>
				<title>Note that ColdFusion 10 Update 13 is &quot;needed&quot; for OS X-only...and some confusion</title>
				<link>https://www.carehart.org/blog/2014/1/11/ColdFusion_10_Update_13_is_OS_X-only_and_some_concerns</link>
				<description>
				
				Some of you may have seen that Adobe released a new hotfix for ColdFusion 10 last night, called Update 13.  If you only read the text in the update (shown in the &quot;Server Update&quot; page of the CF admin), you might proceed to apply that update (which is ok).

But guess what: &lt;u&gt;it technically only has changes related to Mac OS X&lt;/u&gt; (specifically adding support for its Mavericks version).

This is addressed if you read the technote that the update text points to, or the Adobe blog entry from last night which announced the update (more on these in a moment.) Those DO indicate that if you are not running that OS, you need not apply the update. (And the day after I wrote this entry, this indication was added to the update text itself.)

&lt;b&gt;But what if you are on Windows (or another *nix variant besides OS X)? Should you apply it? What if you do? (there&apos;s NO PROBLEM!) What if you don&apos;t? And given that the update text says you need to reconfigure the web server connector, do you really need to bother on Windows?

And what if you are installing CF10 for the first time, since you DO need to apply updates upon installation? (you can either apply update 13 or 12, but you must apply at least one of them to be fully updated.) 

As important, how might Adobe have better clarified this&lt;strike&gt;, and how might they make a simple change now related to that&lt;/strike&gt; (they since did)?&lt;/b&gt;

I address in this entry these questions and a few other concerns I have, about confusion that may ensue.  [More]
				</description>
				
				<category>admin</category>
				
				<category>cf10</category>
				
				<category>hotfix</category>
				
				<pubDate>Sat, 11 Jan 2014 18:15:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2014/1/11/ColdFusion_10_Update_13_is_OS_X-only_and_some_concerns</guid>
				
			</item>
			
			<item>
				<title>Still more reasons to make sure you have updated your ColdFusion 10 web server connector</title>
				<link>https://www.carehart.org/blog/2013/11/8/still_more_reasons_to_update_your_CF10_webconnector</link>
				<description>
				
				Several weeks ago, I did an entry, &lt;a href=&quot;http://www.carehart.org/blog/client/index.cfm/2013/9/13/why_you_must_update_cf10_webserver_connector&quot;&gt;CF911: Why/when you MUST update the web server connector for #ColdFusion 10, and may have missed it&lt;/a&gt;.

In this entry, I want to throw in another reason why it&apos;s important to make sure you properly update (reconfigure/rebuild/upgrade) your web server connector after applying certain CF10 updates, or if applying only the latest update for the first time to a newly installed CF10 instance.  [More]
				</description>
				
				<category>admin</category>
				
				<category>cf911</category>
				
				<category>cf10</category>
				
				<category>web services</category>
				
				<category>hotfix</category>
				
				<category>connector</category>
				
				<pubDate>Fri, 08 Nov 2013 03:45:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/11/8/still_more_reasons_to_update_your_CF10_webconnector</guid>
				
			</item>
			
			<item>
				<title>CF911- Why/when you MUST update the web server connector for ColdFusion 10/11 and may have missed it</title>
				<link>https://www.carehart.org/blog/2013/9/13/why_you_must_update_cf10_webserver_connector</link>
				<description>
				
				Have you installed or updated CF10 (or 11) and found that you still have problems with it running right, even when you have &quot;fully updated&quot; CF10? In this blog entry, I explain how it may NOT be that &quot;CF 10 is broken&quot; but rather that you may have missed an important step when updating it.

In brief, a VERY common problem is that while they MAY WELL have applied the provided &quot;updates&quot; for CF, &lt;b&gt;folks often do NOT notice that they may have to (and generally must) &quot;update&quot; the web server &quot;connector&quot; (if they are using an external web server, like IIS or Apache) as a separate manual step, after applying the update&lt;/b&gt;. 

I explain here what that means, how do to it, and why you may miss that you need to. 

&lt;b&gt;Update in 2019&lt;/b&gt;:&lt;br&gt;
&lt;blockquote&gt;
Since writing this entry, I did one in 2019 on &lt;a href=&quot;https://www.carehart.org/blog/2019/11/13/when_how_update_cf_web_connector&quot;&gt;When and how to upgrade CF web server connector, easier since CF2016&lt;/a&gt;, which at least makes it EASIER to upgrade, though much of what I write here still applies. I also updated this post since originally writing it, in ways discussed below.
&lt;/blockquote&gt;

(Or &lt;b&gt;if you&apos;d rather just have me help you quickly help you analyze and rectify your situation, whether with regard to the connectors or any other CF server troubleshooting, I can do that&lt;/b&gt; in a brief consulting session, likely less than an hour, remotely and securely. I provide all the detail here for those who prefer to &quot;go it on their own&quot;. For more on my consulting services, including rates, approach, satisfaction guarantee, and more, see the &lt;a href=&quot;http://www.carehart.org/consulting&quot;&gt;consulting page at carehart.org&lt;/a&gt;.)  [More]
				</description>
				
				<category>carehart classics</category>
				
				<category>IIS</category>
				
				<category>admin</category>
				
				<category>cf911</category>
				
				<category>cf10</category>
				
				<category>hotfix</category>
				
				<category>troubleshooting</category>
				
				<category>apache</category>
				
				<category>connector</category>
				
				<pubDate>Fri, 13 Sep 2013 01:51:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/9/13/why_you_must_update_cf10_webserver_connector</guid>
				
			</item>
			
			<item>
				<title>Speaking at Atlanta ColdFusion User Group tonight on 2 important topics</title>
				<link>https://www.carehart.org/blog/2013/6/12/speaking_tonight_on_hotfixing_and_locking_down</link>
				<description>
				
				Just wanted to note that I&apos;ll be speaking tonight at the &lt;a href=&quot;http://www.meetup.com/AtlantaCFUG/&quot;&gt;Atlanta CFUG&lt;/a&gt; on two important topics:

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://carehart.org/presentations/#cfupdates&quot;&gt;Updating/Hotfixing #ColdFusion 10, 9 and 8: Tips and Traps&lt;/a&gt;
&lt;li&gt;&lt;a href=&quot;http://carehart.org/presentations/#cfidelockdown&quot;&gt;Locking down the #ColdFusion Administrator: Your First Line of Defense Against Hackers&lt;/a&gt;
&lt;/ul&gt;

For more details on the talks, or to get the slides once I post them (likely right after the meeting), please see the links for the two sessions above.

And if you may want to attend, please &lt;a href=&quot;http://www.meetup.com/AtlantaCFUG/events/122860242/&quot;&gt;RSVP&lt;/a&gt;.

I may offer these later on the &lt;a href=&quot;http://www.coldfusionmeetup.com&quot;&gt;Online ColdFusion Meetup&lt;/a&gt; or perhaps one of the remaining &lt;a href=&quot;http://www.cf411.com/cfconf&quot;&gt;CF conferences&lt;/a&gt; this year, if I may be selected to speak. 
				</description>
				
				<category>admin</category>
				
				<category>hotfix</category>
				
				<pubDate>Wed, 12 Jun 2013 17:20:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/6/12/speaking_tonight_on_hotfixing_and_locking_down</guid>
				
			</item>
			
			<item>
				<title>Java now has a built-in expiration date. What that&apos;s about (not obvious at first)</title>
				<link>https://www.carehart.org/blog/2013/6/11/java_update_expiration_date_what_its_about</link>
				<description>
				
				If you may have looked at the release notes for the latest (as of this writing) JVM update (&lt;a href=&quot;http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html&quot;&gt;Java 1.7 update 21&lt;/a&gt;), you may have noticed that it refers to an &quot;&lt;b&gt;expiration date&lt;/b&gt;&quot; for this version of the JVM. What&apos;s that about, you may wonder?  [More]
				</description>
				
				<category>java</category>
				
				<category>hotfix</category>
				
				<pubDate>Tue, 11 Jun 2013 14:53:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/6/11/java_update_expiration_date_what_its_about</guid>
				
			</item>
			
			<item>
				<title>CF911 - New Adobe document about ColdFusion security hotfixes, required reading, I&apos;d say</title>
				<link>https://www.carehart.org/blog/2013/5/21/new_adobe_summary_of_security_hotfix_tweaks</link>
				<description>
				
				Here&apos;s a new document from Adobe (new as of last week, it seems) that you may have missed, but which I would argue is REQUIRED READING for all CF admins and developers:

&lt;a href=&quot;http://helpx.adobe.com/coldfusion/kb/important-hotfix-related-notes.html&quot;&gt;Important hotfix-related notes for ColdFusion 9 and ColdFusion 10&lt;/a&gt;

What is this about? and why is it important? Read on below, as the document itself and current links from Adobe don&apos;t quite convey its significance, I think. For more perspective, I discuss below both what has happened to many folks after applying ColdFusion security hotfixes in recent years, and how this document helps.  [More]
				</description>
				
				<category>cf9</category>
				
				<category>admin</category>
				
				<category>cf911</category>
				
				<category>cf10</category>
				
				<category>hotfix</category>
				
				<category>security</category>
				
				<pubDate>Tue, 21 May 2013 00:12:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/5/21/new_adobe_summary_of_security_hotfix_tweaks</guid>
				
			</item>
			
			<item>
				<title>Part 3 - Adobe hotfix released for &quot;Serious security threat for ColdFusion servers&quot;</title>
				<link>https://www.carehart.org/blog/2013/1/15/Part3_serious_security_threat</link>
				<description>
				
				Adobe has come out with a new security hotfix for a very serious attack on ColdFusion servers which had hit many (perhaps most) CF shops over the past couple of weeks, and it&apos;s vital that all shops apply that fix. (Even if you think you&apos;ve protected yourself in other ways

There is a new &lt;a href=&quot;https://coldfusion.adobe.com/2013/07/new-coldfusion-security-update-for-version-9-and-above-1/&quot;&gt;Adobe CF blog entry pointing to the new hotfix&lt;/a&gt;, and I point that out rather than the technote for the hotfix itself, because as often is the case, there has been some useful discussion related to applying the fix. &lt;strike&gt;Indeed, there&apos;s a warning I&apos;ve shared there about a problem (hopefully temporary) with the hotfix file for users of ColdFusion 9.0.2&lt;/strike&gt;. (&lt;b&gt;Update&lt;/b&gt;: the confusion about 9.0.2 is resolved. The technote has been corrected. See the comments in the Adobe blog entry for more details.)

Users of ColdFusion 10, 9.0.2, 9.0.1, and 9.0 should certainly proceed to implement the fix.

I address several questions and other observations about this hotfix below.  [More]
				</description>
				
				<category>cf9</category>
				
				<category>admin</category>
				
				<category>cf10</category>
				
				<category>hotfix</category>
				
				<category>security</category>
				
				<pubDate>Tue, 15 Jan 2013 21:03:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/1/15/Part3_serious_security_threat</guid>
				
			</item>
			
			<item>
				<title>Part 2 - Serious security threat for ColdFusion servers [now covered by a hotfix]</title>
				<link>https://www.carehart.org/blog/2013/1/2/Part2_serious_security_threat</link>
				<description>
				
				Since I posted my entry earlier today about a &lt;a href=&quot;http://www.carehart.org/blog/client/index.cfm/2013/1/2/serious_security_threat&quot;&gt;Serious security threat for #ColdFusion servers [&lt;strike&gt;not&lt;/strike&gt; now covered by a hotfix]&lt;/a&gt;, I have had many questions and discussions which lead me to share more info. 

At first I was adding these as updates to the previous entry, but I fear that some who may have read it earlier in the day may then miss some of this new info, thus this &quot;Part 2&quot;. &lt;b&gt;You will definitely want to read &lt;a href=&quot;http://www.carehart.org/blog/client/index.cfm/2013/1/2/serious_security_threat&quot;&gt;part 1&lt;/a&gt; before proceeding here.&lt;/b&gt;

[&lt;b&gt;Update:&lt;/b&gt; And since writing this entry 2 weeks ago, Adobe has indeed now come out with a hotfix. I have more to say about that in the new &lt;a href=&quot;http://www.carehart.org/blog/client/index.cfm/2013/1/15/Part3_serious_security_threat&quot;&gt;Part 3: Adobe hotfix released for &quot;Serious security threat for #ColdFusion servers&quot;&lt;/a&gt;. While you should proceed to get that fix in place, you&apos;ll likely benefit from reading parts 1, 2, and 3, as there&apos;s more discussed than just the thread and fix, itself, which could benefit you down the road.]

Among the new information shared below are such things as how the hack worked (not too much detail, though), how to determine what the exploit may have exposed, how to handle resolving things for many sites via scripting, how to lock down the /adminapi, /administrator, and /componentutils directories, and &lt;b&gt;most important, why you should not skip all this just because &quot;we already block all access to the CFIDE/adminapi&quot; (and /administrator and /componentutils)&quot;. &lt;/b&gt; There may be exposure you&apos;re not considering.  [More]
				</description>
				
				<category>cf9</category>
				
				<category>cf8</category>
				
				<category>admin</category>
				
				<category>cf911</category>
				
				<category>cf10</category>
				
				<category>hotfix</category>
				
				<category>security</category>
				
				<pubDate>Wed, 02 Jan 2013 21:59:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/1/2/Part2_serious_security_threat</guid>
				
			</item>
			
			<item>
				<title>Serious security threat for ColdFusion servers [now covered by a hotfix]</title>
				<link>https://www.carehart.org/blog/2013/1/2/serious_security_threat</link>
				<description>
				
				Hey folks, there&apos;s a fairly serious security threat out in the wild, and you may want to check if your server&apos;s been hit. (It may be old news to some, but for now it&apos;s hitting people in the past week or so.) It&apos;s been confirmed to have hit at least CF9 (9.01 and 9.0.2) servers, but it seems it would apply to as well to CF10 or down to CF 7, as it leverages the Admin API. 

&lt;strike&gt;And note that it&apos;s NOT one that you&apos;re protected against by having applied CF security hotfixes.&lt;/strike&gt; (Updated Jan 15 2013, as Adobe now has a hotfix for this. More below.)

There&apos;s quite a bit for you to consider regarding this recent threat, as I discuss here.  [More]
				</description>
				
				<category>cf9</category>
				
				<category>carehart classics</category>
				
				<category>cf8</category>
				
				<category>admin</category>
				
				<category>cf911</category>
				
				<category>cf10</category>
				
				<category>hotfix</category>
				
				<category>security</category>
				
				<pubDate>Wed, 02 Jan 2013 13:35:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2013/1/2/serious_security_threat</guid>
				
			</item>
			
			<item>
				<title>How to tell what, if any, hotfixes have been applied to ColdFusion (9 and earlier)</title>
				<link>https://www.carehart.org/blog/2012/6/18/what_hotfixes_have_been_applied</link>
				<description>
				
				I often see people struggling with confusion over what hotfixes have been applied to CF. They may wonder &quot;which have we applied?&quot;, or worse, they may not have applied any and just don&apos;t know &quot;how to know&quot; whether they have. I have good news, but it may not be the answer most would suspect.

The common answer offered is that one should use the &quot;system info&quot; page in the CF Admin, and its available &quot;update level&quot; field. 

But I will assert that&apos;s not the &quot;right answer&quot; after all, or certainly not the &quot;best answer&quot; to really know what hotfixes (plural) have been applied. Know why? If not, I&apos;ll explain here, and I&apos;ll show what I would say is the &quot;right&quot; answer to &quot;what hotfixes have you applied?&quot;  [More]
				</description>
				
				<category>admin</category>
				
				<category>cf911</category>
				
				<category>cf10</category>
				
				<category>tools</category>
				
				<category>hotfix</category>
				
				<pubDate>Mon, 18 Jun 2012 14:34:00 -0500</pubDate>
				<guid>https://www.carehart.org/blog/2012/6/18/what_hotfixes_have_been_applied</guid>
				
			</item>
			</channel></rss>