VYPR

Guardian Language-System

by Guardian Language System

CVEs (3)

  • CVE-2026-34101HigJul 1, 2026
    risk 0.57cvss 8.8epss 0.00

    Guardian language-system passes the id GET parameter directly into an unsanitized SQL query in text_file.php (line 17): SELECT id, filename, extension, type, duration, owner, private FROM files where id = '\".$_GET['id'].\"'. An authenticated attacker can perform error-based SQL…

  • CVE-2026-34117CriJul 1, 2026
    risk 0.00cvss 9.8epss 0.01

    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…

  • CVE-2026-34106CriJul 1, 2026
    risk 0.00cvss 9.8epss 0.01

    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…