Answer:
Input sanitization refers to the process of ensuring that any data input by a user into a system or application is clean, safe and does not pose a security risk. This process is used to prevent malicious attacks such as SQL injection, which is a type of exploit that allows an attacker to insert malicious SQL statements into a web form input box to gain unauthorized access to a database.