Extensive checks and validations can be made of inputs and outputs, but proper actions following the results is what provides security. Data sanitization is a good approach for outputs, as this data is already accepted by the system. Failing input validation always needs to result in rejection. It is also useful to log (associated with the user's identity if possible) and flag these as probably malicious activity for further analysis, or as input for application intrusion detection systems.
NB: Unlike other cards in this suit, VE 9 assumes that input and output validation checks are in place, however they do not correctly respond to incorrect input.
Shamun can bypass input validation or output validation checks because validation failures are not rejected and/or sanitized
Owasp ASVS (4.0): 7.1.3
Capec: 28
Owasp SCP: 6,21,22,168
Owasp Appsensor: IE2-3
Safecode: 3,16,24
ASVS V7.1 - Log Content Requirements
Loading comments 0%