The product misinterprets an input, whether from an attacker or another product, in a security-relevant fashion.
Potential Impact
Integrity: Unexpected State
Detection Methods
Fuzzing: Fuzz testing (fuzzing) is a powerful technique for generating large numbers of diverse inputs - either randomly or algorithmically - and dynamically invoking the code with those inputs. Even with rand...