
320,047 Downloads
Joomla! 2.5.x & 3.x
Version 3.0.5
Download
Joomla! 1.5.x
Version 2.0.6
Download
Overview
Concise Guide
Installation in J!1.0
Usage for J!1.0
Installation in J!1.5
Usage for J!1.5
Upgrades
Troubleshooting
Tutorial
Security Checklist
Jumi 2.1 Guide
News
Blog
Whishlist
Change Logs
About
Acknowledgements
Downloads
Development
Feedbacks
Forum
New Jumi versions fixing this issue were released today:
Manual fix of security vulnerability
For Joomla! 1.5change line 11 from $fileid = JRequest::getVar('fileid'); to $fileid = JRequest::getInt('fileid'); For Joomla! 1.0change line 13 from $fileid = mosGetParam($_REQUEST, 'fileid', ''); to $fileid = (int)mosGetParam($_REQUEST, 'fileid', ''); Thanks for your attention and thanks to Markus who announced us the risk. |