Skip to content

Disable insecure eval() & system() calls in upload.php#15

Open
zeropath-ai[bot] wants to merge 1 commit intomainfrom
zvuln_fix_33fedecc
Open

Disable insecure eval() & system() calls in upload.php#15
zeropath-ai[bot] wants to merge 1 commit intomainfrom
zvuln_fix_33fedecc

Conversation

@zeropath-ai
Copy link
Copy Markdown

@zeropath-ai zeropath-ai Bot commented Mar 12, 2026

upload.php directly evaluates and executes attacker-supplied input: eval($_GET['XSS']) allows arbitrary PHP code execution, and system($_GET['cmd']) executes arbitrary OS commands. Both are unauthenticated RCE vulnerabilities reachable via query parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants