Path Traversal Vulnerability Security Hotfix for ColdFusion Released
By Pete Freitag
Adobe released a ColdFusion security hotfix for a path traversal vulnerability in ColdFusion administrator (CVE-2010-2861, APSB10-18). On the Adobe security bulletin page it lists affected software versions: ColdFusion 8.0, 8.0.1, 9.0, 9.0.1 and earlier versions for Windows, Macintosh and UNIX. Take special notice of the and earlier versions, so if you are running CF7 you will quite possibly still be vulnerable to this.
This vulnerability allows an attacker to ready any file that ColdFusion has permission to read (on windows this should be limited to the same drive that contains the ColdFusion administrator).
Applying the hotfix is quite simple, just replace a couple files in your ColdFusion administrator directory. So go ahead and take care of this now, it should take less than 5 minutes of your time. Also while your at it, make sure you ColdFusion administrator is not publicly accessible. Add IP restrictions, or a web server password.
HackMyCF Updated
The ColdFusion Security Scanner, HackMyCF has been updated to detect this vulnerability. There are a few conditions however in which it can't detect it, so I encourage you to apply the hotfix regardless of what it says.
Path Traversal Vulnerability Security Hotfix for ColdFusion Released was first published on August 12, 2010.
If you like reading about coldfusion, security, vulnerabilities, hotfix, or adobe then you might also like:
- HackMyCF Updated for APSB11-29 Security Hotfix
- Recent ColdFusion Security Hotfix Updated Feb 2011
- ColdFusion searchImplicitScopes and APSB24-14
- Setup ColdFusion 9.0.1 Fully Patched
The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.
Try Fixinator
The Adobe instructions seem to indicate that a restart of the CF instances are required after copying the files, which for some would make this a bigger deal. Is that true or should I change that step to "Wipe hands on pants"? Thanks!