The product performs an operation that triggers an external diagnostic or error message that is not directly generated or controlled by the product, such as an error generated by the programming language interpreter that a software application uses. The error can contain sensitive system information.
Impact: Read Application Data
Strategy: Compilation or Build Hardening
Strategy: Environment Hardening
java
// May cause unchecked NullPointerException.* if (username.length() < 10) { ``` ... } }
java
/* Assume appropriate validation / encoding is used and privileges / permissions are preserved / }
java