Magento Security

How to Install Magento SUPEE 11219 With or Without SSH

Magento released 1.9.4.3, Magento Commerce 1.14.4.3 & SUPEE patch 11219 on October 8, 2019 providing resolution of multiple critical security issues like remote code execution (RCE), cross-site scripting (XSS), cross-site request forgery (CSRF) and other vulnerabilities. We have come up with patch files and recommend you to install them as soon as possible to safeguard your Magento stores against potential security threats.

Installation process:
I have explained the installation of patches with both the ways here:
Follow this instruction to install the patch on your store,

Method 1:
Upload patch files in the root of Magento.
Make one file with the name of patch.php, write following code in it,


replace the file name in it, upload it in the root and run the file from the browser.
Name should be PATCH_SUPEE-11219.sh
You should receive following screen once you run patch.php from the browser,

If you are getting an error like this,
“Error! Some required system tools, that are utilized in this sh script, are not installed; Tool (s) “patch” is (are) missed, please install it(them).
That means system tools aren’t installed on your server to run the sh script, you can contact your hosting provider or follow another method.

We have updated the patch files for the older Magento versions. It is very much recommended to use these patches at your own risk, please take a backup of your website prior to installation.

Method 2:
You can install a patch with SSH as well. You will need SSH if you don’t know how to set up SSH, contact your hosting provider.
Upload the patch files in the root,
In ssh console, run the command as follows.
For .sh file extension
Sh PATCH_SUPEE-11219.sh
For .patch file extension:
patch —p0 < patch_file_name.patch

Method 3:
Download the zip file for the patch installation. You can also download these Pre Patched files from GitHub. After downloading the files, simply upload it to your Magento root folder.

Magento version SUPEE-11219
Magento 1.9.4.1 SUPEE_11219_Magento_1.9.4.1
Magento 1.9.4.0 SUPEE_11219_Magento_1.9.4.0
Magento 1.9.3.10 SUPEE_11219_Magento_1.9.3.10
Magento 1.9.3.9 SUPEE_11219_Magento_1.9.3.9
Magento 1.9.3.8 SUPEE_11219_Magento_1.9.3.8
Magento 1.9.3.7 SUPEE_11219_Magento_1.9.3.7
Magento 1.9.3.6 SUPEE_11219_Magento_1.9.3.6

If you want to check that your Magento SUPEE 11219 has been installed correctly or not? Then you can use Magereport.com It is still recommended to upgrade to Magento version 1.9.4.3 which includes all the security patches including SUPEE 11219. If you need any help regarding Magento version Upgrade, Checkout our Magento Upgrade Service.

Click to rate this post!
[Total: 6 Average: 5]
Dhiren Vasoya

Dhiren Vasoya is a Director and Co-founder at MageComp, Passionate ?️ Certified Magento Developer?‍?. He has more than 9 years of experience in Magento Development and completed 850+ projects to solve the most important E-commerce challenges. He is fond❤️ of coding and if he is not busy developing then you can find him at the cricket ground, hitting boundaries.?

Recent Posts

How to Add a Custom Field to the Cart Price Rules Form in Magento 2?

Hello Magento Friends, In this blog, we will learn How to Add a Custom Field…

6 hours ago

How to Add Tooltip in Checkout Shipping Field in Magento 2?

Hello Magento Friends, In today’s blog, I will explain How to Add Tooltip in Checkout…

3 days ago

How to Integrate and Use MongoDB with Laravel?

MongoDB is a popular NoSQL database that offers flexibility and scalability when handling modern web…

4 days ago

NodeJS | Callback Function

In NodeJS, callbacks empower developers to execute asynchronous operations like reading files, handling requests, and…

5 days ago

How to Show SKU in Order Summary in Magento 2?

Hello Magento Friends, In today’s blog, we will learn How to Show SKU in Order…

1 week ago

Best Colors to Use for CTA Buttons

The "Buy Now" and "Add to Cart" buttons serve as the primary call-to-action (CTA) elements…

1 week ago