{"id":486,"date":"2019-06-26T05:29:12","date_gmt":"2019-06-26T05:29:12","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2019\/06\/26\/install-magento-supee-11155\/"},"modified":"2025-09-01T11:32:08","modified_gmt":"2025-09-01T06:02:08","slug":"install-magento-supee-11155","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/install-magento-supee-11155\/","title":{"rendered":"How to Install Magento SUPEE 11155 [With or Without SSH]"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Security is of the utmost importance when it comes to the Magento stores. Owing to this, today Magento released&nbsp;<a href=\"https:\/\/experienceleague.adobe.com\/en\/docs\/commerce-operations\/release\/notes\/overview\" target=\"_blank\" rel=\"noreferrer noopener\"><em><strong>Magento SUPEE 11155<\/strong><\/em><\/a>&nbsp; along with the Magento 1.9.4.2 version which provides&nbsp;resolution to multiple critical security issues and functional fixes. These security enhancements help secure your Magento stores from cross-site scripting, arbitrary code execution, and sensitive data disclosure vulnerabilities as well as other security issues.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We recommend all the Magento 1.x users to upgrade to the latest Magento 1.9.4.2 or install the patch Magento SUPEE 11155 to secure your Magento stores&nbsp;from potential threats.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With nearing of&nbsp;Magento 1 end of life, it is strongly recommended to migrate to the latest&nbsp;<a href=\"https:\/\/meetanshi.com\/blog\/magento-2-4-8\/\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2.4.8<\/a>&nbsp;rather than installing&nbsp;<em><strong>Magento SUPEE-11155<\/strong><\/em>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Fixed issues and enhancements:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The error in Magento logging after installing SUPEE 11086 is fixed.<\/li>\n\n\n\n<li>Magento 1.14.4.0 and the PHP7.2 support patch now include the same files as expected. The previous version of the patch did not include the following three files, which were included in Magento 1.14.4.0. Magento 1.14.4.0:&nbsp;<em><strong>lib\/phpseclib\/PHP\/Compat\/Function\/array_fill.php<\/strong><\/em>,&nbsp;<em><strong>lib\/phpseclib\/PHP\/Compat\/Function\/bcpowmod.php<\/strong><\/em>, and&nbsp;<em><strong>lib\/phpseclib\/PHP\/Compat\/Function\/str_split.php<\/strong><\/em>.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Known Issues:<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Due to security enhancements, the following changes are noted in the Magento behavior:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cannot upload files with .swf extension to the WYSIWYG editor.<\/li>\n\n\n\n<li>Third-party checkout extensions and closed security cases will either not work securely or will not work at all.<\/li>\n\n\n\n<li>Improved Authorize.net Direct Post module to support the replacement of Authorize.net\u2019s MD5-based hash with an (SHA-512) signature key.<\/li>\n\n\n\n<li>Inability to preview JavaScript in a newsletter template in the Admin.<\/li>\n\n\n\n<li>Sitemap names cannot exceed 32 characters.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Methods to Install Magento SUPEE 11155:<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">1. Using SSH<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Without using SSH<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Each method in detail,<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Method 1: Install Magento SUPEE 11155 with SSH<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Contact your hosting provider for help with setting up SSH.<br>Download&nbsp;<strong>Magento<\/strong>&nbsp;<strong>SUPEE 11155<\/strong>&nbsp;Patches files for your Magento Version from&nbsp;<a href=\"https:\/\/experienceleague.adobe.com\/en\/docs\/commerce-operations\/installation-guide\/overview\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>here<\/strong><\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Upload the patch into your Magento root directory and run the appropriate SSH command:<br><strong>For .sh file extension:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sh patch_file_name.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sh PATCH_SUPEE-11155_CE_1.9.4.0_v3-2019-06-18-08-34-01.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For .patch file extension:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>patch \u2014p0 &lt; patch_file_name.patch<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>For Linux OS or Ubuntu derived machines:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On Linux OS or Ubuntu derived machines, using&nbsp;<strong>sh<\/strong>&nbsp;will throw an error as&nbsp;<strong>sh<\/strong>&nbsp;is supposed to be used only with purely POSIX compliant scripts and Magento scripts are not 100%&nbsp;POSIX compliant. Instead, on Ubuntu and derived OSes such as Linux Mint, you should use<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bash patch.sh<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong>&nbsp;Once executed the command, refresh the cache in the Admin under \u201c<strong>System &gt; Cache Management<\/strong>\u201d so that the changes can be reflected. We strongly recommend that you test all patches in a test environment before taking them live.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Method 2: Install Magento SUPEE 11155 without SSH<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Download the zip file for your Magento version. You can also download these&nbsp;<a href=\"https:\/\/github.com\/MeetanshiInc\/Magento-Security-Patches-PrePatched-Files\/tree\/master\/SUPEE-11155\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>PrePatched files from Github<\/strong><\/a>. Once you download these files, just upload it to your Magento root folder.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Magento version<\/strong><\/th><th><strong>SUPEE-11155<\/strong><\/th><\/tr><\/thead><tbody><tr><td>Magento 1.9.4.1<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.4.1.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.4.0<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.4.0.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.10<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.10.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.9<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.9.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.8<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.8.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.7<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.7.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.6<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.6.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.4<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.4.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.3<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.3.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.2<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.2.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.1<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.1.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.3.0<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.3.0.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.2.4<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.2.4.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.2.3<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.2.3.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.2.2<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.2.2.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.2.1<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.2.1.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.2.0<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.2.0.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.1.1<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.1.1.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.1.0<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.1.0.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.0.1<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.0.1.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.9.0.0<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.9.0.0.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.8.1.0<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.8.1.0.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.8.0.0<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.8.0.0.zip\">Click to Download<\/a><\/strong><\/td><\/tr><tr><td>Magento 1.7.0.2<\/td><td><strong><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-11155\/CE-1.7.0.2.zip\">Click to Download<\/a><\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">How to check if Magento SUPEE 11155 has been installed correctly?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Check if the steps to install Magento SUPEE 11155 has been implemented correctly or not using&nbsp;<a href=\"https:\/\/www.magereport.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">magereport.com<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another way to check for the patches installed is, using SSH. Every installed patch can be found in your store content specifically logged in to&nbsp;<strong>app\/etc\/applied.patches.list.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So you can use the \u2018<strong>grep<\/strong>\u2019 command to access the list:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>grep \u2018|' app\/etc\/applied.patches.list<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>You\u2019ll get output like this:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>SUPEE-11155_CE_v1.9.4.0 | CE_1.9.4.0 | v3 | a7bbf3ed17e3cf723cbc5e01720856190d22c71b | Wen Jun 26 04:41:14 2019 +0300 | ce-1.9.4.0-dev<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">How to revert a patch if you are facing any issue?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Run the following SSH Command to revert your patch.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sh patch-file-name.sh -R<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Follow&nbsp;<a href=\"https:\/\/magento.stackexchange.com\/questions\/279571\/security-patch-supee-11155-possible-issues\" target=\"_blank\" rel=\"noreferrer noopener\">Magento StackExchange<\/a>&nbsp;to find the possible issues related to Magento SUPEE 11155 and their solutions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Moreover, you may face an issue like:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">checking file js\/tiny_mce\/plugins\/media\/js\/media.js\nHunk #1 FAILED at 483 (different line endings).\n1 out of 1 hunk FAILED<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">It is probably due to&nbsp;Git replacing Windows line endings (rn) with the widely used (n).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Tiny MCE&nbsp;<em>media.js<\/em>&nbsp;file uses Windows line endings and the patch expects it to be like this. However, often Git systems are configured to convert line endings and thus the patch installation fails.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The solution to this issue is to use vim.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open patch file with vim and find the diff used to update&nbsp;<em>media.js<\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To do it type:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/media.js<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Once there enter:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>:set list<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This command enables the displaying of whitespace characters. You see that the&nbsp;<em>media.js<\/em>&nbsp;rows in patch file end with ^M (Carriage Return). Remove those, save and run the patch again. It will resolve the error.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong>&nbsp;Previously, I had given the solution to&nbsp;<a href=\"https:\/\/meetanshi.com\/blog\/magento-logging-failed-after-installing-supee-11086-patch\/\" target=\"_blank\" rel=\"noreferrer noopener\">Magento Logging Failed After Installing SUPEE 11086<\/a>&nbsp;Patch. Now, with the installation of Magento SUPEE 11155, you do not need to apply that solution, as the patch comes with this fix itself.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Also, no need to&nbsp;<a href=\"https:\/\/meetanshi.com\/blog\/update-authorize-net-direct-post-from-md5-to-sha-512-in-magento\/\" target=\"_blank\" rel=\"noreferrer noopener\">update Authorize.Net direct post from MD5 to SHA-512 in Magento<\/a>&nbsp;with Magento SUPEE 11155 installation!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We highly recommend upgrading your Magento to the latest version\u00a0<a href=\"https:\/\/meetanshi.com\/blog\/download-magento\/\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 1.9.4.5<\/a>\u00a0which includes all the security patches including\u00a0<strong>SUPEE 11155<\/strong>. If you need any help regarding Magento Version Upgrade, Checkout our\u00a0<a href=\"https:\/\/meetanshi.com\/magento-upgrade-service.html\" target=\"_blank\" rel=\"noreferrer noopener\">Magento Upgrade Service<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can also help you&nbsp;<em><strong>install Magento SUPEE 11155&nbsp;<\/strong><\/em>professionally, visit our&nbsp;<a href=\"https:\/\/meetanshi.com\/magento-security-patches-installation-service.html\" target=\"_blank\" rel=\"noreferrer noopener\">Magento Security Patches Installation Service<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With nearing of&nbsp;Magento 1 end of life, we recommend you to migrate your older Magento 1.x stores to the latest Magento 2.4.8 version and enjoy the latest features such as Page Builder, PWA Studio, and much more. If you are not much a Magento 2 guy, have a look at our&nbsp;<a href=\"https:\/\/meetanshi.com\/magento-2-migration-service.html\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2 Migration Service<\/a>&nbsp;to get our professional help in the Magento 1 to Magento 2 migration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Security is of the utmost importance when it comes to the Magento stores. Owing to this, today Magento released&nbsp;Magento SUPEE 11155&nbsp; along with the Magento&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[34],"tags":[],"class_list":["post-486","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=486"}],"version-history":[{"count":8,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/486\/revisions"}],"predecessor-version":[{"id":21355,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/486\/revisions\/21355"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}