cfchart /cfide/graphdata.cfm issue
Hi,
Debated a bit between posting this in the Administration forum or the main forum since it's a little bit of both. Hopefully I picked right ![]()
We don't make heavy usage of cfchart so we never noticed this issue, but I believe the issue is present since upgrading to CF 9, from CF MX.
Problem: When using cfchart, the code is generated on the page where the chart should be
<img name="Images_1442197870100010_PNG" id="Images_1442197870100010_PNG" src="/CFIDE/GraphData.cfm?graphCache=wc50&graphID=Images/1442197870100010.PNG">
Issue is with the src attribute: /CFIDE/GraphData.cfm from what I gathered online that file doesn't really exist on the file system it's just a special alias for ColdFusion.
Problem is that we restricted access to the /CFIDE with a url rerwrite rule to prevent external access to the Administrator from the outside, the rule is for everything in /CFIDE. If I modify it to only lock /CFIDE/Administrator the charts work again.
My concern is that is there any danger to exposing CFIDE to the public? I seem to recall a bug with the bundled version of fckeditor that would allow anyone to upload files if the access wasn't restricted.
--
JF
