Program Overview
Binance runs a bug bounty program on Bugcrowd with a maximum payout of $10,000. The program has 20 in-scope assets and is managed by Bugcrowd's triage team.
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| api.coinmarketcap.com | API | ||
| pro-api.coinmarketcap.com | API | ||
| https://www.binance.com/ | WEBSITE | ||
| Binance Desktop Application | OTHER | ||
| Binance Mobile Application for Android | ANDROID | ||
| Binance Mobile Application for iOS | IOS | ||
| api.binance.com | API | ||
| Binance macOS Application | OTHER | ||
| pro.coinmarketcap.com | WEBSITE | ||
| CoinMarketCap Android app | ANDROID | ||
| Trustwallet Android App | ANDROID | ||
| Trustwallet iOS App | IOS | ||
| https://github.com/trustwallet/wallet-core/ | OTHER | ||
| CoinMarketCap iOS app | IOS | ||
| portal-api.coinmarketcap.com | API | ||
| coinmarketcap.com | WEBSITE | ||
| 3rdparty-apis.coinmarketcap.com | API | ||
| https://www.binance.us/ | WEBSITE | ||
| https://binance.tr | WEBSITE | ||
| Trustwallet Chrome Extension | WEBSITE |
Out-of-Scope Assets
- jobs.coinmarketcap.com
- support.binance.*
- binance.sg
- *.trustwallet.com
- *.trustwalletapp.com
- *.binance.org
- blog.coinmarketcap.com
- support.coinmarketcap.com
- blockchain.coinmarketcap.com
- *.coinmarketcap.com
Tips for Hacking Binance
- Read the policy — Understand what's in scope, out of scope, and any specific testing restrictions before you start.
- Enumerate the attack surface — Use subdomain enumeration and directory bruteforcing to map all accessible endpoints.
- Focus on high-impact bugs — Look for SQL injection, SSRF, and IDOR vulnerabilities first.
- Test authentication flows — Check for OAuth misconfigurations and CSRF in login/signup flows.
- Write clear reports — Include steps to reproduce, impact assessment, and suggested remediation. Use Burp Suite to capture evidence.
Frequently Asked Questions
How do I start hacking Binance?
Sign up on Bugcrowd, read the program policy carefully, review the in-scope assets listed above, and start testing. Always stay within scope and follow responsible disclosure guidelines.
Does Binance pay bounties?
Yes, Binance offers monetary rewards for valid security vulnerabilities.
What types of vulnerabilities does Binance accept?
Binance accepts reports for vulnerabilities found in their 20 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.