The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-28515

CVE-2026-28515: openDCIM Auth Bypass Vulnerability

CVE-2026-28515 is an authentication bypass flaw in openDCIM 23.04 that allows unauthorized users to modify LDAP configuration settings. This article covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-28515 Overview

CVE-2026-28515 is a critical missing authorization vulnerability in openDCIM version 23.04, through commit 4467e9c4. The vulnerability exists in install.php and container-install.php, where the installer and upgrade handler expose LDAP configuration functionality without enforcing application role checks. This allows any authenticated user to access sensitive configuration functionality regardless of their assigned privileges. In deployments where REMOTE_USER is set without authentication enforcement, the endpoint may be accessible without any credentials, enabling unauthorized modification of application configuration.

Critical Impact

Unauthenticated or low-privileged attackers can modify critical LDAP and application configuration settings, potentially leading to complete application compromise, authentication bypass, or privilege escalation.

Affected Products

  • openDCIM version 23.04 (through commit 4467e9c4)
  • openDCIM installations using install.php for configuration
  • openDCIM deployments using container-install.php

Discovery Timeline

  • 2026-02-27 - CVE-2026-28515 published to NVD
  • 2026-03-02 - Last updated in NVD database

Technical Details for CVE-2026-28515

Vulnerability Analysis

This vulnerability is classified as CWE-862 (Missing Authorization). The core issue stems from the installer and container installation scripts (install.php and container-install.php) failing to implement proper authorization checks before allowing access to LDAP configuration functionality. When an application relies solely on authentication without proper authorization controls, any authenticated user—regardless of their role or privilege level—can access administrative functions that should be restricted.

The impact is particularly severe in environments where the REMOTE_USER environment variable is set without proper authentication enforcement at the web server level. In such configurations, an attacker may not need any credentials at all to access and modify critical application settings, including LDAP configuration parameters that control how users authenticate to the system.

Root Cause

The root cause is the absence of role-based access control (RBAC) checks in the install.php and container-install.php files. These scripts expose sensitive LDAP configuration endpoints without verifying whether the requesting user has administrative privileges. The vulnerable code paths at lines 420-434 in install.php and lines 421-435 in container-install.php process configuration changes without proper authorization gates. This represents a fundamental design flaw where installation/upgrade functionality remains accessible after initial deployment without appropriate access restrictions.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity. An attacker can directly access the vulnerable endpoints through standard HTTP requests. The attack does not require user interaction and can be performed by:

  1. Any authenticated user with minimal privileges accessing install.php or container-install.php
  2. Unauthenticated users in environments where REMOTE_USER authentication is misconfigured
  3. Attackers who can modify LDAP settings to redirect authentication to a malicious LDAP server they control

The vulnerability mechanism involves sending crafted HTTP requests to the installer endpoints. When these requests reach the LDAP configuration handlers, the application processes them without validating whether the user has administrative authority. This allows modification of authentication settings, potentially enabling the attacker to create backdoor accounts or redirect authentication flows. For detailed technical analysis and exploitation methodology, see the Chocapikk SQLi to RCE Post and the associated exploit repository.

Detection Methods for CVE-2026-28515

Indicators of Compromise

  • Unexpected HTTP requests to /install.php or /container-install.php from non-administrative IP addresses
  • Modifications to LDAP configuration settings without corresponding administrator activity
  • Authentication failures following unauthorized configuration changes
  • Web server access logs showing POST requests to installation scripts with LDAP-related parameters

Detection Strategies

  • Monitor web application logs for access attempts to install.php and container-install.php endpoints, especially from users without administrative roles
  • Implement file integrity monitoring on openDCIM configuration files to detect unauthorized LDAP setting changes
  • Configure web application firewalls (WAF) to alert on or block requests to installation endpoints in production environments
  • Review authentication logs for anomalous patterns that may indicate LDAP configuration tampering

Monitoring Recommendations

  • Enable verbose logging for the openDCIM application and correlate with web server access logs
  • Set up alerts for any access to installation scripts after initial deployment is complete
  • Monitor for changes to LDAP server addresses, bind credentials, or authentication parameters in the application database
  • Implement network-level monitoring for unexpected outbound connections to LDAP ports (389, 636)

How to Mitigate CVE-2026-28515

Immediate Actions Required

  • Restrict access to install.php and container-install.php at the web server level using authentication and IP-based access controls
  • Review and audit current LDAP configuration settings for any unauthorized modifications
  • Ensure REMOTE_USER authentication is properly enforced at the web server level and not blindly trusted by the application
  • Apply the security patch from Pull Request #1664 as soon as possible

Patch Information

The openDCIM maintainers have addressed this vulnerability in Pull Request #1664. The patch introduces proper authorization checks to ensure only users with administrative privileges can access LDAP configuration functionality in the installer and container installation scripts. The specific code changes can be reviewed in the PR commit changes. Organizations should update to the patched version immediately. For additional details, refer to the VulnCheck advisory.

Workarounds

  • Remove or rename install.php and container-install.php files after initial installation is complete
  • Implement web server-level access controls (e.g., Apache .htaccess or Nginx location blocks) to restrict access to installation scripts
  • Configure network segmentation to limit access to the openDCIM administrative interface to trusted management networks only
bash
# Apache configuration example - restrict access to install scripts
<FilesMatch "^(install|container-install)\.php$">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
    # Or deny all access after installation:
    # Require all denied
</FilesMatch>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpendcim

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.15%

  • Known ExploitedNo
  • 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-862
  • Technical References
  • Chocapikk SQLi to RCE Post

  • Chocapikk openDCIM Exploit

  • openDCIM Container Install Code

  • openDCIM Install Code Snippet

  • openDCIM Install Code Changes

  • openDCIM Pull Request #1664

  • openDCIM Pull Request #1664 Changes

  • VulnCheck openDCIM Advisory
  • Related CVEs
  • CVE-2026-28516: openDCIM SQL Injection Vulnerability

  • CVE-2026-28517: openDCIM OS Command Injection Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English