CVE-2026-28517
OS Command Injection in openDCIM report_network_map.php
Publication date: 2026-02-27
Last updated on: 2026-05-12
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| opendcim | opendcim | 23.04 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in openDCIM version 23.04 up to commit 4467e9c4. It is an OS command injection flaw found in the report_network_map.php file. The application takes the 'dot' configuration parameter from the database and passes it directly to the exec() function without any validation or sanitation. If an attacker can modify the fac_Config.dot value, they can execute arbitrary commands on the server with the privileges of the web server process.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary operating system commands on the server running openDCIM. This could lead to unauthorized access, data theft, data modification, service disruption, or complete system compromise depending on the commands executed and the privileges of the web server process.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know