Magento e-commerce platform vulneratblity

The attack code, inserted into Magento, neatly lifts payment card details.

Attackers are using a sneaky method to steal payment card data from websites using Magento, eBay’s widely used e-commerce platform.

Researchers from Sucuri, a company that specializes in securing websites, said the attackers can collect any data submitted by a user to Magento but carefully filters out anything that doesn’t look like credit card data.

The attackers are injecting their malicious code into Magento, but it’s still unclear how that process happens, wrote Peter Gramantik, a senior malware researcher with Sucuri.

“It seems though that the attacker is exploiting a vulnerability in Magento core or some widely used module/extension,” he wrote.

All POST requests are collected, but there are rules within the attack script that only collects payment card information.

“If the structure of the POST parameters match, the attacker stores them all — nothing more, but nothing less,” Gramantik wrote. “They’ve got all the billing details processed by the infected site.”

The stolen data is then encrypted using a public encryption key that is included in the malicious script. It is then saved in a fake image file.

If someone were to try to load the image, it wouldn’t be displayed, he wrote. But the attacker can download and decrypt the fake image file, revealing the payment card details.

“Now they have all the billing information processed by the Magento e-commerce website,” he wrote. “It’s all nicely packed, formatted and collected.”

Ebay could not be immediately reached for comment.

Sucuri also found an example of a less-sophisticated but no less effective way to steal data from Magento.

In that example, attack code is injected to Magento’s Checkout Module. It collects payment card data before a transaction is processed. The data is then emailed in plain text to the attacker’s account.