All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-34113
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 speech_text.php (line 18) without sanitization: exec(\"php jobs/speech_audio_text.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