Displaying test cases 11776 - 11800 of 113211 in total
-
Safe sample input : get the $_GET['userData'] in an array SANITIZE : uses of ESAPI, an OWASP API construction : prepared query and right verification
-
Safe sample input : get the $_GET['userData'] in an array sanitize : cast into int construction : right verification
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array SANITIZE : uses indirect reference construction : interpretation with simple quote
-
Unsafe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : cast into int construction : interpretation with simple quote
-
Safe sample input : get the field userData from the variable $_GET via an object SANITIZE : use in_array to check if $tainted is in the white list construction : prepared query and no right verification
-
Safe sample input : Get a serialize string in POST and unserialize it SANITIZE : uses indirect reference construction : right verification
-
Safe sample input : Get a serialize string in POST and unserialize it SANITIZE : uses of ESAPI, an OWASP API construction : prepared query and no right verification
-
Safe sample input : execute a ls command using the function system, and put the last result in $tainted sanitize : use of ternary condition construction : prepared query and no right verification
-
Unsafe sample input : execute a ls command using the function system, and put the last result in $tainted sanitize : cast into int construction : prepared query and no right verification
-
Safe sample input : use shell_exec to cat /tmp/tainted.txt SANITIZE : uses indirect reference construction : right verification
-
Safe sample input : use shell_exec to cat /tmp/tainted.txt SANITIZE : use in_array to check if $tainted is in the white list construction : prepared query and right verification
-
Safe sample input : use shell_exec to cat /tmp/tainted.txt sanitize : use of ternary condition construction : right verification
-
Safe sample input : use shell_exec to cat /tmp/tainted.txt sanitize : cast into int construction : right verification
-
Safe sample input : get the UserData field of $_SESSION SANITIZE : uses of ESAPI, an OWASP API construction : prepared query and no right verification
-
Safe sample input : get the field UserData from the variable $_POST SANITIZE : use in_array to check if $tainted is in the white list construction : interpretation with simple quote
-
Safe sample input : Uses popen to read the file /tmp/tainted.txt using cat command SANITIZE : uses indirect reference construction : prepared query and right verification
-
Safe sample input : Uses popen to read the file /tmp/tainted.txt using cat command sanitize : use of ternary condition construction : right verification
-
Safe sample input : use fopen to read /tmp/tainted.txt and put the first line in $tainted SANITIZE : uses of ESAPI, an OWASP API construction : right verification
-
Safe sample input : use exec to execute the script /tmp/tainted.php and store the output in $tainted SANITIZE : uses indirect reference construction : prepared query and right verification
-
Safe sample input : use exec to execute the script /tmp/tainted.php and store the output in $tainted SANITIZE : use in_array to check if $tainted is in the white list construction : prepared query and no right verification
-
Safe sample input : backticks interpretation, reading the file /tmp/tainted.txt sanitize : cast into int construction : prepared query and right verification
-
Safe sample input : backticks interpretation, reading the file /tmp/tainted.txt sanitize : cast into int construction : right verification
-
CWE: 566 Authorization Bypass through SQL primary BadSource: user id taken from url parameter GoodSource: hardcoded user id Sinks: writeConsole BadSink : user authorization not checked Flow Variant: 73 Data flow: data passed in a LinkedList from one method to another in different source fil...
-
CWE: 566 Authorization Bypass through SQL primary BadSource: user id taken from url parameter GoodSource: hardcoded user id BadSink: writeConsole user authorization not checked Flow Variant: 05 Control flow: if(privateTrue) and if(privateFalse)
-
CWE: 566 Authorization Bypass through SQL primary BadSource: user id taken from url parameter GoodSource: hardcoded user id BadSink: writeConsole user authorization not checked Flow Variant: 03 Control flow: if(5==5) and if(5!=5)