Machine Learning Attack Series: Image Scaling Attacks
The basic idea is to hide a smaller image inside a larger image (it should be about 5-10x the size). The attack is easy to explain actually:
- Attacker crafts a malicious input image by hiding the desired target image inside a benign image
- The image is loaded by the server
- Pre-processing resizes the image -The server acts and makes decision based on a different image then intended
Source: Machine Learning Attack Series: Image Scaling Attacks.