CVE-2026-2952

7.3

Vaelsys · V4 Platform

A remote OS command injection vulnerability exists in the Vaelsys V4 Platform due to improper input validation of the xajaxargs parameter within the tree_server.php script.

Executive summary

An unauthenticated remote command injection vulnerability in the Vaelsys V4 Platform allows attackers to execute arbitrary system commands, leading to full system compromise.

Vulnerability

This is an OS command injection vulnerability (CWE-78) occurring in the tree_server.php file. An unauthenticated attacker can inject malicious shell metacharacters into the xajaxargs array parameter to bypass input validation and execute arbitrary commands with the privileges of the web server process.

Business impact

Successful exploitation of this vulnerability grants an attacker remote code execution capabilities on the host server. This allows for total data exfiltration, the installation of persistent backdoors, and the potential for lateral movement into the internal network. While the CVSS score is 7.3, the ability for unauthenticated remote attackers to achieve persistent command execution poses a severe risk to organizational confidentiality, integrity, and availability.

Remediation

Immediate Action: As there is no official patch currently available from the vendor, administrators must restrict access to the /tree/tree_server.php endpoint via network segmentation or firewall rules to prevent unauthorized access.

Proactive Monitoring: Review web server access logs for suspicious POST requests to /tree/tree_server.php containing semicolon characters or shell commands within the xajaxargs parameter. Monitor the filesystem for unauthorized PHP files, particularly those created within the /opt/vaelsysV4/www/ directory.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block OS command injection patterns, specifically looking for common shell metacharacters such as semicolons and command redirection operators in POST body parameters.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the security researcher write-up linked in the reference data.

Analyst recommendation

Given the availability of a functional proof-of-concept and the critical nature of remote code execution, this vulnerability should be treated with high urgency. Organizations using the Vaelsys V4 Platform must implement strict network-level access controls immediately to block access to the vulnerable endpoint until a formal security update is provided by the vendor.

Sources

Originally found and disclosed by CW.Wong (VulDB User), per the CVE Program record.