Source: Bug Bounty Bootcamp by Vickie Li (No Starch Press, 2021)
A report is how you get paid and build reputation. Bad writing = low payouts + duplicates marked invalid.
8-step report structure:
After submission you'll see one of these:
Common reasons beginners don't find bugs:
| Severity | Examples |
| — | — |
| Critical | Account takeover, RCE, mass data exposure |
| High | Privilege escalation, significant data leak, auth bypass |
| Medium | CSRF, stored XSS (limited scope), IDOR (limited data) |
| Low | Reflected XSS, open redirect, minor info disclosure |
| Informative | Missing security headers, self-XSS |