🔍 Find the Vulnerability

Identify security vulnerabilities in code snippets and level up your cybersecurity skills!

Score: 0
Correct: 0
Total: 0
Accuracy: 0%
Easy Level
Time: 00:00

Analyze the following code and identify the security vulnerability:

$file = $_GET["file"]; include("uploads/" . $file);