Magento: Applying SUPEE-5344 (Web Hosting)
Magento announced a critical security vulnerability with its software and issued a patch on February 9, 2015. To make sure websites on your server aren't vulnerable, you need to apply the SUPEE-5344 patch.
Let IX-ONE DOMAIN HOST patch it for me
Applying the patch requires some familiarity with SSH. If it's something you don't have time to learn, we have an Expert Service available for $79 which handles all of the patching for you. If you're interested in that option, give us a call at 480-624-2500.
Patch it myself
To patch your Magento site you need to identify which version of Magento you're using, get the patch onto your hosting account, and then apply the patch via SSH.
Prepare your account for the patch
- Enable SSH on your account.
Depending on the type of hosting account you have, this might take up to 48 hours.
Download the SUPEE-5344 patch
- Log in to your Magento admin panel (http://your domain name/admin).
- Note your version, which displays at the bottom of the page as Magento ver.
- Go to the Magento website.
- In the Magento Community Edition Patches area, next to SUPEE-5344, from the Select your format menu, click the option that corresponds to your version of Magento.
For example, if you have Magento version 1.6.2.0, you would click Magento-CE-v1.6.1.x-1.6.2.x - Click Download.
- Log in to your Magento account to complete the download.
- Copy down the name of the extension that you download.
Make sure you can locate the file on your computer — you'll need to upload it to your hosting account.
Upload the patch
- Using either FTP or your control panel's file manager, upload the patch to your Magento website's root directory. If you aren't sure where its root directory is, see What is my website's root directory?
Apply the patch
- Connect to your hosting account via SSH.
- Navigate to your Magento website's root directory.
- Issue one of the following commands based on the file extension of your patch:
SH
filessh your patch file name
PATCH
filespatch -p0 < your patch file name