{"id":137,"date":"2018-07-20T11:36:13","date_gmt":"2018-07-20T11:36:13","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2018\/07\/20\/get-the-list-of-installed-magento-patches\/"},"modified":"2025-05-22T17:25:52","modified_gmt":"2025-05-22T11:55:52","slug":"get-the-list-of-installed-magento-patches","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/get-the-list-of-installed-magento-patches\/","title":{"rendered":"How to Get the List of Installed Magento Patches"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Just as the recent patch release&nbsp;<a title=\"How to Install Magento SUPEE 11155 With or Without SSH\" href=\"https:\/\/meetanshi.com\/blog\/install-magento-supee-11346\/\" target=\"_blank\" rel=\"noopener noreferrer\" data-cke-saved-href=\"https:\/\/magento.com\/security\/patches\/supee-10752\">Magento SUPEE 11346<\/a>,&nbsp;Magento keeps on releasing security patches for protection against vulnerabilities and potential attacks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Magento store owners find it difficult to keep the track of which patches are already installed in their store. Also, it\u2019s required to double check Magento patches are installed successfully. There are two methods to&nbsp;get the list of installed Magento patches.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Using magereport.com<\/li>\n\n\n\n<li>Via&nbsp;applied.patches.list file<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Both methods are listed below to select to check which Magento patches are installed in your website.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span id=\"magereport\" class=\"sta-anchor \" aria-hidden=\"true\">Check for Installed Magento Patches Using Magereport<\/span><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><a data-cke-saved-href=\"https:\/\/www.magereport.com\/\" data-cke-saved-=\"\" href=\"https:\/\/www.magereport.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">magereport.com<\/a>&nbsp;is a great resource that provides the ability to run the test on Magento websites for vulnerabilities and gives an overview of which patches have been installed and the certainty of proper installation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Get  Installed Magento Patches using Applied.patches.list File<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">There are commands which can give the details about the SUPEE patches installed in your store.&nbsp;All patches that were installed without any errors are logged into&nbsp;<strong><code>app\/etc\/applied.patches.list<\/code><\/strong>&nbsp;file. Open this file in any text editor to find out all installed patches and files that were customized in the process.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2018\/07\/applied-patches-list-file.png\" alt=\"Applied Patches List File\" class=\"wp-image-3259\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Commands to List Installed Magento Patches<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>To get the list of security patches installed<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>$ grep -F '|' app\/etc\/applied.patches.list|cut -f 2 -d'|'<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">2. To get the list of security patches installed along with its dates of installation:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ grep -F '|' app\/etc\/applied.patches.list|cut -f 2,1 -d'|'<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Run the above commands and you\u2019ll get the required information. This method only works if you have patched Magento using SSH.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You may also try this&nbsp;<a href=\"https:\/\/github.com\/philwinkle\/Philwinkle_AppliedPatches\" target=\"_blank\" rel=\"noreferrer noopener\">module<\/a>&nbsp;to see a list of all applied Magento patches from the Magento admin panel!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With the 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;rather than installing&nbsp;Magento SUPEE patches.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Just as the recent patch release&nbsp;Magento SUPEE 11346,&nbsp;Magento keeps on releasing security patches for protection against vulnerabilities and potential attacks. Magento store owners find it&#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-137","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/137","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=137"}],"version-history":[{"count":4,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/137\/revisions"}],"predecessor-version":[{"id":15634,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/137\/revisions\/15634"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=137"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}