Hi there.
I recently got an important message in the backend of my magento store through which i was informed about a new discovered vulnerability of the zend platform.
I clicked the link and read all the information about it,but i dont understand exactly how to apply the patch provided there.
Yes,but i didnt undestood it too good.
I understand ‘the solution’ being different than the “workaround”. I do understand the workaround cause it’s clear,but i dont know what’s up with that patch and what should i do with it.
Yes,but i didnt undestood it too good.
I understand ‘the solution’ being different than the “workaround”. I do understand the workaround cause it’s clear,but i dont know what’s up with that patch and what should i do with it.
For you, I would suggest just doing the workaround. The end result is the same thing
1. On the Magento web server, navigate to the www-root where Magento app files are stored.
2. In the wwwroot, navigate to /app/code/core/Mage/Api/controllers.
3. Open XmlrpcController.php for editing.
4. Comment out or delete the body of the method: public indexAction()
5. Save the changes.
Yes,but i didnt undestood it too good.
I understand ‘the solution’ being different than the “workaround”. I do understand the workaround cause it’s clear,but i dont know what’s up with that patch and what should i do with it.
For you, I would suggest just doing the workaround. The end result is the same thing
1. On the Magento web server, navigate to the www-root where Magento app files are stored.
2. In the wwwroot, navigate to /app/code/core/Mage/Api/controllers.
3. Open XmlrpcController.php for editing.
4. Comment out or delete the body of the method: public indexAction()
5. Save the changes.
But what does “ delete the body of the method: public indexAction()” mean? Which parts of code should one delete?
From what I understand implementing the patch won’t result in the API not working. So back to the original post....how can you install this patch (I don’t have shell access).
Or could someone upload the patched files which could just be uploaded to our server? (version 1.7.0.1)
Do you think that is best to apply the patch with this instructions?
http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/magento_tutorial_-_how_to_apply_a_patch
Or is the same as you say for fix this security breach?
Do you think that is best to apply the patch with this instructions?
http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/magento_tutorial_-_how_to_apply_a_patch
Or is the same as you say for fix this security breach?
Thanks!!!
This link is what we needed! Instructions on how to install a patch!