CVE-2026-28516 PUBLISHED

openDCIM <= 23.04 SQL Injection in Config::UpdateParameter

Assigner: VulnCheck
Reserved: 27.02.2026 Published: 27.02.2026 Updated: 27.02.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor openDCIM
Product openDCIM
Versions Default: unknown
  • affected from 0 to 23.04 (incl.)

Credits

  • Valentin Lobstein (Chocapikk) finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE