CVE-2026-34115 PUBLISHED

Guardian Language-System Unauthenticated OS Command Injection via id Parameter in transcribe_amazon.php

Assigner: VulnCheck
Reserved: 25.03.2026 Published: 01.07.2026 Updated: 01.07.2026

Guardian language-system passes the id GET parameter directly into a PHP exec() call in transcribe_amazon.php (line 15) without sanitization: exec(\"php jobs/transcribe_amazon.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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor guardian
Product language-system
Versions Default: affected
  • affected from 0 to e42c395ec4b03fe62973a669c9209a673838b8a4 (incl.)

Credits

  • philopentest finder

References

Problem Types

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