CVE-2026-34117

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.
Configurations

No configuration.

History

01 Jul 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-01 17:16

Updated : 2026-07-14 19:17


NVD link : CVE-2026-34117

Mitre link : CVE-2026-34117

CVE.ORG link : CVE-2026-34117


JSON object : View

Products Affected

No product.

CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')