Web Cache Poisoning
AdvancedThe app reflects the X-Forwarded-Host header into a <script src>, but the CDN caches responses by URL alone. Send one malicious request and your script gets cached and served to every visitor.
Progress:
1
Poison the Cache2
Stop the Poisoning😈 Attacker request
GET /home HTTP/1.1 Host: bank.example
X-Forwarded-Host:
🛡 CDN / app defense
Send a request to see the cache and victim response…