Web Cache Deception
AdvancedA CDN caches any URL whose path ends in a static extension, no matter what Cache-Control says. The origin app routes by prefix and ignores the trailing extension, so /account/profile.css quietly returns the victim's private page — and the CDN stores it under a public-looking key anyone can request.
Progress:
1
Cache a Private Page2
Read the Victim's Data3
Stop the Deception⚡ Crafted path
https://app.example.com…
🛡 Cache Protection
Cache / request log
Waiting for a request…