Research Archive

Web3 Security

Browse entries by research type, time, topic, and threat domain. This page behaves more like an archive than a feed.

2025

Over a near-black teal-blue background, a GitHub repo crowned with inflated Stars and Forks, a hijacked npm dependency URL in package-lock.json rerouting to a rogue package, and copper-orange exfiltration arrows flowing toward a C2 server — symbolizing the Solana trading bot supply chain attack on GitHub
Security Research

A Popular Solana Bot on GitHub Was a Wallet Thief: Supply Chain Attack Analysis

A malicious GitHub project disguised as a Solana trading bot lured developers with inflated Star and Fork counts, then exfiltrated wallet private keys by hijacking an npm dependency's download URL in package-lock.json. Full attack chain from discovery to deobfuscation and C2 exfiltration, spanning 29 malicious repos and 2 rogue npm packages.

2025-07-03 6 min #Supply Chain Attack
Over a near-black teal-blue background, a malicious extension icon highlighted copper-orange in a browser extension store, terminal drag-and-drop execution and Base64-decoding code fragments scattered across the backdrop, AppleScript hidden execution paths and data-exfiltration channel arrows — symbolizing the Osiris malicious browser extension download-link hijacking attack
Security Research

Osiris Malicious Browser Extension Analysis: Download Link Hijacking Disguised as a Security Tool

In May 2025, a malicious browser extension named Osiris disguised itself as a Web3 security tool and hijacked users' download links via the declarativeNetRequest API, replacing legitimate programs with malicious ones. The attackers leveraged macOS AppleScript and base64 encoding to conceal their malicious behavior, stealing Chrome browser data and Keychain information.

2025-05-28 5 min #Web3 Security
Over a near-black teal-blue background, a fractured price-validation boundary splits on-chain and off-chain checks, a copper-orange 0.001 BNB payload slipping past a 1 BNB gate toward a KOL message endpoint — symbolizing the ReachMe.io on-chain/off-chain price inconsistency vulnerability
Security Research

ReachMe.io Vulnerability: Saying Hi to CZ on a Budget

ReachMe.io is a paid messaging platform on BNB Chain where messaging CZ costs 1 BNB. The SlowMist Security Team discovered an on-chain/off-chain price validation inconsistency that allowed bypassing the 1 BNB fee — sending messages to any KOL for as little as 0.001 BNB. The vulnerability was reproduced in about 10 minutes and the project team fixed it immediately.

2025-03-28 5 min #Web3 Security
Over a near-black teal-blue background, a LinkedIn recruitment message dialog beside a malicious npm package structure diagram, an arrow tracing the encrypted payload exfiltrated via a C2 channel to a dark server, a developer terminal showing installation complete while keys leak in the backdrop — symbolizing the LinkedIn recruitment phishing attack targeting blockchain engineers
Security Research

LinkedIn Recruitment Phishing Analysis: A Targeted Attack Against Blockchain Engineers

In March 2025, attackers posed as recruiters on LinkedIn targeting blockchain engineers, sending them Bitbucket repositories containing malicious code. The malicious payload was hidden on line 46 of server.js behind an extremely long horizontal scrollbar, encrypted through multiple layers of base64, and ultimately connected to a C2 server to download an info-stealing trojan and a persistence backdoor.

2025-03-15 6 min #Web3 Security

2022

Over a near-black teal-blue background, a BGP path lights up copper-orange as it is hijacked within a global routing map, a forged SSL certificate overlays the original, and Internet traffic is redirected to a malicious server — symbolizing the Celer Network cBridge BGP hijacking attack
Security Research

Celer Network cBridge Cross-Chain Bridge Incident Analysis: BGP Hijacking Attack

On August 18, 2022, Celer Network cBridge suffered a BGP Hijacking attack. The attacker hijacked the underlying Internet routing protocol to redirect cross-chain users to a malicious frontend. Through certificate analysis, AS routing tracing, and BGP Trace records, the SlowMist security team confirmed this was a targeted BGP hijacking attack against Celer Network.

2022-08-20 7 min #Web3 Security
Over a near-black teal-blue background, a mobile wallet app icon leaks mnemonic phrase data streams outward, the Sentry server receiving endpoint highlighted, multiple nodes in the blockchain network topology lit in copper-orange and red — symbolizing the Solana mass theft triggered by Slope Wallet Sentry leaking mnemonic phrases
Security Research

Solana Blockchain Mass Theft Analysis: Slope Wallet Sentry Leaks Mnemonic Phrases

On August 3, 2022, a large-scale theft occurred on the Solana blockchain. Slow Mist Security Team analysis found that Slope Wallet Android >= 2.2.0 sent user mnemonic phrases and private keys to the o7e.slope.finance server via Sentry services, causing the mnemonic phrases of approximately 30% of victim addresses to be leaked.

2022-08-04 4 min #Web3 Security
MetaMask Browser Extension Wallet demonic Vulnerability Analysis
Security Research

MetaMask Browser Extension Wallet demonic Vulnerability Analysis

In June 2022, MetaMask disclosed the demonic vulnerability affecting versions < 10.11.3. When importing a seed phrase and clicking 'Show Secret Recovery Phrase,' the browser caches the plaintext seed phrase to the local disk's Sessions directory, making it readable by other applications or recoverable through physical access. SlowMist Security Team reproduced the vulnerability and assisted multiple extension wallet projects with remediation.

2022-06-17 5 min #Web3 Security
MetaMask Clickjacking Vulnerability Analysis: iframe Hijacking and Phishing Whitelist Bypass
Security Research

MetaMask Clickjacking Vulnerability Analysis: iframe Hijacking and Phishing Whitelist Bypass

In June 2022, MetaMask disclosed a severe Clickjacking vulnerability. Attackers could exploit the phishing.html page exposed via web_accessible_resources to embed the unlocked wallet page via iframe, tricking users into authorising transactions or bypassing phishing warnings. SlowMist Security Team reproduced the vulnerability and identified multiple affected Fork projects including Coinbase Wallet, Coin98 Wallet, and Maiar DeFi Wallet.

2022-06-14 6 min #Web3 Security

2021

On a near-black deep green-blue background, a broken code chain centers on a floating-point number triggering a copper-orange fissure, with hexadecimal and binary data scattered around and a transaction receipt showing an abnormally high gas fee value — symbolizing the ethjs-util floating-point processing flaw that led to a sky-high transaction fee
Security Research

Sky-High Fee Analysis: ethjs-util Floating-Point Data Processing Flaw

A transfer of 100,000 USDT that incurred a staggering 7,676 ETH transaction fee. The root cause is that ethjs-util's intToBuffer function does not support floating-point data. Divergent handling of floating-point hex strings between browser JS and Node.js leads to incorrect buffer values being written, ultimately producing erroneous fee calculations.

2021-09-29 5 min #Web3 Security