It is very often that we take a site from another firm and now we are stuck with a conglomeration of code and potentially dozens of people who have worked on a site. I am looking for a punch list of items to ask of a security person to ensure the…
I have a file in my Magento root that require_once 'app/Mage.php'; to give me access to Mage::getStoreConfig system variables.
Does this cause a security risk? Should I place it in another folder?
This is my file, /twitter.php:
It seems to be initiated at admin operations, such as catalog save/edit. As seen in the logs. The client IP for the POST is the server's internal IP.
302 2014-08-30T06:43:40+00:00 POST…
We have recently observed people creating customer accounts automatically on Magento sites in bulk. Errors in their tools make it obvious that all the accounts they're creating are linked, such as identical corrupted data in signup fields, even…
I have recently inherited a Magento site that has n98-magerun.phar sitting, publicly accessibly, on the site's home directory. I know that this is a command line tool, but I wonder if it should be publicly accessible, and it if it should be below…
We are running a magento site 1.8.1.0. For the last couple months, we keep getting customers' complaint about their unauthorized charges on their credit cards. We have applied all the security patches (including the newest supee-6788),…
my magento website got blocked by major browser and antivirus saying infected with mailware "guruincsite infection",
1: i deleted cached
2: deleted unwanted user
3: searched database by using keywaord of mailware code and removed it
still in footer…
i m so so sad my site hacked 2 times yesterday . i m trying to search a developer for this but all are telling me they can't guarantee about the security i m not sure what to do next. You guys have a experience like this ? please help me if you have…
My magento installation seems to have had a security breach.
In /skin/install/default/default/images/ a file called index.php has appeared.
It contains the following code:
I'm writing a custom router for Magento. Here's a code snippet of what I'm doing in the match() method:
$pathInfo = $request->getPathInfo();
$splitPath = explode('/', $pathInfo);
$category =…
Whenever we rebuild the catalog_product_flat index, Magento displays its standard error page along with a stack trace that reveals file structure to the outside world.
How do I stop this?
I've tried Googling "magento prevent display errors" but did…
I can use my 1.8.1 Shop very well on my Ubuntu Desktop as well as in IE in my VirtualBox.
But now I had the second visitor reporting issues like:
If they click on a product, they are being forwarded to another website which tried to install a trojan…
I am using an API that requires a file with customer data as a parameter (customer name, postcode, town..). I have the idea to store the file in var folder because the server has write access to it.
However, I'd like to understand fully the risk for…