CVE-2026-34116
Deferred Deferred - Pending Action

Command Injection in Guardian Language-System

Vulnerability report for CVE-2026-34116, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-01

Last updated on: 2026-07-14

Assigner: VulnCheck

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-01
Last Modified
2026-07-14
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-20
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
guardian language-system to commit_e42c395 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-34116 is an unauthenticated OS command injection vulnerability in the Guardian Language-System's transcribe.php file. The vulnerability arises because the 'id' GET parameter is passed directly into a PHP exec() call without any sanitization or validation. This allows a remote attacker to append shell metacharacters to the 'id' parameter and execute arbitrary operating system commands on the server.

Detection Guidance

This vulnerability can be detected by testing the 'id' GET parameter in the transcribe.php endpoint for command injection. Since the parameter is passed directly to a PHP exec() call without sanitization, injecting shell metacharacters can reveal if arbitrary commands are executed.

A common detection method is to send crafted HTTP requests to the vulnerable endpoint with payloads that include shell metacharacters and observe the server's response or behavior.

  • Use curl or similar tools to send requests with injected commands, for example: curl "http://target/transcribe.php?id=1;id"
  • Check for command execution results in the response, such as output from the 'id' command or other injected commands.
  • Monitor server logs for unusual command execution or errors triggered by injected payloads.
Impact Analysis

This vulnerability can have severe impacts as it allows an unauthenticated remote attacker to execute arbitrary OS commands on the affected server. This can lead to full system compromise, unauthorized data access, data modification or deletion, disruption of services, and potentially the attacker gaining persistent control over the system.

Compliance Impact

The provided information does not specify how this vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.

Mitigation Strategies

The vulnerability exists because the 'id' GET parameter is passed directly into a PHP exec() call without sanitization, allowing unauthenticated remote attackers to execute arbitrary OS commands.

Immediate mitigation steps include restricting access to the vulnerable transcribe.php file, applying input validation or sanitization on the 'id' parameter to prevent shell metacharacter injection, and updating or patching the Guardian Language-System to a version that fixes this issue.

Since no authentication is required to exploit this vulnerability, it is critical to address it promptly to prevent remote code execution.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-34116. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart