QSearchQSearch

CVE-2026-46394

HAX CMS helps manage microsite universe with PHP or NodeJs backends

Published: 2026-06-05 · Last updated: 2026-06-08

Severity and scoring

CWE
CWE-78

Description

HAX CMS helps manage microsite universe with PHP or NodeJs backends. Prior to version 26.0.0, an OS command injection vulnerability exists in the Git.php library of the HAXcms PHP backend. The application constructs shell command strings using unsanitized input and executes them via proc_open(). An attacker who can control parameters passed into Git operations can execute arbitrary OS commands with the privileges of the web server. Out of 17 functions that invoke shell commands only 1 function (`commit()`) correctly uses `escapeshellarg()`. When combined with another vulnerability that allows configuration manipulation, this issue can lead to full remote code execution and complete system compromise. Version 26.0.0 patches the issue.

Source: NVD

References

Related CVEs

Same CWE

  • CVE-2026-22313 The device has a webserver that exposes a REST API authenticated with a token on the management network (9.1 CRITICAL)
  • CVE-2026-44932 Passing of unsanitized strings from DHCP replies into the wicked dhcp client before wicked 0.6.79 could be used by attackers operating a ... (8.8 HIGH)
  • CVE-2026-12398 A command injection vulnerability was found in galaxy_ng (7.5 HIGH)
  • CVE-2026-5416 Due to the improper neutralization of special elements used in a name parameter a low privileged remote attacker can exploit a command in... (8.8 HIGH)
  • CVE-2026-12161 Improper input validation in the SSH Elevate Shell feature in Devolutions Remote Desktop Manager 2026.2.7 allows an authenticated user ... (8.8 HIGH)