CVE-2025-22608: Coolify Unsafe Shell Command Interpolation

Variables are interpolated into remote execution strings without proper sanitization. Weak `startsWith` validation doesn't prevent shell injection. Use `escapeshellarg()` or robust validations.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0PHPβ
greprules fetch cve-2025-22608-coolify-unsafe-shell-command-interpolation --engine opengrep

Description

Variables are interpolated into remote execution strings without proper sanitization. Weak `startsWith` validation doesn't prevent shell injection. Use `escapeshellarg()` or robust validations.