FinTechIntro / FinTechIntro/2024-Spring-Final

Cross Chain Attack

Open
#12 10 comments 0 reactions 3 assignees Claimed by @l-akashi View on GitHub
Blockchain topics
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## Summary
> Please give a short summary of this research topic.

Cross-Chain Bridges are technologies that allow the transfer of assets between different blockchains. This technology is a key component of blockchain interoperability, enabling users to freely exchange cryptocurrencies, tokens, data, and other resources across various blockchain platforms. However, there have been numerous significant security incidents on cross-chain bridges that have led to substantial financial losses. Please present your research report on some cross-chain bridge attack incidents.
## Description
> Please provide a detailed description to the topic.

Cross-chain bridge attacks exploit vulnerabilities in the technology connecting different blockchains to steal assets. These attacks often target flaws in smart contracts, including reentrancy attacks, logic errors, or data validation issues. For example, attackers may use reentrancy attacks to withdraw funds multiple times beyond the locked amount. They could also exploit logical flaws in smart contracts to lock or generate bottomless tokens, allowing these tokens to be reused on the target chain. Additionally, some attacks manipulate on-chain price mechanisms by providing false information, thus completing transactions at abnormal prices.

The success of these attacks often leads to significant financial losses, highlighting the urgent need for enhanced security measures in cross-chain operations. To prevent such attacks, developers of cross-chain bridges need to ensure that smart contracts undergo rigorous security audits and implement multiple verification and security mechanisms to protect user assets.

Please select a cross-chain bridge attack incident as the subject of study and explain how the attack was implemented. If possible, further investigate how it can be prevented.
## Source
> Please provide related resource for the topics, including articles, research papers and more.
[rekt](https://rekt.news/zh/leaderboard/)
[BNB BRIDGE](https://rekt.news/zh/bnb-bridge-rekt/)
[NOMAD BRIDGE](https://rekt.news/nomad-rekt/)
## Others
> Please provide more information if there is any.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.