CVE-2025-63414: Php User Input Shell Exec Without Escapeshellarg
User-controlled HTTP input reaches a shell execution function without per-argument escaping. Applying escapeshellcmd() to the full command string is insufficient: it intentionally leaves '/' and '.' unescaped, enabling path traversal (CWE-22) and OS command injection (CWE-78). Each untrusted argument must be individually escaped with escapeshellarg(), or inp
greprules fetch cve-2025-63414-php-user-input-shell-exec-without-escapeshellarg --engine opengrepDescription
User-controlled HTTP input reaches a shell execution function without per-argument escaping. Applying escapeshellcmd() to the full command string is insufficient: it intentionally leaves '/' and '.' unescaped, enabling path traversal (CWE-22) and OS command injection (CWE-78). Each untrusted argument must be individually escaped with escapeshellarg(), or inp
Community feedback
0 rule-level signals from signed-in users.
- Useful reports
- 0
- Context false positives
- 0
- Metadata suggestions
- 0
Contextual precision
Aggregated from approved scan feedback. False-positive reports describe observed scan contexts, not a global rule verdict.
- Findings observed
- 0
- Projects
- 0
- Reporters
- 0
Precision details are collecting more signed-in reports before verdict counts or ratios are emphasized.
No approved finding verdicts yet.
No scan diagnostics reported yet.