CVE Catalog

CVE-2026-28516

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.97%

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

Summary

openDCIM version 23.04 up to commit 4467e9c4 contains a SQL injection vulnerability in Config::UpdateParameter. The install.php and container-install.php handlers pass user-supplied input directly into SQL statements without prepared statements or proper input sanitation. An authenticated user can execute arbitrary SQL statements against the underlying database.

Risk Assessment

An attacker with system access can read, modify, or delete database records, compromising the confidentiality and integrity of data center infrastructure management data.

Recommendation

Immediately update openDCIM to a patched version or apply a temporary fix by using prepared statements in Config::UpdateParameter and validating all user input.

Other vulnerabilities in openDCIM

See all
Original NVD description (English source)

openDCIM version 23.04, through commit 4467e9c4, contains a SQL injection vulnerability in Config::UpdateParameter. The install.php and container-install.php handlers pass user-supplied input directly into SQL statements using string interpolation without prepared statements or proper input sanitation. An authenticated user can execute arbitrary SQL statements against the underlying database.

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