Web Cache Poisoning
Introduction
Using this technique, an attacker can manipulate a web-cache to serve poisoned content to anyone who requests it. This relies on the ability to poison the caching proxy run by the application itself, CDNs, or other downstream providers. As a result, the victim will have no control over receiving the malicious content when requesting the vulnerable application.
The following will be served from the web cache, when a victim visits the vulnerable application.
REFERENCES
Last updated