CVE-2026-28515
Missing Authorization in openDCIM Installer Allows Unauthorized Config Changes
Publication date: 2026-02-27
Last updated on: 2026-03-10
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-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
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 and involves missing authorization checks in the install.php and container-install.php files.
Specifically, the installer and upgrade handler expose LDAP configuration functionality without enforcing application role checks, meaning any authenticated user can access and modify this functionality regardless of their assigned privileges.
In some deployments where REMOTE_USER is set without proper authentication enforcement, this endpoint may even be accessible without credentials, allowing unauthorized users to modify application configuration.
How can this vulnerability impact me? :
This vulnerability can allow unauthorized users to modify critical application configurations related to LDAP settings.
Such unauthorized modifications can lead to security breaches, including unauthorized access, privilege escalation, or disruption of authentication mechanisms.
In environments where REMOTE_USER is set without authentication enforcement, attackers might exploit this vulnerability without needing any credentials.
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