Polymarket Loses $3M After Third-Party Vendor Compromise
Attackers injected malicious JavaScript via a compromised vendor to drain $3 million in pUSD from Polymarket users. The prediction market giant pledges full refunds.
Polymarket, the $9 billion cryptocurrency prediction market, confirmed Thursday that attackers stole approximately $3 million from users after compromising a third-party vendor and injecting malicious code into its frontend.
The attack targeted users holding pUSD, Polymarket's USDC-backed stablecoin used across all trading activity on the Polygon network. When affected users connected their wallets, the injected script prompted them to sign fraudulent transactions that drained their funds.
How the Attack Worked
The attackers compromised an unnamed third-party vendor whose code runs on Polymarket's website. By injecting malicious JavaScript into the frontend, they turned the legitimate platform into a phishing mechanism. Users visiting the site saw normal trading interfaces but were served hidden transaction requests designed to steal their holdings.
This attack pattern mirrors other recent supply chain compromises targeting software dependencies, though this one focused on the frontend delivery chain rather than CI/CD infrastructure. DeFi platforms present attractive targets because a single successful injection can reach users whose wallets hold substantial cryptocurrency.
Polymarket's backend infrastructure and smart contracts remained uncompromised. The attackers exploited trust in the vendor relationship rather than breaking Polymarket's own security.
Fund Movement and Attribution
According to blockchain security firm PeckShield, the stolen funds followed a predictable laundering path. Attackers bridged the pUSD from Polygon to Ethereum and swapped it for approximately 1,893 ETH, worth roughly $2.8 million at current prices.
Blockchain analytics firm Bubblemaps identified fewer than 15 affected accounts. While the victim count is small, the average loss per wallet exceeded $200,000, suggesting the attackers specifically targeted high-value accounts or simply hit whales by chance.
The funds now sit in a single attacker-controlled address. No attribution has been made, and Polymarket has not disclosed which vendor was compromised.
Response and Refunds
Polymarket contained the incident quickly. In a statement, the company said it discovered the compromise Thursday morning, removed the affected dependency, and isolated the malicious script.
"This morning we discovered a 3rd party vendor had been compromised, injecting a malicious script into our frontend for some users," Polymarket announced. "We've contained it and removed the affected dependency."
The company committed to fully reimbursing affected users and said it was contacting victims directly to process refunds. This swift response follows the playbook most DeFi platforms adopt after security incidents, where absorbing losses preserves user trust and platform reputation.
Why Frontend Supply Chain Attacks Are Increasing
This incident adds to a growing list of frontend supply chain attacks against crypto platforms. Unlike backend compromises that require breaking into servers or exploiting smart contract bugs, frontend attacks exploit the weakest link: third-party dependencies.
Modern web applications pull code from dozens of vendors for analytics, widgets, A/B testing, and other functionality. Each integration creates a trust relationship that attackers can abuse. When a vendor gets compromised, every site loading their code inherits the problem instantly.
The recent npm package typosquatting campaign showed how attackers poison the supply chain at the package level. A similar compromise of 400 Arch Linux AUR packages demonstrated the same pattern in open-source repositories. Frontend vendor compromises operate similarly but target already-deployed integrations rather than development-time dependencies.
DeFi platforms face heightened risk because their users routinely approve transactions worth thousands or millions of dollars. A convincing phishing prompt that looks like normal platform behavior can drain wallets before victims realize something is wrong.
Protecting Against Frontend Supply Chain Attacks
Organizations running high-value web applications should audit their third-party dependencies aggressively. Key steps include:
- Inventory all external scripts loading on production pages
- Implement Content Security Policy (CSP) headers to restrict script sources
- Use Subresource Integrity (SRI) hashes to verify script contents
- Monitor for unexpected network requests from your frontend
- Consider self-hosting critical vendor scripts rather than loading them from CDNs
For cryptocurrency users, the uncomfortable reality is that connecting a wallet to any website involves trust. Cold storage for significant holdings, hardware wallet confirmations for transactions, and healthy skepticism toward unexpected approval requests remain the best defenses.
Polymarket's quick response and commitment to refunds limits the damage here. But the next frontend supply chain attack on a less-capitalized platform might not end with full reimbursement. For ongoing coverage of supply chain threats and cryptocurrency security incidents, follow our hacking news coverage.
Related Articles
JINX-0164 Targets Crypto Developers via LinkedIn and macOS Malware
New threat actor uses fake recruiter profiles to deploy AUDIOFIX and MINIRAT malware against cryptocurrency organizations. npm supply chain also compromised.
Jun 2, 2026Lazarus Deploys Memory-Only RAT Against Crypto Firms, Stealing $577M
North Korea's Lazarus Group uses RemotePE, a fileless RAT that executes entirely in RAM, to target DeFi platforms. The group has stolen $577M in crypto this year alone.
May 26, 2026North Korean Hackers Backdoored Axios npm Package in 40 Minutes
Google attributes the Axios npm supply chain attack to UNC1069, a North Korean threat actor. Malicious versions deployed WAVESHAPER.V2 backdoor across Windows, macOS, and Linux.
Apr 21, 2026Sanctioned Grinex Exchange Claims $13M Hack by Western Spies
Russia-linked crypto exchange Grinex halts operations after $13 million theft, blaming 'Western special services.' Blockchain analysts find no evidence supporting the attribution.
Apr 18, 2026