CVE-2026-28517
CriticalCVSS 9.8Exploitation Probability (EPSS)
Very high risk92th percentile - higher than 92% of all known CVEs
Summary
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.
Risk Assessment
An attacker who can modify the fac_Config.dot value in the database may execute arbitrary system commands in the context of the web server process, leading to full server compromise.
Recommendation
Immediately update openDCIM to a version containing the fix after commit 4467e9c4 or apply a workaround by strictly validating and sanitizing the 'dot' parameter before passing it to exec().
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.

