|
|
|
|
|
by koolba
3222 days ago
|
|
You can perform a denial of service attack on a naive server with a maliciously crafted PNG. Just send a zip bomb and see what happens when it decompressed it. The naive approach will crash the server when it tries to malloc successively larger buffers. https://www.bamsoftware.com/hacks/deflate.html |
|