Host Header Injection
IntermediateThe password-reset flow builds the reset link from the incoming Host header: "https://" + host + "/reset?token=…". Control the Host (or a trusted X-Forwarded-Host) and the emailed link points wherever you like — leaking the victim's reset token to your domain.
Progress:
1
Poison via the Host header2
Bypass with X-Forwarded-Host3
Pin the canonical host⚡ Password reset request
POST /password-reset
🛡 Server Protection
Server response log
Waiting for request…