| 제목 | Vaelsys Vaelsys V4 4.1.0 Command Injection / Remote Code Execution |
|---|
| 설명 | A critical vulnerability has been identified in the Vaelsys V4 Platform v4.1.0, which allows for Unauthenticated Remote Code Execution (RCE) via the tree_server.php endpoint. The flaw exists due to improper neutralization of special elements used in an OS command ('OS Command Injection') within the xajaxargs[] parameter.
The vulnerability resides in the backend processing of the execute_DataObjectProc function. When the application handles a request to set the system timezone (setSystemTimezone), it fails to properly sanitize the input passed within the <v> tag of the xjxobj structure.
Specifically, the application takes the user-supplied string and concatenates it directly into a system-level shell command (likely using PHP functions such as system(), exec(), or shell_exec()). By injecting shell metacharacters such as a semicolon (;), an attacker can terminate the intended command and append arbitrary OS commands.
An attacker can trigger this vulnerability by sending a crafted POST request to /tree/tree_server.php. For example, using the payload:
; echo '<?php echo "helloworld";?>' > /opt/vaelsysV4/www/23.php; #
The system executes the injected command, creating a persistent PHP webshell in the web root. Subsequent access to /23.php confirms successful code execution under the privileges of the web server user (e.g., nginx) |
|---|
| 원천 | ⚠️ https://github.com/CVE-Hunter-Leo/CVE/issues/10 |
|---|
| 사용자 | CW.Wong (UID 88449) |
|---|
| 제출 | 2026. 02. 10. AM 07:59 (4 개월 ago) |
|---|
| 모더레이션 | 2026. 02. 21. PM 10:06 (12 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 347318 [Vaelsys VaelsysV4 까지 4.1.0.20201125 Web interface /tree/tree_server.php xajaxargs 권한 상승] |
|---|
| 포인트들 | 20 |
|---|