DATA VALIDATION & ENCODING (VE6)

Jason can bypass the centralized validation routines since they are not being used on all inputs

DATA VALIDATION & ENCODING
6

Jason can bypass the centralized validation routines since they are not being used on all inputs

OWASP SCP

3,168

OWASP ASVS

1.1.6,1.5.3,5.1.3,13.2.2,13.2.5

OWASP AppSensor

IE2,IE3

CAPEC

-

SAFECODE

3,16,24

How to play?

Centralized input validation routines are a good programming practice, but like other routines, developers need to understand how they work, how to use them and any limitations. Such routines can be tested independently of other code and not only provide assurance on the quality of the input validation, but it make refactorization an easy task and eliminate code duplicates and bad interpretations. Use of white list validation is recommended where possible. Black lists are usually good as a double-check complement, as they can trigger alerts for fake positives. Common attacks to bad implementation (or lack) of validation rutines are:

Buffer overflows. Code injection. Fuzzing. If third party input validation libraries are used, it is important to test each routine before its implementation.

NB: This card relates to bypass of input data validation. See VE 5 for the similar bypass of output encoding.

Mappings

OWASP ASVS (4.0): 1.1.6 ,1.5.3 ,5.1.3 ,13.2.2 ,13.2.5

Capec: 28

OWASP SCP: 3,168

OWASP Appsensor: IE2,IE3

Safecode: 3,16,24

ASVS (4.0) Cheatsheetseries Index

ASVS V1.1 - Secure Software Development Lifecycle Requirements

ASVS V1.5 - Input and Output Architectural Requirements

ASVS V5.1 - Input Validation Requirements

ASVS V13.2 - RESTful Web Service Verification Requirements

No suitable mappings were found.

Attacks

SQL Injection

Cross-Site Scripting (XSS)

(Session) Data tampering

Privilege escalation

OWASP Cornucopia

  • OWASP Cornucopia is a mechanism in the form of a card game to assist software development teams identify security requirements in Agile, conventional and formal development processes. It is language, platform and technology-agnostic, and is free to use.
  • OWASP Cornucopia is licensed under the Creative Commons Attribution-ShareAlike 3.0 license, so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar licence to this one.
  • © 2012-2025 OWASP Foundation. The Open Worldwide Application Security Project (OWASP) is a nonprofit foundation that works to improve the security of software.