// BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_locale_css' ) ): function chld_thm_cfg_locale_css( $uri ){ if ( empty( $uri ) && is_rtl() && file_exists( get_template_directory() . '/rtl.css' ) ) $uri = get_template_directory_uri() . '/rtl.css'; return $uri; } endif; add_filter( 'locale_stylesheet_uri', 'chld_thm_cfg_locale_css' ); if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( 'font-awesome-v5','bootstrap','sidr','magnific-popup','sliderpro' ) ); wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION add_action( 'admin_enqueue_scripts', 'my_cfg_admin_enqueue' ); function my_cfg_admin_enqueue(){ wp_enqueue_script('custom-script', get_stylesheet_directory_uri() . '/custom-script.js', array('jquery')); wp_enqueue_style('style-cfg-child', get_stylesheet_uri(), array(), "4.2"); } add_action( 'after_setup_theme', 'remove_plugin_image_sizes', 999 ); function remove_plugin_image_sizes(){ remove_image_size( '2048x2048' ); remove_image_size( '1536x1536' ); remove_image_size( 'large' ); } function action_dynamic_sidebar_after( $array ) { if($array == "home-content-widgets") { echo the_content(); } }; add_action( 'dynamic_sidebar_after', 'action_dynamic_sidebar_after', 10, 1 ); add_action( 'trashed_post', 'mtp_delete_attached_thumbnail_for_trashed_product', 20, 1 ); function mtp_delete_attached_thumbnail_for_trashed_product( $post_id ) { // gets ID of post being trashed $post_type = get_post_type( $post_id ); // does not run on other post types if ( $post_type != 'post' ) { return true; } // get ID of featured image $post_thumbnail_id = get_post_thumbnail_id( $post_id ); // delete featured image wp_delete_attachment( $post_thumbnail_id, true ); }/** * The header for our theme * * This is the template that displays all of the section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?> Atomic Wallet Exploit Leads to $35M Loss – CoinsMegaNews

Atomic Wallet Exploit Leads to $35M Loss

Atomic Wallet Exploit: Up to $35M Stolen

[ad_1]

Multichain crypto wallet Atomic Wallet has been exploited. Early indications suggest that around $35 million was siphoned.

The first signs of the exploits came from users on Crypto Twitter who lamented about losing all their funds and requested a clear response from the team.

Up to $35 million Stolen

With nothing definite coming from the Atomic Wallet team, on-chain sleuth ZachXBT asked those affected to send a transaction hash of the stolen funds.

So far, ZachXBT has been able to account for over $14 million of stolen funds based on the people who contacted him. But he estimated that total stolen funds could be up to $35 million.

The exploit affected over 100 addresses, and assets were stolen across chains, including Bitcoin, Ethereum, Tron, BSC, Cardano, Ripple, Polkadot, Cosmos, Algorand, Avalanche, Litecoin, and Dogecoin.

Atomic Wallet Stolen Fund
Atomic Wallet Stolen Fund (Source: ZachXBT)

The funds were stolen between June 2 and June 3. The most significant individual loss is $7.95 million USDT. The five biggest losses account for $17 million, according to ZachXBT.

Meanwhile, ZachXBT stated that $1 million had been rescued. The on-chain sleuth promised to provide more information on how this was done later.

Several bad actors have begun sending phishing links to comment sections to prey on victims. ZachXBT warned the community to be careful of these tweets.

Atomic Wallet is Investigating Incident

However, Atomic Wallet is yet to confirm or deny the reports. The crypto firm said it was investigating and analyzing the situation and promised to share more information soon.

“We are doing all we can to investigate and analyse the situation. As we have more information, we will share it accordingly,” the team tweeted.”

Atomic Wallet was yet to respond to BeInCrypto’s request for comment as of press time.

Due to the lack of information, several users have moved their assets to other wallet service providers. According to Atomic’s website, it has around 5 million users.

Supply Chain Attack?

Wu Blockchain reported that SlowMist suggested the incident was a supply chain attack because Atomic’s official website was recently updated. According to the blockchain security firm, a hacker might have tampered with the software source code on the server for ordinary users to download.

A community member, Tay, pointed out Atomic’s “security posture sucks.” Tay added:

“[Atomic] aggressively silence people, and your products and services facilitate theft on a daily basis and have for years.”

Disclaimer

All the information contained on our website is published in good faith and for general information purposes only. Any action the reader takes upon the information found on our website is strictly at their own risk.

[ad_2]

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *

/** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package CoverNews */ ?>