Secunia is reporting a vulnerability in Sugar Suite, that may allow remote code uploads to effected servers. The details are here: http://secunia.com/advisories/20072/
This only appears to effect systems with "register_globals" set to On, which is not required for Sugar to work and htaccess should include register_globals off, so this shouldn't effect anyone really, but hey you never know. If you are concerned about this effecting your system, and you dont have time to patch, change your php.ini, check your .htaccess, etc. you can use mod_security to block these attacks with these signatures:
#Sugar Suite "sugarEntry" Parameter Security Bypass
SecFilterSelective REQUEST_URI "/modules/.*/.*\.php\?GLOBALS\[sugarEntry\].*((ht|f)tps?:/|\.\./\.\.)" "id:390054,rev:1,severity:2,msg:'JITP: Sugar Suite sugarEntry Parameter Security Bypass'"
SecFilterSelective REQUEST_URI "/modules/.*/.*\.php\?cmd=.*GLOBALS\[sugarEntry\].*((ht|f)tps?:/|\.\./\.\.)" "id:390055,rev:1,severity:2,msg:'JITP: Sugar Suite sugarEntry Parameter Security Bypass'"
For instructions on how to setup mod_security, please feel free to visit:
http://www.gotroot.com/tiki-index.ph...security+rules
Its pretty simple, and most of the newer Linux distributions come with mod_security, or allow you to download binaries for easy install.


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks