
No software is bug-free. Fuzzing is a targeted approach for finding vulnerabilities in a software program. Using fuzzing tools, random input data is automatically generated and fed to the program for processing in order to see whether intentional or accidental mishandling caused the software to crash. If so, the software poses a security risk to the entire system.