CVE Catalog

CVE-2026-46394

HighCVSS 7.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.77%

51th percentile - higher than 51% of all known CVEs

Summary

HAX CMS prior to version 26.0.0 contains an OS command injection vulnerability in the Git.php library. The application constructs shell command strings using unsanitized input, allowing an attacker to execute arbitrary OS commands with the privileges of the web server.

Risk Assessment

Attackers can exploit this vulnerability for remote code execution, leading to complete system compromise. Combined with another vulnerability that allows configuration manipulation, the risk is heightened.

Recommendation

It is recommended to upgrade to version 26.0.0 or later to mitigate this vulnerability. A security audit of the application should also be conducted to identify other potential threats.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS