Program Overview
FetLife runs a bug bounty program on HackerOne. The program has 3 in-scope assets.
3
In-Scope Assets
15h
Avg Response
100%
Efficiency
6h
Avg Bounty Time
5d
Avg Resolve
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| *.fetlife.com | WILDCARD | Critical | Bounty |
| fetlife.com | URL | Critical | Bounty |
| fetlifemail.com | URL | Critical | Bounty |
Out-of-Scope Assets
- *.bitlove.co
- Requests to our ad endpoints (on any server): `/ads/serve`, `/ads/application_serve*`, and `/ads/click/*`
- bitlove.co
- co.bitlove.opensource.FetLife
- com.bitlove.fetlife
- fetlifestatus.com
- mail.fetlife.com
- n2.fetlife.com
- status.fetlife.com
Tips for Hacking FetLife
- 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 FetLife?
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 FetLife pay bounties?
Yes, FetLife offers monetary rewards for valid security vulnerabilities.
What types of vulnerabilities does FetLife accept?
FetLife accepts reports for vulnerabilities found in their 3 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.