top of page
perceptive_background_267k.jpg

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_r…

Published:

30 juni 2026 om 22:00:00

Alert date:

1 juli 2026 om 18:08:11

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies, Zero-Day Vulnerabilities

CVE-2026-34106 is a critical unauthenticated OS command injection vulnerability in the Guardian language-system application. The vulnerability exists in subtitles.php at line 19, where the id GET parameter is passed unsanitized directly into a PHP exec() call. No authentication is required to exploit this flaw, making it accessible to any remote unauthenticated attacker. An attacker can append shell metacharacters to the id parameter to execute arbitrary operating system commands on the server. The vulnerable code pattern is: exec('php jobs/subtitle_rendering.php '.$login_session.' '.$_GET['id'].'...'). This represents a severe risk as it allows full server compromise without any prior access or credentials. The vulnerability has been documented on NVD, with additional advisories published on VulnCheck and a proof-of-concept available on GitHub Gist.

Technical details

Mitigation steps:

Affected products:

Guardian language-system

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Deze website toont informatie afkomstig van externe bronnen; Perceptive aanvaardt geen verantwoordelijkheid voor de juistheid, volledigheid of actualiteit van deze informatie.

bottom of page