How to apply the latest release security patch to Magento 2.4.3

How to apply the latest release security patch to Magento 2.4.3

If this is a question, you can find the answer here: How to apply a composer patch provided by Adobe

Therefore, the following instructions assume:

  1. You’re running Magento 2.4.3 or 2.4.3-p1
  2. You installed Magento via Composer
  3. You’ve uploaded the patch files to Magento root folder
  4. You’re running these commands in SSH as “magento” user.

First (Note: The order you apply the patches is critical)

patch -p1 < MDVA-43395_EE_2.4.3-p1_COMPOSER_v1.patch

Second

patch -p1 < MDVA-43443_EE_2.4.3-p1_COMPOSER_v1.patch

Side Note: I found the wording and patch labelling a bit “iffy”, and was also confused by which version to use.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.