Program Overview
Reddit runs a bug bounty program on HackerOne. The program has 27 in-scope assets and is managed by HackerOne's triage team.
In-Scope Assets
| Asset | Type | Max Severity | Eligible |
|---|---|---|---|
| *.reddit.com | WILDCARD | Critical | Bounty |
| *.redditblog.com | WILDCARD | Medium | Bounty |
| *.reddithelp.com | WILDCARD | Medium | Bounty |
| *.redditinc.com | WILDCARD | Medium | Bounty |
| *.redditmedia.com | WILDCARD | High | Bounty |
| *.snooguts.net | WILDCARD | Critical | Bounty |
| *.spiketrap.io | WILDCARD | Medium | Bounty |
| Android App | OTHER | High | Bounty |
| Core Assets | OTHER | Critical | Bounty |
| Non-Core Assets | OTHER | Critical | Bounty |
| accounts.reddit.com | URL | Critical | Bounty |
| ads.reddit.com | URL | Critical | Bounty |
| amp.reddit.com | URL | Critical | Bounty |
| api.reddit.com | URL | Critical | Bounty |
| business.reddithelp.com | URL | Critical | Bounty |
| developers.reddit.com | URL | Critical | Bounty |
| gateway.reddit.com | URL | Critical | Bounty |
| gql.reddit.com | URL | Critical | Bounty |
| iOS App | OTHER | High | Bounty |
| m.reddit.com | URL | Critical | Bounty |
| matrix.redditspace.com | URL | Critical | Bounty |
| meta-api.reddit.com | URL | High | Bounty |
| mod.reddit.com | URL | Critical | Bounty |
| new.reddit.com | URL | Critical | Bounty |
| redditforbusiness.com | URL | Medium | Bounty |
| sh.reddit.com | URL | Critical | Bounty |
| strapi.reddit.com | URL | Critical | Bounty |
Out-of-Scope Assets
- memorable.io
- reddit.secure.force.com
Tips for Hacking Reddit
- 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 Reddit?
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 Reddit pay bounties?
Yes, Reddit offers monetary rewards for valid security vulnerabilities.
What types of vulnerabilities does Reddit accept?
Reddit accepts reports for vulnerabilities found in their 27 in-scope assets. Common accepted vulnerability types include XSS, SQL injection, SSRF, IDOR, authentication bypass, and RCE. Check the program policy for specific exclusions.