How to Install Magento SUPEE 11086 [With or Without SSH]
ALERT!
Following the release of the Magento 2 Security Patch PRODSECBUG – 2198 and SUPEE 11086, proof-of-concept (POC) exploit was published, for SQL Injection vulnerability, giving the hackers a path to the database of your E-commerce sites! This provokes the urgency to patch your store NOW! You can either follow this blog post or contact us for instant help!
Security is of the foremost concern when it comes to Magento E-commerce store. Owing to this, the latest Magento SUPEE 11086 is released on March 26, 2019.
The security patch Magento SUPEE 11086 comes with fixes like close remote code execution (RCE), cross-site scripting (XSS), cross-site request forgery (CSRF) and other vulnerabilities.
With nearing of Magento 1 end of life, it is strongly recommended to migrate to the latest Magento 2.4.6 rather than installing Magento SUPEE-11086.
Methods to Install Magento SUPEE 11086:
Each method in detail,
-
Install Magento SUPEE 11086 using SSH:
Contact your hosting provider if you don’t know how to set up SSH. Download Magento SUPEE 11086 Patch files for your Magento Version from here.
Upload the patch into your Magento root directory and run the appropriate SSH command:
For .sh file extension:1sh patch_file_name.shExample:
1sh PATCH_SUPEE-11086_CE_1.9.1.0_v1.shFor .patch file extension:
1patch —p0 < patch_file_name.patchFor Linux OS or Ubuntu derived machines:
On Linux OS or Ubuntu derived machines, using sh will throw an error as sh is supposed to be used only with purely POSIX compliant scripts and Magento scripts are not 100% POSIX compliant. Instead, on Ubuntu and derived OSes such as Linux Mint, you should use
1bash patch.shNote: Once executed the command, refresh the cache in the Admin under “System > Cache Management” so that the changes can be reflected. We strongly recommend that you test all patches in a test environment before taking them live.
-
Install SUPEE 11086 with PrePatched Files (without SSH method):
Download the zip file for your Magento Version for the patch installation. You can also download these Pre Patched files from GitHub. After downloading the files, just upload it to your Magento root folder.
|
|||
---|---|---|---|
Magento version | SUPEE-11086 | ||
Magento 1.9.4.0 | SUPEE-11086-1.9.4.0 | ||
Magento 1.9.3.10 | SUPEE-11086-1.9.3.10 | ||
Magento 1.9.2.4 | SUPEE-11086-1.9.2.4 | ||
Magento 1.9.1.0 | SUPEE-11086-1.9.1.0 | ||
Magento 1.7.0.2 | SUPEE-11086-1.7.0.2 | ||
Magento 1.6.2.0 | SUPEE-11086-1.6.2.0 | ||
Magento 1.6.0.0 | SUPEE-11086-1.6.0.0 | ||
Magento 1.5.1.0 | SUPEE-11086-1.5.1.0 | ||
Magento 1.5.0.1 | SUPEE-11086-1.5.0.1 |
How to revert a patch if you are facing any issue?
Run the following SSH Command to revert your patch.
1 |
sh patch-file-name.sh -R |
For both the above methods, if you face any difficulties in the implementation, feel free to post them in the Comments section below. I’ll help you out.
Moreover, have you faced an issue of Magento logging failed after installing SUPEE 11086 patch?
This is because log validation function added by Magento to validate extensions. It throws an error on is_readable() function in the case log file does not exist yet.
To solve this problem, check solution to Magento Logging Failed After Installing SUPEE 11086 Patch. However, if you install Magento SUPEE 11155 patch, you don’t need to worry.
Moreover, if you don’t want to be left out in availing the latest features such as Page Builder, PWA Studio, and much more, migrate your store to the latest Magento 2 version. You can order professional help using Magento 1 to Magento 2 Migration Service.
If this post helped you secure your store, do not forget to appreciate it with 5-star ratings!
Related Blogs:
Keep the security of your Magento store updated to the highest level using our Magento Security Patches Installation Service.
Sanjay Jethva
Sanjay is the co-founder and CTO of Meetanshi with hands-on expertise with Magento since 2011. He specializes in complex development, integrations, extensions, and customizations. Sanjay is one the top 50 contributor to the Magento community and is recognized by Adobe.
His passion for Magento 2 and Shopify solutions has made him a trusted source for businesses seeking to optimize their online stores. He loves sharing technical solutions related to Magento 2 & Shopify.
10 Comments
Hello,
Security is the most important factor behind every successful ecommerce store and security patch is essential for every Magento store.
Thanks for sharing this great guide.
For Magento 1.9.3.10 (or below) you have an error in app/Mage.php on line 57 (for php 7.2 updated sites).
It reads:
include_once “mcryptcompat/mcrypt.php”;
but it should read:
include_once “mcrypt_compat/mcrypt.php”;
Otherwise, thanks!
You are right for php 7.2 websites but we have followed the official released Magento Patch.
Hello,
and thanks in advance for providing us the magento updates without SSH.
I can’t find this SUPEE to my version 1.8.1.0, can you please provide it?
Best Regards
Magento hasn’t released any patch for Magento 1.8.x: https://cl.ly/a2e3ca
Hello,
o I see :(, thanks anyway, I’ll wait…
Best regards
I dont see a patch that includes 1.9.0.1 was this an error by the magento team or is it not supported?
Magento hasn’t released any patch for Magento 1.9.0.1 yet: https://cl.ly/a2e3ca
But you have mentioned in above table. I mean magento 1.9.0.1 is listed in above table
I am sorry that was a mistake and I have removed it.