{"id":123,"date":"2018-06-28T05:50:43","date_gmt":"2018-06-28T05:50:43","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2018\/06\/28\/magento-supee-10752\/"},"modified":"2025-09-01T11:37:07","modified_gmt":"2025-09-01T06:07:07","slug":"magento-supee-10752","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/magento-supee-10752\/","title":{"rendered":"How to Install Magento SUPEE 10752 [With or Without SSH]"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Magento released&nbsp;<a href=\"https:\/\/experienceleague.adobe.com\/en\/docs\/commerce-operations\/release\/notes\/overview\" target=\"_blank\" rel=\"noreferrer noopener\">SUPEE 10752<\/a>&nbsp;on June, 27 containing multiple enhanced security&nbsp;to&nbsp;help close authenticated Admin user remote code execution (RCE), cross-site request forgery (CSRF) and other vulnerabilities. We request all Magento 1.x versions users to install Magento SUPEE 10752 to secure Magento stores from potential threats and to integrate security enhancements.<\/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\/\">Magento 2.4.8<\/a>&nbsp;&nbsp;rather than installing&nbsp;<em><strong>Magento SUPEE-10752<\/strong><\/em>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The installation process for Magento SUPEE 10752:<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>NOTE:&nbsp;<\/strong>Conflicts during installation of the patch SUPEE-10752 are caused most often by having version 1 of the previous patch installed (SUPEE-10570v1). Please make sure to remove SUPEE-10570v1 and&nbsp;<a href=\"https:\/\/meetanshi.com\/blog\/install-magento-supee-10570-with-or-without-ssh\/\" target=\"_blank\" rel=\"noreferrer noopener\">install SUPEE-10570v2<\/a>&nbsp;prior to installation of SUPEE-10752.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are 2 ways to install Magento SUPEE patches:&nbsp;with SSH&nbsp;or&nbsp;without SSH. , Here I\u2019ve come up with both the methods to easily patch your Magento.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Install Magento SUPEE 10752 using SSH:<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Contact your hosting provider if you don\u2019t know how to set up SSH. Download Magento&nbsp;<em>SUPEE 10752<\/em>&nbsp;Patch&nbsp;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\">here<\/a>. Upload the patch into your Magento root directory and run the appropriate SSH command:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><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\"><strong>Example<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sh PATCH_SUPEE-10752_CE_v1.9.1.1_v1-2018-06-11-04-32-08.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&nbsp;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:&nbsp;<\/strong>After the command execution,&nbsp;refresh the admin cache under \u201c<strong>System &gt; Cache Management<\/strong>\u201d to reflect the changes. It\u2019s strongly recommended to&nbsp;test all the patches in a test environment before installing them in live.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Install SUPEE 10752 with PrePatched Files (without SSH method):<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Download the zip file for your Magento Version for the patch installation. You can also download these&nbsp;<a href=\"https:\/\/github.com\/MeetanshiInc\/Magento-Security-Patches-PrePatched-Files\/tree\/master\/SUPEE-10752\" target=\"_blank\" rel=\"noreferrer noopener\">Pre Patched files from GitHub<\/a>. After downloading the 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-10752<\/strong><\/th><\/tr><\/thead><tbody><tr><td>Magento 1.9.3.8<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.8.zip\">SUPEE-10752-1.9.3.8<\/a><\/td><\/tr><tr><td>Magento 1.9.3.7<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.7.zip\">SUPEE-10752-1.9.3.7<\/a><\/td><\/tr><tr><td>Magento 1.9.3.6<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.6.zip\">SUPEE-10752-1.9.3.6<\/a><\/td><\/tr><tr><td>Magento 1.9.3.4<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.4.zip\">SUPEE-10752-1.9.3.4<\/a><\/td><\/tr><tr><td>Magento 1.9.3.3<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.3.zip\">SUPEE-10752-1.9.3.3<\/a><\/td><\/tr><tr><td>Magento 1.9.3.2<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.2.zip\">SUPEE-10752-1.9.3.2<\/a><\/td><\/tr><tr><td>Magento 1.9.3.1<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.1.zip\">SUPEE-10752-1.9.3.1<\/a><\/td><\/tr><tr><td>Magento 1.9.3.0<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.3.0.zip\">SUPEE-10752-1.9.3.0<\/a><\/td><\/tr><tr><td>Magento 1.9.2.4<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.2.4.zip\">SUPEE-10752-1.9.2.4<\/a><\/td><\/tr><tr><td>Magento 1.9.2.3<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.2.3.zip\">SUPEE-10752-1.9.2.3<\/a><\/td><\/tr><tr><td>Magento 1.9.2.2<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.2.2.zip\">SUPEE-10752-1.9.2.2<\/a><\/td><\/tr><tr><td>Magento 1.9.2.1<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.2.1.zip\">SUPEE-10752-1.9.2.1<\/a><\/td><\/tr><tr><td>Magento 1.9.2.0<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.2.0.zip\">SUPEE-10752-1.9.2.0<\/a><\/td><\/tr><tr><td>Magento 1.9.1.0 \u2013 1.9.1.1<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.1.0-CE-1.9.1.1.zip\">SUPEE-10752-1.9.1.0-1.9.1.1<\/a><\/td><\/tr><tr><td>Magento 1.9.0.0 \u2013 1.9.0.1<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.9.0.0-CE-1.9.0.1.zip\">SUPEE-10752-1.9.0.0-1.9.0.1<\/a><\/td><\/tr><tr><td>Magento 1.8.1.0<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.8.1.0.zip\">SUPEE-10752-1.8.1.0<\/a><\/td><\/tr><tr><td>Magento 1.7.0.2<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.7.0.2.zip\">SUPEE-10752-1.7.0.2<\/a><\/td><\/tr><tr><td>Magento 1.6.0.0 \u2013 1.6.2.0<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.6.0.0-CE-1.6.2.0.zip\">SUPEE-10752-1.6.0.0 \u2013 1.6.2.0<\/a><\/td><\/tr><tr><td>Magento 1.5.0.1 \u2013 1.5.1.0<\/td><td><a href=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/PrePatchedFiles\/SUPEE-10752\/CE-1.5.0.1-CE-1.5.1.0.zip\">SUPEE-10752-1.5.0.1 \u2013 1.5.1.0<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">How to check if Magento SUPEE 10752 has been installed correctly?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The best, quick and easiest method to check for the patches installed is using&nbsp;<a href=\"https:\/\/www.magereport.com\/\" rel=\"noreferrer noopener\" target=\"_blank\">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&nbsp; \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>2018-06-28 08:32:35 IST | SUPEE-10752_CE_v1.9.1.1 | CE_1.9.1.1 | v1 | c66147e3fab4aa1006706c1656feeee87f8b4570 | Tue Jun 5 02:12:52 2018 +0300 | ce-1.9.1.1-dev<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">How to revert a patch if you are facing any issue?<\/h2>\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\">Let me know if you face any issue while installing Magento SUPEE 10752 to&nbsp;get our help solving it. Make sure you comment down your Magento version along with issue to help you out quicker and better.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We highly recommend upgrading your\u00a0Magento to the latest version 1.9.3.9 which includes all the security patches including\u00a0<strong>SUPEE 10752<\/strong>. If you need any help regarding Magento Version Upgrade, Checkout our\u00a0<a href=\"https:\/\/meetanshi.com\/magento-upgrade-service\" target=\"_blank\" rel=\"noreferrer noopener\">Magento Upgrade <\/a><a href=\"https:\/\/meetanshi.com\/magento-upgrade-service.html\" target=\"_blank\" rel=\"noreferrer noopener\">Service<\/a><a href=\"https:\/\/meetanshi.com\/magento-upgrade-service\" target=\"_blank\" rel=\"noreferrer noopener\">.<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We can also help you install&nbsp;<strong>SUPEE 10752<\/strong>&nbsp;professionally, visit:&nbsp;<a href=\"https:\/\/meetanshi.com\/magento-security-patches-installation-service.html\">Magento Security Patches Installation Service<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Magento released&nbsp;SUPEE 10752&nbsp;on June, 27 containing multiple enhanced security&nbsp;to&nbsp;help close authenticated Admin user remote code execution (RCE), cross-site request forgery (CSRF) and other vulnerabilities. We&#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-123","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/123","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=123"}],"version-history":[{"count":3,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/123\/revisions"}],"predecessor-version":[{"id":21372,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/123\/revisions\/21372"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}