CVE Catalog

CVE-2026-28517

Critical
Published: Translated: NVD NIST

Summary

openDCIM version 23.04 contains an OS command injection vulnerability in report_network_map.php. The application retrieves the 'dot' configuration parameter from the database and passes it directly to exec() without validation.

Risk Assessment

An attacker who can modify the fac_Config.dot value may execute arbitrary commands in the context of the web server process, posing a significant security risk.

Recommendation

It is recommended to implement validation and sanitization of input data before using it in the exec() function. Access to modify the fac_Config.dot value should also be restricted.

Original NVD description (English source)

openDCIM version 23.04, through commit 4467e9c4, contains an OS command injection vulnerability in report_network_map.php. The application retrieves the 'dot' configuration parameter from the database and passes it directly to exec() without validation or sanitization. If an attacker can modify the fac_Config.dot value, arbitrary commands may be executed in the context of the web server process.

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