cspshivam/playground
Modern Level 12 / 14 Medium
← All labs

Host-Header Injection

A page caches and links itself using the Host the request arrives with. Poison what it emits by controlling that header.

Welcome back

This page publishes its own canonical URL (used for share links and as the CDN cache key). The URL is derived from the request host, so the intended host is pinned by the page — rewrite it with an intercepting proxy.

Canonical URL emitted for this page

https://www.playground.cspshivam.com/welcome

Canonical host is the legitimate site — nothing poisoned.

This is an isolated, intentionally-vulnerable sandbox. Data here is fake and scoped to you. The rest of CSPSHIVAM Playground is not part of the target.