Quote:
Originally Posted by MicroHellas
Except if you believe that 2Checkout can return an SQL query instead of a "True" or "False".
|
Although it is unlikely to happen willingly, it might happen accidently.
Quote:
But in a routine file which has nothing to do with user inputs, I dont believe that is a vulnerability.
|
Do you think an attacker really cares which file he must acess to break into the system?
I doubt that. The important point is: Would it be potentially possible that the input contains anything other than the expected values?
If so, this must be handeled correctly, even if it would normally only be accessed by automatic processes.
Never ever trust user input!