CVE-2022-43333
Description
Telenia Software s.r.l TVox before v22.0.17 was discovered to contain a remote code execution (RCE) vulnerability in the component action_export_control.php.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
2- Telenia Software s.r.l/TVoxdescription
- Range: <22.0.17
Patches
Vulnerability mechanics
Root cause
"The `pid` parameter passed to `action_export_control.php` is not validated and is concatenated directly into a PHP `exec()` call, allowing an attacker to inject arbitrary OS commands."
Attack vector
An unauthenticated attacker sends a crafted GET request to `/t-vox/manager/html/action_export_control.php` with a `pid` parameter that appends a malicious OS command using shell metacharacters [ref_id=1]. Because the file is externally accessible and requires no authentication, the attacker can execute arbitrary commands on the target server with the privileges of the `www-data` user [ref_id=1]. The advisory demonstrates chaining multiple requests to download a PHP web shell and then invoke it to achieve full remote code execution [ref_id=1].
Affected code
The vulnerable file is `/opt/telenia/tvox/php/siti/t-vox/t-vox/manager/html/action_export_control.php` [ref_id=1]. The advisory shows that the `pid` parameter from the user is appended directly to a PHP `exec()` call without any validation [ref_id=1].
What the fix does
No patch is included in the bundle. The advisory identifies the root cause as the lack of input validation on the `pid` parameter before it is passed to PHP's `exec()` function [ref_id=1]. The remediation would require sanitizing or validating the `pid` parameter to prevent shell metacharacter injection, and ideally avoiding the use of `exec()` with user-supplied input entirely [ref_id=1].
Preconditions
- networkAttacker must be able to reach the TVox Web Client over the network.
- authNo authentication is required; the endpoint is publicly accessible.
- inputAttacker must supply a crafted `pid` parameter containing shell metacharacters.
Reproduction
The advisory provides a proof of concept: send a GET request to `https://X.X.X.X/t-vox/manager/html/action_export_control.php` with a `pid` parameter that appends an OS command using shell metacharacters [ref_id=1]. The advisory shows that the attacker can chain multiple requests to upload a PHP web shell and then execute arbitrary commands via the web server [ref_id=1].
Generated on May 26, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
1News mentions
0No linked articles in our index yet.