<![CDATA[ Security Fix? - My Forums]]> https://forums.modx.com/thread/?thread=34835 <![CDATA[Re: Security Fix?]]> https://forums.modx.com/thread/34835/security-fix#dis-post-190822 Quote from: Bravado at Jul 13, 2005, 09:45 PM

That’s a big "DUH!" for me!? Why didn’t I think of that?? At first I thought,"IDX files?".? Then it dawned on me...the siteCashe.idx file!? Definitely a security risk!? I’d probably do the same for .pageCache files as well.? Even though there really isn’t anything in them too important, doesn’t hurt to be careful.? wink

Well tha’s the way to go for Linux users but what about Windows users?

The good news is that this security bug was fixed sometime ago in TP3. We have renamed the files to .php so no need for a ReWrite rule smiley

]]>
xwisdom Jul 14, 2005, 12:45 AM https://forums.modx.com/thread/34835/security-fix#dis-post-190822
<![CDATA[Re: Security Fix?]]> https://forums.modx.com/thread/34835/security-fix#dis-post-190821 ]]> Bravado Jul 13, 2005, 04:45 PM https://forums.modx.com/thread/34835/security-fix#dis-post-190821 <![CDATA[Re: Security Fix?]]> https://forums.modx.com/thread/34835/security-fix#dis-post-190820 Quote from: Bravado at Jul 12, 2005, 07:30 PM

Not sure what this really does...but from what I can tell, it looks like an extra rewrite rule that changes the URL of the 404 page. Probably a good idea at any rate. smiley
It simply rewrites all requests for .idx files to the /404.html page.]]>
zeth Jul 13, 2005, 07:10 AM https://forums.modx.com/thread/34835/security-fix#dis-post-190820
<![CDATA[Re: Security Fix?]]> https://forums.modx.com/thread/34835/security-fix#dis-post-190819 ]]> Bravado Jul 12, 2005, 10:42 PM https://forums.modx.com/thread/34835/security-fix#dis-post-190819 <![CDATA[Re: Security Fix?]]> https://forums.modx.com/thread/34835/security-fix#dis-post-190818 ]]> rethrash Jul 12, 2005, 04:55 PM https://forums.modx.com/thread/34835/security-fix#dis-post-190818 <![CDATA[Security Fix?]]> https://forums.modx.com/thread/34835/security-fix#dis-post-190817
http://www.etomite.org/forums/index.php?showtopic=2772


Without going into any specific details regarding this possbile threat, for security reasons, every Etomite installation using .htaccess should add the following lines to the .htaccess file in either their Etomite root directory or doc root... This issue has been brought to our attention and I have modified and tested this fix on my own server with and without FURL’s... This fix will be standard in the 0.6.1 release... These lines should be placed below RewriteEngine On...

RewriteCond %{REQUEST_URI} ^.*\.idx$
RewriteRule ^.*\.idx$ /404.html [L,QSA]



This security issue was brought to our attention by Alberto Yon Valverde Gonz?lez... Alberto states that using RewriteRule ^.*\.idx$ /404.html [F,L] as being a better rewrite rule... On my server, however, the rewrite rule that I posted above seems to process more rapidly...

Not sure what this really does...but from what I can tell, it looks like an extra rewrite rule that changes the URL of the 404 page. Probably a good idea at any rate. smiley

Jeff]]>
Bravado Jul 12, 2005, 02:30 PM https://forums.modx.com/thread/34835/security-fix#dis-post-190817