It seems to me that any method of input I provide for a user needs some scrutiny, but I have never seen someone implement a single set of validation that all inputs must pass.
Is there some basic validation you do on every single field a user can type in to? For the sake of simplicity let's just talk about text boxes.
Do you add any code to watch for control characters?
String length limits?