Practice
Cache poisoning is the manipulation of a cache that leads to unpredictable consequences, such as denial of service , remote code execution and other undesirable effects. It is a broad topic, and it would be a disservice to try to compress it all onto a single page.
There are a number of cache poisoning techniques, which can be accessed on their respective pages:
ARP Cache Poisoning
DNS Cache Poisoning
HTTP Request Smuggling
HTTP Response Splitting
Comments