Patching Magento SUPEE-10752

SUPEE-10752 is an important security update for Magento to address remote code execution and SQL injection vulnerabilities.

Where to download

Its best downloading the patch from the Magento.com download section - or via MDA - the Magento download tool (this is what this guide will use).

Dependencies

  • SUPEE-10570

Applying the patch

The application of this patch is relatively straightforward. I'd recommend doing this in staging/development before attempting on live (if you don't have a dev. site follow this guide to create one).

  1. Change directory to your Magento document root and fetch mda.phar (the Magento downloader tool), if using Enterprise, refer to the documentation here to provide your id/token.

     cd /microcloud/data/domains/example/domains/example.com/http
     wget -O mda.phar --no-check-certificate https://raw.githubusercontent.com/sonassi/magento-download-archive/master/bin/mda.phar
     php mda.phar
  2. Select either CE/EE patch as appropriate,

     1:    Ce-patch
     3:    Ee-patch
  3. Select the auto detected version of Magento,

     0:    1.7.0.2 (auto detected)
  4. Select the SUPEE-10752 patch (or press m to download all missing patches),

     0:    SUPEE-10752 for CE 1.7.0.0-1.7.0.2 (PATCH_SUPEE-10752_CE_v1.7.0.2_v1.sh/SUPEE-10752)
  5. Copy the patch to your Magento document root and apply it,

     cp ./downloads/PATCH_SUPEE-10752* .
     bash PATCH_SUPEE-10752*
  6. Clean your Magento cache using MageRun,

     mr_examplecom cache:clean

Known issues

None.