CVE-2026-34106

Guardian language-system passes the id GET parameter directly into a PHP exec() call in subtitles.php (line 19) without sanitization: exec(\"php jobs/subtitle_rendering.php \".$login_session.\" \".$_GET['id'].\" ...\"). No authentication is required. An unauthenticated remote attacker can append shell metacharacters to the id parameter 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-34106

Mitre link : CVE-2026-34106

CVE.ORG link : CVE-2026-34106


JSON object : View

Products Affected

No product.

CWE
CWE-78

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