Displaying test cases 11601 - 11625 of 113211 in total
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
-
Safe sample input : get the $_GET['userData'] in an array SANITIZE : uses indirect reference construction : prepared query and right verification
-
Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : cast into int construction : prepared query and right verification
-
Safe sample input : Get a serialize string in POST and unserialize it sanitize : use of ternary condition construction : prepared query and no 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 : interpretation with simple quote
-
Safe sample input : use proc_open to read /tmp/tainted.txt SANITIZE : uses indirect reference construction : right verification
-
Safe sample input : get the field UserData from the variable $_POST sanitize : use of ternary condition construction : prepared query and right verification
-
Unsafe sample input : get the field UserData from the variable $_POST sanitize : cast into int construction : interpretation with simple quote
-
Safe sample input : Uses popen to read the file /tmp/tainted.txt using cat command SANITIZE : uses of ESAPI, an OWASP API construction : interpretation with simple quote
-
Safe sample input : Uses popen to read the file /tmp/tainted.txt using cat command sanitize : use of ternary condition construction : prepared query and 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 : prepared query and right verification
-
Unsafe sample input : use fopen to read /tmp/tainted.txt and put the first line in $tainted sanitize : cast into int construction : interpretation with simple quote
-
Safe sample input : use exec to execute the script /tmp/tainted.php and store the output in $tainted SANITIZE : uses of ESAPI, an OWASP API construction : prepared query and right verification
-
Unsafe sample input : backticks interpretation, reading the file /tmp/tainted.txt sanitize : cast into int construction : prepared query and no right verification
-
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: 04 Control flow: if(PRIVATE_STATIC_FINAL_TRUE) and if(PRIVATE_STATIC_FINAL_FALSE)