Program Overview
Supabase runs a vulnerability disclosure program on HackerOne. The program has 10 in-scope assets.
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| api.supabase.com | URL | Critical | No Bounty |
| https://*.database.dev/ | WILDCARD | Medium | No Bounty |
| https://github.com/supabase | SOURCE_CODE | Critical | No Bounty |
| https://github.com/supabase-community/supabase-mcp | URL | Critical | No Bounty |
| https://mcp.supabase.com/mcp | URL | Critical | No Bounty |
| https://multiplayer.dev | URL | Low | No Bounty |
| https://supabase.help | URL | None | No Bounty |
| https://supabase.link | URL | None | No Bounty |
| https://supabase.store | URL | Medium | No Bounty |
| supabase.com | URL | Critical | No Bounty |
Out-of-Scope Assets
- db.*.supabase.co
- https://*.supabase.co
- https://api.supabase.com/platform/pg-meta/project_id/query
- https://ctf.supabase.com
- https://github.com/supabase-community/
- https://supabase.dev/
- https://supabase.productions/
- supabase.sh
Tips for Hacking Supabase
- 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 Supabase?
Sign up on HackerOne, 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 Supabase pay bounties?
No, Supabase runs a Vulnerability Disclosure Program (VDP) without monetary rewards. You may receive recognition or swag.
What types of vulnerabilities does Supabase accept?
Supabase accepts reports for vulnerabilities found in their 10 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.