Magento后台会提示如下信息,显示有安全漏洞补丁需进行安装来修改,下载地址:https://www.magentocommerce.com/products/downloads/magento/
Critical Reminder: Download and install Magento security patches. Download now.
安装方法很简单,将补丁.sh文件下载并上传至安装了Magento的根目录,使用sh命令直接安装即可,如果提示
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).
则表明系统未安装patch命令,直接通过yum install patch -y安装即可。