Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-28517

CVE-2026-28517: openDCIM OS Command Injection Vulnerability

CVE-2026-28517 is an OS command injection flaw in openDCIM version 23.04 that allows attackers to execute arbitrary commands via the dot configuration parameter. This article covers technical details, impact, and mitigation.

Published: March 6, 2026

CVE-2026-28517 Overview

CVE-2026-28517 is a critical OS command injection vulnerability affecting openDCIM version 23.04 through commit 4467e9c4. The vulnerability exists in report_network_map.php, where the application retrieves the dot configuration parameter from the database and passes it directly to exec() without any validation or sanitization. If an attacker can modify the fac_Config.dot value in the database, arbitrary commands may be executed in the context of the web server process.

Critical Impact

This command injection vulnerability allows remote attackers to execute arbitrary OS commands on the underlying server with the privileges of the web server process, potentially leading to complete system compromise.

Affected Products

  • openDCIM version 23.04 (through commit 4467e9c4)

Discovery Timeline

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

Technical Details for CVE-2026-28517

Vulnerability Analysis

This vulnerability falls under CWE-78 (Improper Neutralization of Special Elements used in an OS Command), commonly known as OS Command Injection. The flaw stems from the application's failure to properly validate or sanitize user-controllable input before incorporating it into operating system commands.

The vulnerable code path exists in report_network_map.php, where the application reads the dot configuration parameter from the fac_Config database table. This value is then passed directly to PHP's exec() function without any input validation, output encoding, or command-line argument escaping. The dot parameter is intended to specify the path to the Graphviz dot binary for generating network topology diagrams.

An attacker who gains the ability to modify the database value—such as through a SQL injection vulnerability or direct database access—can inject malicious commands that will be executed with the privileges of the web server process (typically www-data or apache).

Root Cause

The root cause is improper input validation and missing sanitization of the fac_Config.dot configuration parameter before it is used in an exec() call. The application trusts database-stored configuration values without recognizing that these values could be manipulated by an attacker. This represents a failure to apply defense-in-depth principles, where even trusted data sources should be validated before use in security-sensitive operations like command execution.

Attack Vector

The attack requires the ability to modify the dot configuration value in the openDCIM database. This could be achieved through:

  1. Chained exploitation - Combining this vulnerability with a SQL injection flaw to modify the fac_Config table
  2. Compromised database credentials - Direct database access using stolen or weak credentials
  3. Insider threat - A malicious user with database write access

Once the attacker can set a malicious value for the dot parameter, they can inject shell metacharacters and additional commands. For example, setting the value to ; whoami # or /bin/bash -c "malicious_command" would result in arbitrary command execution when the report_network_map.php script is accessed.

The vulnerability is network-accessible and requires no user interaction once the malicious configuration is in place. Technical details and proof-of-concept information are available in the Chocapikk SQLi to RCE Post and the GitHub openDCIM Exploit repository.

Detection Methods for CVE-2026-28517

Indicators of Compromise

  • Unexpected modifications to the fac_Config table, particularly the dot parameter value
  • Web server process spawning unusual child processes such as reverse shells or data exfiltration tools
  • Suspicious entries in web server access logs accessing report_network_map.php with abnormal frequency
  • Evidence of shell metacharacters (;, |, &&, `, $()) in database configuration values

Detection Strategies

  • Monitor database audit logs for UPDATE queries targeting the fac_Config table
  • Implement file integrity monitoring on openDCIM PHP files and configuration
  • Deploy web application firewall (WAF) rules to detect command injection patterns in requests
  • Use endpoint detection and response (EDR) solutions to monitor for web server processes executing unexpected commands

Monitoring Recommendations

  • Enable detailed logging for PHP exec(), system(), and similar dangerous functions
  • Configure SIEM alerts for web server child process creation with suspicious command lines
  • Monitor network traffic from web servers for unusual outbound connections indicative of reverse shells
  • Review openDCIM application logs and database query logs for signs of SQL injection attempts

How to Mitigate CVE-2026-28517

Immediate Actions Required

  • Update openDCIM to a patched version that includes the fix from pull request #1664
  • Audit the fac_Config table for any unexpected or suspicious values in the dot parameter
  • Restrict database access permissions to prevent unauthorized modification of configuration tables
  • Implement network segmentation to limit access to the openDCIM application and its database

Patch Information

The openDCIM maintainers have addressed this vulnerability in pull request #1664. The specific code changes can be reviewed in the commit 8f7ab2a. Organizations should apply this patch immediately or upgrade to a version containing the fix. For additional technical context, refer to the VulnCheck advisory.

Workarounds

  • Validate and hardcode the path to the dot binary in the application configuration rather than retrieving it from the database
  • Implement database triggers or constraints to prevent modification of the dot configuration parameter
  • Run the web server with minimal privileges and in a sandboxed environment to limit the impact of command execution
  • Disable or restrict access to report_network_map.php if the network mapping feature is not required
bash
# Verify current dot configuration value in the database
mysql -u opendcim_user -p opendcim_db -e "SELECT * FROM fac_Config WHERE Parameter='dot';"

# Reset to safe default value if tampering is suspected
mysql -u opendcim_user -p opendcim_db -e "UPDATE fac_Config SET Value='/usr/bin/dot' WHERE Parameter='dot';"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpendcim

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.38%

  • 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-78
  • Technical References
  • Chocapikk SQLi to RCE Post

  • GitHub openDCIM Exploit

  • GitHub openDCIM Network Report Code

  • GitHub openDCIM Network Report Code

  • GitHub openDCIM Pull Request

  • GitHub openDCIM Pull Request Changes

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

  • CVE-2026-28515: openDCIM Auth Bypass 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