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-2019-25582

CVE-2019-25582: I-doit Information Disclosure Flaw

CVE-2019-25582 is an information disclosure vulnerability in I-doit CMDB 1.12 that enables authenticated attackers to download sensitive files. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2019-25582 Overview

CVE-2019-25582 is an arbitrary file download vulnerability affecting i-doit CMDB version 1.12. This flaw allows authenticated attackers to download sensitive files from the server by manipulating the file parameter in index.php. By crafting malicious GET requests with file_manager=image and supplying arbitrary file paths, attackers can retrieve configuration files containing database credentials, API keys, and other sensitive system data.

Critical Impact

Authenticated attackers can exfiltrate sensitive configuration files including src/config.inc.php, potentially exposing database credentials, encryption keys, and other critical system information that could lead to full system compromise.

Affected Products

  • i-doit CMDB version 1.12
  • i-doit Open Source edition 1.12

Discovery Timeline

  • 2026-03-21 - CVE-2019-25582 published to NVD
  • 2026-03-24 - Last updated in NVD database

Technical Details for CVE-2019-25582

Vulnerability Analysis

This arbitrary file download vulnerability exists due to improper input validation in the file manager functionality of i-doit CMDB. The application fails to properly sanitize user-supplied file paths when processing requests through the index.php endpoint. When an authenticated user sends a specially crafted request with the file_manager=image parameter, the application directly uses the supplied file path without adequate validation, allowing directory traversal sequences to access files outside the intended directory.

The vulnerability enables attackers to read any file on the server that the web application has permissions to access. Configuration files such as src/config.inc.php are particularly valuable targets as they typically contain database connection strings, authentication credentials, and application secrets.

Root Cause

The root cause of CVE-2019-25582 is insufficient input validation and path traversal protection in the file manager component. The application accepts arbitrary file paths through the request parameters without properly validating that the requested file resides within an authorized directory. This lack of proper input sanitization allows attackers to use directory traversal techniques (e.g., ../) to escape the intended file access boundaries and retrieve sensitive files from anywhere on the filesystem.

Attack Vector

The attack vector is network-based and requires authenticated access to the i-doit CMDB application. An attacker with valid credentials can exploit this vulnerability by sending crafted HTTP GET requests to the index.php endpoint.

The exploitation flow involves:

  1. Authenticating to the i-doit CMDB application with valid credentials
  2. Sending a GET request to index.php with the file_manager=image parameter
  3. Providing a malicious file path (e.g., src/config.inc.php) as the file parameter
  4. The server responds with the contents of the requested file

For detailed technical information and proof-of-concept details, refer to the Exploit-DB entry #46133 and the VulnCheck Advisory.

Detection Methods for CVE-2019-25582

Indicators of Compromise

  • Unusual GET requests to index.php containing file_manager=image parameter with suspicious file paths
  • Access attempts to configuration files such as config.inc.php, .htaccess, or system files like /etc/passwd
  • HTTP requests containing directory traversal sequences (../) in the file parameter
  • Abnormal authenticated user activity accessing file manager endpoints repeatedly

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing directory traversal patterns in file parameters
  • Monitor web server access logs for requests to index.php with file_manager=image and unusual file path values
  • Configure intrusion detection systems (IDS) to alert on path traversal attempts targeting known sensitive file locations
  • Establish baseline metrics for file manager access patterns and alert on deviations

Monitoring Recommendations

  • Enable verbose logging for the i-doit application to capture all file access requests with full parameter details
  • Set up real-time alerting for any access attempts to sensitive configuration files through web interfaces
  • Review authentication logs to identify potentially compromised accounts being used to exploit this vulnerability
  • Implement file integrity monitoring on critical configuration files to detect unauthorized access

How to Mitigate CVE-2019-25582

Immediate Actions Required

  • Restrict access to the i-doit CMDB application to trusted users and networks only
  • Implement network segmentation to limit exposure of the vulnerable application
  • Review and rotate any credentials stored in configuration files that may have been compromised
  • Apply web application firewall rules to block requests containing path traversal sequences

Patch Information

Organizations using i-doit CMDB version 1.12 should upgrade to a patched version that addresses this arbitrary file download vulnerability. Consult the official i-doit website for the latest security updates and upgrade guidance. Review the VulnCheck Advisory for additional remediation recommendations.

Workarounds

  • Implement strict input validation at the web server or reverse proxy level to block requests with suspicious file paths
  • Use .htaccess or server configuration to deny direct access to sensitive configuration files
  • Restrict file system permissions for the web server process to limit accessible files
  • Consider implementing additional authentication layers or IP-based access controls for the file manager functionality
bash
# Example Apache configuration to block access to sensitive files
<FilesMatch "\.(inc\.php|htaccess|htpasswd|config|conf)$">
    Require all denied
</FilesMatch>

# Example mod_rewrite rule to block path traversal attempts
RewriteEngine On
RewriteCond %{QUERY_STRING} (\.\./) [NC,OR]
RewriteCond %{QUERY_STRING} (config\.inc\.php) [NC]
RewriteRule .* - [F,L]

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechI Doit

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-434
  • Technical References
  • i-doit Open Source Download

  • Exploit-DB #46133

  • i-doit Official Website

  • VulnCheck Advisory on i-doit
  • Related CVEs
  • CVE-2019-25581: I-doit CMDB SQL 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