Altcoins Talks - Cryptocurrency Forum

Crypto Discussion Forum => Cryptocurrency discussions => Topic started by: Ozark on January 16, 2019, 07:26:26 AM

Title: Why Are Crypto Exchanges Hacked So Often?
Post by: Ozark on January 16, 2019, 07:26:26 AM
Last year, at least five major crypto exchanges were hacked. Here are the details:

December 2017: Hackers steal $63 million in cryptocurrency from NiceHash.

• January 2018:  Hackers steal more than $500 million in cryptocurrency from Coincheck.

• February 2018: Hackers steal approximately $195 million in cryptocurrency from BitGrail.

• June 2018: Hackers steal roughly $40 million in cryptocurrency from Coinrail.

• June 2018: Hackers steal $30 million in cryptocurrency from Bithumb.

And that's not all -- there were other hacks that happened as well. In this article, I’ll explain why so many exchanges are being hacked.

As I explained in my last Forbes article, crypto security is hierarchical: Protocol, exchange and personal wallet security are the three layers. This hierarchy means that if you have an issue at the coin protocol layer, you will be compromised, regardless of how secure your second and third layers are. At the same time, the complexity of the protocol level means it’s harder to find an issue like a DAO hack than finding a vulnerability at the lower layers like exchanges and wallets. That is why hackers target exchanges -- it’s the most efficient way for them to steal your money. Protocols are hard to hack, and wallets are too distributed. Exchanges are a good fit for them.

Now that we've described why exchanges are the most attractive targets for hackers in the crypto world, it’s a good time to understand why they're hackable.

The reason is simple. Any crypto exchange is a centralized single point of failure, vulnerable by design. As a centralized web application with functions to execute transactions and one or a few big crypto wallets inside, exchanges are prone to the same security problems as all other websites. All the usual application aspects such as frontend JS, mobile app, terminals and other clients on the client side and APIs and data repositories on the back end need to be protected. In my experience, the most critical security problems for crypto exchanges are split into the following buckets:

The Client Side

• XSS: Cross Site Scripting (aka XSS), which is the most popular client-side vulnerability, allows attackers to use your browsers as their own. The reason for this is an ability to inject malicious JS/HTML code to the web page generated by vulnerable servers. There is a myth that two-factor authentication (2FA), such as Google Authenticator or SMS code, saves from such vulnerabilities, but in fact, it does not. A malicious Javascript that gets to the page due to this vulnerability simply substitutes the withdrawal wallet address right before you withdraw funds. You do not see anything and can not prevent it in any way.

• Open redirects that help hackers perform phishing-like attacks: This is an ability to redirect you in an arbitrary way from the link to your crypto exchange. It sometimes looks like it wouldn't be an issue, but technically, it allows attackers to do two things: 1) list exchange in search engines like Google as a malicious website, and 2) increase the success rate of malware installation attack because of the trust to the exchange domain. The typical attack looks like a link to the original domain of your exchange (not a phishing one, a real one) that downloads some sort of “new version of trading desktop client,” which technically is a malicious software that steals your wallet.

• SSL issues related to mobile apps (like certificate pinning): This is a minor issue. However, it’s become critical when users travel to countries like China, Iran or Russia where governments could intercept internet connections by their own certificates.

Common CSRF attacks are not in the list because two-factor authentication is widely implemented in the exchanges.

The Server Side

• NoSQL/key-value injections: These injections are mainly in the popular storage modules like Redis, Memcached and MongoDB. Similar to the older, more well-known SQL attacks that were mainly fixed at the frameworks and ORM level, there are similar attacks targeting new technologies like NoSQL and in-memory databases. These are newer and are rarely discovered by developers and frameworks.

• Logic issues, mainly race conditions: These issues are critical and hard to discover by automation tools like source code analyzers. An example of this is simultaneously processing more than one withdrawal transaction, which could result in a negative account balance.

• Authentication issues (e.g., bypasses): Sometimes passwords and even 2FA don't work just because of authentication bypass issues. These are logical or input validation problems, allowing access to the user session without proper credentials being checked.

There are also other types of security breaches in which hackers steal GAS, not coins themselves. In this instance, it’s a proof-of-stake (PoS) cryptocurrency in which all the coins in your wallet generates GAS, an alternative currency used to sign other transactions. Again, the GAS itself is an alternative coin in any PoS-based cryptocurrency, and a lot of them belong to crypto exchanges because they hold users PoS coins like ETH and NEO. That’s why if somebody steals GAS, you will never know about this as a client of crypto exchange.

Who is the victim in the case of GAS stealing? Technically, it would be an exchange, but at the same time, would you know if your transaction fees were higher because of the GAS? GAS is one of the good reasons why it’s so important to understand security basics while dealing with crypto.

Let’s summarize all the things explained above:

All the crypto exchanges have weaknesses in the architecture because they were never designed in cryptocurrency protocols. Any crypto exchange is an ordinary centralized web application with all the same issues that plague any other web application. Web application vulnerabilities resulted in many crypto exchanges being compromised recently. Some exchanges never announced hacks because attackers stole only GAS, not coins themselves and users never knew about these incidents.

SOURCE (https://www.forbes.com/sites/forbestechcouncil/2018/09/17/why-are-crypto-exchanges-are-hacked-so-often/)
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: mpvz on February 28, 2019, 06:08:13 AM
the main reason In my opinion  - is because there is SO MUCH money in it and its crypto, it's much easier to deal with than fiat money!
easier to hide and cash out

and the second reason - the security is still poorly managed.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Sabiduria on March 02, 2019, 02:02:52 PM
It is mainstream now, so exchanges emerge everyday, and as it is new field, it is hard to check their security
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Felix Felicis on June 20, 2019, 12:28:35 PM
Well, isn't it obvious? These applications store our private keys on an online server, and you can imagine how 'safe' that'd be!
And if you're asking for the reason why hackers hack these exchanges, then, again, obviously because these exchanges have their users' accounts linked to them and as so many users have their crypto stored, hacking the exchange would mean the hackers would get their hands on the crypto of all the users, which would amount to a lot of money.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Senin on June 24, 2019, 08:01:43 PM
The main reason for such hacking by hackers is high material interest, since, as can be seen from the above topic, tens of millions of dollars are being stolen from cryptocurrency. In this case, some digital programs will inevitably be vulnerable to hacking by other similar programs. All you need is time. Hackers spend their time on it, because these costs pay off many times over.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: miraclealigner on June 26, 2019, 05:38:11 PM
It's because of money. Huge money. No matter what - cryptocurrency exchanges are still very young platforms in financial world. There is certain amount of time needed to learn how to protect their users from hackers, but the number of hackers will increase.

All the crypto exchanges have weaknesses in the architecture because they were never designed in cryptocurrency protocols. Any crypto exchange is an ordinary centralized web application with all the same issues that plague any other web application. Web application vulnerabilities resulted in many crypto exchanges being compromised recently.

And because crypto exchanges are operating with millions of dollars every day, stealing from them is worth the risk.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Dprincebh on July 29, 2019, 07:33:26 AM
The need for more security is still needed in the crypto exchange security system. Some exchangers just have to copy the same code used in another exchange without even minding to check if there are certain vulnerabilities in it. That is one of the major reason that's why Decentralized exchangers are hard to get hacked
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: cheezcarls on September 19, 2019, 10:58:41 AM
It is why there’s no such thing as “the safest exchange in the world”. Even Binance, the world’s most popular crypto exchange was vulnerable to hacking. But the good thing is that they have the money to reimburse all affected traders. Even TRON founder and CEO Justin Sun pledges to donate as well.

I’m one of the #DevelopmentTeam  members of MetaMorph Pro exchange (event coordinator), and I also can’t guarantee that our exchange is also 100% safe. The reason why is that there are lots of traders, and a lot of them are lazy enough to store them immediately to cold wallets after they’re satisfied with the results of their trading.

It makes them vulnerable that would result to massive loss of funds. Hackers are taking their skills to the next level with their “whatever it takes” attitude (excerpt from Avengers Endgame) to breach the security of these exchanges.

It’s better to store in a cold wallet like Ledger Nano S or Trezor.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: paydayloan on September 21, 2019, 10:01:47 AM
Because hackers always try to be smarter and know well that the digital world has many loopholes to be manipulated.
So, it is almost impossible to have perfect security. That's why security level must be upgraded regularly.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: SonyChristopher on September 21, 2019, 12:13:12 PM
Actually cryptocurrency cannot be hacked, but what can be hacked is the existing system on each web, which have insufficient security
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: WhiskeyHoney on October 21, 2019, 06:19:21 PM
I wonder if those exchanges are centralized? a decentralized exchange cannot be hacked.. or am I mistaken? :o
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: vicoma4real on January 04, 2020, 06:50:01 AM
If you look at all those that have been listed, they are centralized exchanges. Besides, security should be paramount in any dealing even in life.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: bxipp on January 08, 2020, 03:01:57 AM
I wonder if those exchanges are centralized? a decentralized exchange cannot be hacked.. or am I mistaken? :o
Tell the hacker what things that they cannot be hack? Anything in this world can be hack soon or later.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: endlasuresh on January 13, 2020, 04:16:10 PM
They should have moved the funds into different wallets so this could not be an easy way to scam large amount of funds. These hackers target people anyway as long as their is money inside it.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Jentot on July 05, 2020, 05:53:31 AM
I wonder if those exchanges are centralized? a decentralized exchange cannot be hacked.. or am I mistaken? :o
Tell the hacker what things that they cannot be hack? Anything in this world can be hack soon or later.
Agree, Even popular exchange has flaws that's why
it's not guaranteee top exchange is 100% safe.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Octoalts on July 05, 2020, 01:19:30 PM
Actually, each Cryptocurrency exchange must have protected their exchanges in various ways, so that the assets in the exchange are safe from theft of irresponsible hackers. But because hackers have a more powerful way, so the Crypto exchange can be hacked. That is a risk that not everyone wants, so each of us must protect our account as much as possible to protect our assets, because the exchange can not guarantee the security of our account.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Gurjasmeet Singh on July 19, 2020, 03:56:04 PM
I think there's a main cause of hacking, it has good popularity in the market. No doubt many people has been good earnings from this platform. But l think it should be tight their loopholes.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Poppy_ALTStrader on July 23, 2020, 01:25:04 PM
I think it happens because of really big money. So I think every exchange must take care of their security in the first priority. The hackers are trying to hack them every day :(
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Triedboy on July 24, 2020, 01:56:14 AM
At times cryptocurrency exchange  hacked.But I believe that cryptocurrency exchange very strong projects.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Poppy_ALTStrader on July 28, 2020, 01:11:52 PM
At times cryptocurrency exchange  hacked.But I believe that cryptocurrency exchange very strong projects.
I can agree with you 100%
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: hair on July 28, 2020, 01:17:09 PM
Because hackers find loopholes or bugs in centralized exchange, If the security system is not always maintained, hackers will always infiltrate. Safer using decentralized exchange.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Poppy_ALTStrader on July 28, 2020, 02:30:29 PM
Because hackers find loopholes or bugs in centralized exchange, If the security system is not always maintained, hackers will always infiltrate. Safer using decentralized exchange.
I think no one system is safe. So hackers will continue to hack them...
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: ranaprime on August 04, 2020, 04:50:52 AM
Security is the main issue. If any exchange can not give high security. Then they will suffer.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: ashraf786100 on August 09, 2020, 11:55:15 AM
The worst reason for hackers to hack this device is the vested interest. As can be seen from the baila unwanted, tens of millions of dollars are being stolen from cryptocurrency. In this case, some digital programs will inevitably be hacked by other similar programs. Hackers spend their time on this, which is why their costs are multiplied.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Mexite on August 10, 2020, 01:40:37 AM
Centralized exchanges are honeypots to hackers due to their custodial and centralized nature. Their weakness stems from the fact that they are single point of failure. Exchanges should never joke with their security posture and should endeavor to keep a large chunk of user funds in multisig cold wallets.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: edmundo on August 11, 2020, 07:24:31 PM
There is always a strong point to be made that where the treasures are, there also lies the hearts of greedy men. These scammers and hackers find crypto exchanges as some of the easiest targets for unscrupulously enriching themselves. They look for loopholes often found in cryptocurrency exchanges and try to find their way around these loopholes with the sole aim of gaining entry into these exchanges with the intention to steal. Some exchanges are better equipped and security conscious than others so they get hacked easily.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Jawahara on September 20, 2020, 09:03:18 PM
Exchanges been hacked is just showing the lapses from the exchange administrators to protect their platform effectively. Most of them are just after the fund they are building via the platform, thereby careless about the welfares of users' interest.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: edmundo on September 25, 2020, 10:25:50 AM
Truth is, as a result of cryptocurrency exchanges providing some of the best resources available in the industry, there is always a tendency of people losing their guard and mistakes happening thus, offering loopholes for hackers to exploit. Several hacks surrounding cryptocurrency exchanges have all come from exploited loopholes. This is why I prefer trading on non custodial exchanges notably ChangeNow (https://changenow.io). ChangeNOW is simple and easy to use with no need to actually register before using the exchange. This way, you are guaranteed top level services without exposing your private keys or sensitive information. Also, ChangeNOW enables you buy bitcoin with your bank cards, making it one of the few exchanges that has such a feature enabled.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Jawahara on September 27, 2020, 07:29:09 PM
Last year, at least five major crypto exchanges were hacked. Here are the details:

December 2017: Hackers steal $63 million in cryptocurrency from NiceHash.

• January 2018:  Hackers steal more than $500 million in cryptocurrency from Coincheck.

• February 2018: Hackers steal approximately $195 million in cryptocurrency from BitGrail.

• June 2018: Hackers steal roughly $40 million in cryptocurrency from Coinrail.

• June 2018: Hackers steal $30 million in cryptocurrency from Bithumb.

And that's not all -- there were other hacks that happened as well. In this article, I’ll explain why so many exchanges are being hacked.

As I explained in my last Forbes article, crypto security is hierarchical: Protocol, exchange and personal wallet security are the three layers. This hierarchy means that if you have an issue at the coin protocol layer, you will be compromised, regardless of how secure your second and third layers are. At the same time, the complexity of the protocol level means it’s harder to find an issue like a DAO hack than finding a vulnerability at the lower layers like exchanges and wallets. That is why hackers target exchanges -- it’s the most efficient way for them to steal your money. Protocols are hard to hack, and wallets are too distributed. Exchanges are a good fit for them.

Now that we've described why exchanges are the most attractive targets for hackers in the crypto world, it’s a good time to understand why they're hackable.

The reason is simple. Any crypto exchange is a centralized single point of failure, vulnerable by design. As a centralized web application with functions to execute transactions and one or a few big crypto wallets inside, exchanges are prone to the same security problems as all other websites. All the usual application aspects such as frontend JS, mobile app, terminals and other clients on the client side and APIs and data repositories on the back end need to be protected. In my experience, the most critical security problems for crypto exchanges are split into the following buckets:

The Client Side

• XSS: Cross Site Scripting (aka XSS), which is the most popular client-side vulnerability, allows attackers to use your browsers as their own. The reason for this is an ability to inject malicious JS/HTML code to the web page generated by vulnerable servers. There is a myth that two-factor authentication (2FA), such as Google Authenticator or SMS code, saves from such vulnerabilities, but in fact, it does not. A malicious Javascript that gets to the page due to this vulnerability simply substitutes the withdrawal wallet address right before you withdraw funds. You do not see anything and can not prevent it in any way.

• Open redirects that help hackers perform phishing-like attacks: This is an ability to redirect you in an arbitrary way from the link to your crypto exchange. It sometimes looks like it wouldn't be an issue, but technically, it allows attackers to do two things: 1) list exchange in search engines like Google as a malicious website, and 2) increase the success rate of malware installation attack because of the trust to the exchange domain. The typical attack looks like a link to the original domain of your exchange (not a phishing one, a real one) that downloads some sort of “new version of trading desktop client,” which technically is a malicious software that steals your wallet.

• SSL issues related to mobile apps (like certificate pinning): This is a minor issue. However, it’s become critical when users travel to countries like China, Iran or Russia where governments could intercept internet connections by their own certificates.

Common CSRF attacks are not in the list because two-factor authentication is widely implemented in the exchanges.

The Server Side

• NoSQL/key-value injections: These injections are mainly in the popular storage modules like Redis, Memcached and MongoDB. Similar to the older, more well-known SQL attacks that were mainly fixed at the frameworks and ORM level, there are similar attacks targeting new technologies like NoSQL and in-memory databases. These are newer and are rarely discovered by developers and frameworks.

• Logic issues, mainly race conditions: These issues are critical and hard to discover by automation tools like source code analyzers. An example of this is simultaneously processing more than one withdrawal transaction, which could result in a negative account balance.

• Authentication issues (e.g., bypasses): Sometimes passwords and even 2FA don't work just because of authentication bypass issues. These are logical or input validation problems, allowing access to the user session without proper credentials being checked.

There are also other types of security breaches in which hackers steal GAS, not coins themselves. In this instance, it’s a proof-of-stake (PoS) cryptocurrency in which all the coins in your wallet generates GAS, an alternative currency used to sign other transactions. Again, the GAS itself is an alternative coin in any PoS-based cryptocurrency, and a lot of them belong to crypto exchanges because they hold users PoS coins like ETH and NEO. That’s why if somebody steals GAS, you will never know about this as a client of crypto exchange.

Who is the victim in the case of GAS stealing? Technically, it would be an exchange, but at the same time, would you know if your transaction fees were higher because of the GAS? GAS is one of the good reasons why it’s so important to understand security basics while dealing with crypto.

Let’s summarize all the things explained above:

All the crypto exchanges have weaknesses in the architecture because they were never designed in cryptocurrency protocols. Any crypto exchange is an ordinary centralized web application with all the same issues that plague any other web application. Web application vulnerabilities resulted in many crypto exchanges being compromised recently. Some exchanges never announced hacks because attackers stole only GAS, not coins themselves and users never knew about these incidents.

SOURCE (https://www.forbes.com/sites/forbestechcouncil/2018/09/17/why-are-crypto-exchanges-are-hacked-so-often/)

Hacking since 2017 within the crypto space has been worrisome. I hope this act ca actually be put to an end cause each time it happened, users get to develop more fear with the system
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: mahid on October 16, 2020, 12:29:34 PM
Now Crypto Currency is the Highlighted news of news paper in everyday life and it is very common to us about hacking news. There are lost of hackers around the world who are always trying to hack or stolen assets. So people should be very careful about their assets. Hacker know that crypto currency is the top assets now a days. They know that it is better then gold or anything and it is conducted by internet for this reason their only attraction is crypto assets. They are always trying to hack crypto exchange because in exchange lots of assets is their. If they hack one time they get high rich.

Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Jamie07 on October 18, 2020, 04:26:25 AM
Hackers are really expanding their knowledge about how to breach securities. Some of them might be once in their life had been employed in  Crypto Exchange so they have a big picture of how the system works. Not counting out that maybe some of the attacks are inside jobs, which make it more easier for doing an hack.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Magepai on October 25, 2020, 01:09:17 PM
I think if its password system was more powerful then maybe it could have been hacked.The goal of hackers is to hack.They always notice that there is a huge amount of dollars in any exchange.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Renampun on November 05, 2020, 06:32:04 AM
the main reason why there are still many exchanges that get hacked is;
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: iloveyobit on November 17, 2020, 11:36:07 AM
do go off too much about the topic title , the main reason why exchange are getting hacked because of the money , hackers want money so they target the most exchanges that have the lowest protection system in the field using their tools of course.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Dora Walletinvestor on November 18, 2020, 09:59:55 AM
I like the detailed explanation of the original post. Unfortunately exchanges are still vulnerable, as users it is our responsibility to choose a good exchange and to store our funds in a secure way.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: yemight62 on December 01, 2020, 06:06:38 PM
The total cap of an exchange can't be compare with that of an individual,  hence much money can be derived from hacking of an exchange.  But with the increase in hacking of exchange,  exchanges too are developing high security techniques in other to protect themselves. I think the rate will decrease soon. 
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Sammy9ce on December 13, 2020, 12:05:43 AM
Crypto currencies are prone to hacking, As far as you're in a site that has up to a million running members you need to know scamming AMD hacking might take place. And beware of where you jump in to invest on crypto.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: monig18 on December 13, 2020, 12:58:24 PM
Exchanges are hacked because of inadequate security arrangements. Their websites are not properly built.Sometime user's accounts are connected to the exchange account which gives the hackers a chance.There is no way to catch and punish hackers in crypto.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: shiming on December 30, 2020, 01:40:26 PM
Cryptocurrency hacking, because there are many newcomers to cryptocurrency trading, and because of some anonymous currencies, it is easy to buy and sell, and finally there is a legal vacancy.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Freemind on December 30, 2020, 01:47:35 PM
From what I have seen over the years, most of the hacked exchanges are due to lack of security, as they say has happened with the last case, Livecoin, with Cryptopia something similar happened, although I think they were going to return the funds to users (we'll see if they do or not) although I've seen quite a few exit scams as well.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Casual on January 03, 2021, 07:08:58 AM
Crypto exchanges are hacked from time to time, whether it's new or not. The kucoin exchange was hacked several months ago. Those who have hackers are always trying to figure out how to hack something. Especially those that are at the top of popularity are prone to hacking exchanges.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: yemight62 on January 08, 2021, 11:06:05 PM
Exchanges are hacked because of inadequate security arrangements. Their website are not properly built.
I won't agree with you on that. Even to security organisations and even countries are hacked into.  Tell me a renowned exchange that has not been hacked into.  It's not necessarily because of inadequate security.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: msz900 on January 19, 2021, 05:27:14 AM
Exchanges are hacked because of inadequate security arrangements. Their website are not properly built.
I won't agree with you on that. Even to security organisations and even countries are hacked into.  Tell me a renowned exchange that has not been hacked into.  It's not necessarily because of inadequate security.

Yes, you are right as until now almost all the major exchanges face the hacking issue. Some exchanges are in the news because they are not able to control it and some can handle it and don't leak the news.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Freemind on January 20, 2021, 10:56:48 AM
Let no one forget the exit scam, sadly it has happened many times and nothing can be done against it. The last case that has not been clear is that of Livecoin, which closed its exchange after the "attack suffered" in December last year. They say they will return the funds to users but we'll see...
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Cryptolover5 on January 22, 2021, 11:01:38 PM
Your article is very educative and will really help most people learn a lot about why exchanges are being hacked and I agree with the points you listed out, actually there are so many reasons why an exchange can be hacked easily, tho it isn't easy hacking an exchange because it got security which guides it, the main reason is that hackers study alot on hacking and becomes very smart thereby checking out exchanges will low security level and break through it. So I think exchanges should try as much as possible to upgrade their security to a very high standard to ensure hackers to find it very difficult to break through.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: tikanurqaidah on February 14, 2021, 11:29:47 PM
You have to make sure that you register only with leading and global Bitcoin companies. There are many ways hackers can illegally get coffers of money. From traditional methods such as social engineering, phishing, ransomware to new modes that are currently developing such as Crypto Coin Miner
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: gabbie2010 on February 28, 2021, 07:56:13 PM
If you look at all those that have been listed, they are centralized exchanges. Besides, security should be paramount in any dealing even in life.
I guessed some of the backend staff of the centralized must have  been compromised thus connived with the hackers to hack the exchange, it quite unfortunate that users of the exchange will have to bear the lost, they exchanges will have to improve on their firewall to forstall future hacking of their exchanges else they will continue to be prone to hacking.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: robert20 on March 14, 2021, 01:14:10 PM
Its because of the huge money they are dealing with. More money attracts more hackers. As they are not decentralized there is always a fear of getting hacked. Even if the exchanges dont have any vulnerability one of the exchanges internal employee can also hack them.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Stuart on March 15, 2021, 04:06:41 AM
The huge money in crypto currency exchanges makes it a point center of attraction for hackers. Money flowing through these exchanges in seconds makes the attentions captivating, and doing what is possible to make sure they breakthrough and get their hands on the funds. On the fact that crypto currency transactions are barely traceable, it becomes their focal point to use and go free. Old hardware can't fight modern day treat as its said, the conscious use of security is very important.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Freemind on March 15, 2021, 05:39:55 PM
Another reason exchanges are hacked is the large number of users who keep their funds on exchanges. I doubt that this type of information can be publicly known, but I would like to know how much funds are from users and how much is from the exchange, but I am sure that user funds are always a lot of money.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: TROXIE on April 02, 2021, 08:05:24 AM
I use to believe those handling the exchange sites are professionals and should be so enough to be safe from hackers, since we who are amateurs are urged to keep our wallets safe by all means. Anyone that can hack an exchange is really a big time fraudster.imagine the amount analysed to be carted away. So what will be if those who are expectant of their token?
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Freemind on April 02, 2021, 11:55:29 AM
@TROXIE the fact that those responsible for the security of an exchange (among other things) are professionals does not mean that the exchange cannot be hacked. Many exchanges have been hacked throughout the history of cryptocurrencies and those responsible were true professionals, even Binance was hacked not long ago. Security should be constant, but these things still happen.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: sana12981 on April 03, 2021, 06:04:18 PM
I think the main reason why exchanges are getting hacked because hackers target those exchanges that have low protection systems.
It means Unfortunately exchanges are still vulnerable, as users it is our responsibility to have more knowledge about exchanges and choose only those exchanges that have strong protection systems.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Raqeebzy on April 14, 2021, 12:27:18 AM
There is actually not much complex explanation to this other than greed; attaching to funds not yours and technically, everything based on the internet (which of course exchanges too) are susceptible to cryber fraud and theft.
There is no perfect solution to that other than keeping the funds out in cold, offline storage like Coinbase's.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Freemind on April 14, 2021, 10:39:34 AM
There is actually not much complex explanation to this other than greed; attaching to funds not yours and technically, everything based on the internet (which of course exchanges too) are susceptible to cryber fraud and theft.
There is no perfect solution to that other than keeping the funds out in cold, offline storage like Coinbase's.

@Raqeebzy you are absolutely right and I think the same as you. The problem is that many users do not have the technical knowledge (which is not that complicated) necessary to keep their funds off the exchanges, and others do not do it out of laziness. And that gives hackers a very juicy look at what they can achieve if their attacks are successful.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: David0 on April 30, 2021, 10:45:08 AM
There is always a strong point to be made that where the treasures are, there also lies the hearts of greedy men. These scammers and hackers find crypto exchanges as some of the easiest targets for unscrupulously enriching themselves. They look for loopholes often found in cryptocurrency exchanges and try to find their way around these loopholes with the sole aim of gaining entry into these exchanges with the intention to steal. Some exchanges are better equipped and security conscious than others so they get hacked easily. And that gives hackers a very juicy look at what they can achieve if their attacks are successful.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Tessnik on April 30, 2021, 12:48:43 PM
The hack of cryptocurrency exchange is a bad situation but it always points to a weak point in the security protocol of the exchange. This weakness needs to be taken care of against future occurrences.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: monig18 on May 15, 2021, 04:43:45 AM
As Crypto currency popularity grows,More money is coming to this.Now Big investors and companies are taking part into it. The Hackers are keeping an eye on this.Because it's still no regulations into crypto and there are no Rules for Theft.So Hackers Are saved and not punished.If they are punished even once, it can be reduced.Even exchanges are to blame for not having tight security. Hotbit  is just one example of this year Hacking but they are safe.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: dotcoin.info on August 01, 2021, 06:37:43 PM
I think that crypto exchanges are often hacked because it is a tidbit for scammers. they can earn a lot from it. or rather, they can steal a lot there. user data is worth a lot if it falls into the hands of understanding people. therefore, only trust trusted cryptocurrency exchanges and protect your personal data
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Stefan.Quelick on October 02, 2021, 08:20:29 PM
Well Dafi effected by that hack hardly if i remember correct. But its not Dafi,s problem, IMO people would love to blame others… After that hack happend,Dafi dropped hard and i was thinking oh that thing is decreasing,i should stack for Selling at high. So i bought more and more. I knew that day will come..And this week,im prodly say im no more investor.. I achieved my goal. So only wallet will be leather wallet for me.Thanks Dafi and good luck to all.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Feraye_deniz on October 05, 2021, 07:56:01 PM
Because of vulnerability of blockchain. It must fixed! Currently im looking to invest on projects that works on security for blockchain. One of them is SupraOracles. They are working for secure blockchain prototypes and also secure gaming sector. If they could achieve their projects needing,it will be HUGE news for whole blockchain communities,thats why i trust SupraOracles,i highly recommend to do research about that project.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Luicci_Estraso on October 05, 2021, 08:22:39 PM
Because of vulnerability of blockchain. It must fixed! Currently im looking to invest on projects that works on security for blockchain. One of them is SupraOracles. They are working for secure blockchain prototypes and also secure gaming sector. If they could achieve their projects needing,it will be HUGE news for whole blockchain communities,thats why i trust SupraOracles,i highly recommend to do research about that project.
I was checking SupraOracles on Medium's forum. And they announced,they are working with Algoblock from now. I think secure system also so important but i didnt expect that kind of new project working with Algo. I will probably follow Supra after that announced,thanks for ur advice btw,if i make profit from following Supra,i will send you a gift,promise. 
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Dreamer on October 12, 2021, 11:59:32 PM
Scammers and hackers always want to get things easily, and that is why they will find a way to steal our money easily which we worked hard to earn it. Another thing is because crypto is free money, so they feel safer to attack a crypto exchange and steal a few coins rather than hacking banking systems for governments.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Lifetime on October 19, 2021, 04:47:33 PM
They should have moved the funds into different wallets so this could not be an easy way to scam large amount of funds. These hackers target people anyway as long as their is money inside it.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Sonjoy on October 20, 2021, 01:09:18 PM
Some of them might be once in their life had been employed in  Crypto Exchange so they have a big picture of how the system works. Not counting out that maybe some of the attacks are inside jobs, which make it more easier for doing an hack do go off too much about the topic title , the main reason why exchange are getting hacked because of the money , hackers want money so they target the most exchanges that have the lowest protection system in the field using their tools of course.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Pagli on October 20, 2021, 01:30:44 PM
These applications store our private keys on an online server, and you can imagine how 'safe' that'd be!
And if you're asking for the reason why hackers hack these exchanges, then, again, obviously because these exchanges have their users' accounts linked to them and as so many users have their crypto stored, hacking the exchange would mean the hackers would get their hands on the crypto of all the users, which would amount to a lot of money
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: amzexpert on November 06, 2021, 04:53:44 AM
Dear thanks you have provided very useful information about the wallet hacks. I want to tell you that there are a few wallets that are too much safe and hackers may face a lot of difficulties to hack that wallet. I would suggest you use the Binance and the Coinbase wallet. These wallets are safe.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Freemind on November 06, 2021, 10:14:17 AM
Dear thanks you have provided very useful information about the wallet hacks. I want to tell you that there are a few wallets that are too much safe and hackers may face a lot of difficulties to hack that wallet. I would suggest you use the Binance and the Coinbase wallet. These wallets are safe.

I do not agree with you. No exchange is 100% secure, you can search the network for information about the hack that Binance suffered in 2019 to verify it, you can also check out the many CoinBase user reports on phishing. I will never recommend anyone to keep their funds on an exchange, we never know what could happen, so I will always say that keeping our funds and private keys with us is always the safest and most reliable. And remember, not your keys, not your coins.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: sadia batool on November 12, 2021, 04:46:54 PM
The hackers are main and biggest problem in crypto world. All the things are best and even crypto is so profitable but one thing that its risky because of hackers and spammers and by making our security strong we can defeat them.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Btclover on November 14, 2021, 11:20:44 AM
They should have moved the funds into different wallets so this could not be an easy way to scam large amount of funds. These hackers target people anyway as long as their is money inside it
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Btclover on November 14, 2021, 11:26:23 AM
Dear thanks you have provided very useful information about the wallet hacks. I want to tell you that there are a few wallets that are too much safe and hackers may face a lot of difficulties to hack that wallet. I would suggest you use the Binance and the Coinbase wallet. These wallets are safe.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Honor20 on November 24, 2021, 07:00:09 AM
Hackers is high material interest, since, as can be seen from the above topic, tens of millions of dollars are being stolen from cryptocurrency. In this case, some digital programs Some exchangers just have to copy the same code used in another exchange without even minding to check if there are certain vulnerabilities in it. That is one of the major reason that's why Decentralized exchangers are hard to get hacked
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: Freemind on November 24, 2021, 11:57:49 AM
Hackers is high material interest, since, as can be seen from the above topic, tens of millions of dollars are being stolen from cryptocurrency. In this case, some digital programs Some exchangers just have to copy the same code used in another exchange without even minding to check if there are certain vulnerabilities in it. That is one of the major reason that's why Decentralized exchangers are hard to get hacked

I think you're wrong. No exchange that wants to be serious and have a quality product would copy the source code of another exchange. The source code of an exchange is not public, it is closed source, and it is also very well preserved. If one exchange could copy the source code of another, it wouldn't know if malicious code and back doors were included, so it would be a disaster. Each exchange uses its own code, the problem with hacks is how that code is implemented and what budget is available to keep it up to date.
Title: Re: Why Are Crypto Exchanges Hacked So Often?
Post by: elaine345 on December 21, 2021, 05:00:18 AM
There are uncountable reasons why cryptocurrency are easily to be hacked, to protect yourself always buy a hardware wallet like Trezor and Nano Ledger. These 2 are the safest way to ensure that you're not gonna risk you and your digital assets to someone else hands.


You can post without spam, thanks.