Embed presentation
Downloaded 21 times







Host header injection is a high severity web security vulnerability that allows attackers to spoof the domain name of a website by manipulating the HTTP "Host" header. This can enable password reset poisoning, web cache poisoning, cross-site scripting, and access to internal hosts. Mitigation techniques include validating the Host header matches the target domain, creating a dummy virtual host to catch invalid headers, whitelisting trusted domains, and disabling support for X-Forwarded-Host headers.
An introduction slide featuring presenter Amit Dubey and the topic of HTTP header injection.
Explanation of HTTP headers, including request and response roles, and focus on the HOST header.
Details on Host Header Injection, illustrating the difference between original and edited requests.
High severity impacts such as web cache poisoning, password reset issues, XSS, and intranet access.
Description of techniques used to bypass host headers, including multiple host headers and X-Forwarded-Host.
Security measures to mitigate risks, including domain validation, dummy hosts, trusted domain whitelisting.
Conclusion slide prompting questions and thanking the audience.






