All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-34117
CRITICALpublished 2026-07-01 17:16 UTC · 3 days ago · modified 2026-07-01 19:16 UTC
9.3
CVSS / 10
// description
Guardian language-system passes the id GET parameter directly into a PHP exec() call in text_to_subtitles.php (line 19) without sanitization: exec(\"php jobs/text_to_subtitles.php \".$login_session.\" \".$_GET['id'].\" ...\"). No authentication is required. An unauthenticated remote attacker can append shell metacharacters to execute arbitrary OS commands on the server.
// weaknesses (CWE)
- CWE-78