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-2025-58744

CVE-2025-58744: ImageDirector Capture Auth Bypass Flaw

CVE-2025-58744 is an authentication bypass vulnerability in Milner ImageDirector Capture caused by hard-coded credentials that allow decryption of document archives. This article covers technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-58744 Overview

CVE-2025-58744 is a hardcoded credentials vulnerability affecting Milner ImageDirector Capture on Windows systems. The vulnerability exists within the C2SGlobalSettings.dll component and allows attackers to decrypt document archive files by exploiting credentials that can be decrypted using a hard-coded application encryption key embedded in the software.

Critical Impact

Attackers with local access can leverage hard-coded encryption keys to decrypt sensitive document archives, potentially exposing confidential business information stored within the ImageDirector Capture system.

Affected Products

  • Milner ImageDirector Capture versions 7.0.9.0 through 7.6.3.25808 (exclusive)
  • Windows installations with C2SGlobalSettings.dll component

Discovery Timeline

  • 2026-01-20 - CVE-2025-58744 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2025-58744

Vulnerability Analysis

This vulnerability stems from a fundamental cryptographic implementation flaw classified under CWE-798 (Use of Hard-coded Credentials). The C2SGlobalSettings.dll component contains an embedded encryption key that is used to protect credentials within the application. Because this key is static and stored within the application binary, any attacker who obtains access to the DLL can extract the key and subsequently decrypt credential data.

The attack requires local access to the affected Windows system, meaning an attacker must first compromise the host through other means or have legitimate access to the machine. Once local access is achieved, the attacker can analyze the DLL to extract the hard-coded encryption key, then use this key to decrypt stored credentials and subsequently access protected document archive files.

Root Cause

The root cause is the improper implementation of credential protection within the ImageDirector Capture application. Rather than using secure key management practices such as hardware security modules, operating system credential stores, or per-installation unique keys, the developers embedded a static encryption key directly into the C2SGlobalSettings.dll binary. This approach violates secure coding principles as it assumes the confidentiality of the encryption key based solely on binary obfuscation.

Attack Vector

The attack vector for CVE-2025-58744 is local, requiring the attacker to have access to the Windows system where ImageDirector Capture is installed. The exploitation process involves:

  1. Gaining local access to a system running a vulnerable version of ImageDirector Capture
  2. Locating and extracting the C2SGlobalSettings.dll component
  3. Reverse engineering the DLL to identify the hard-coded encryption key
  4. Using the extracted key to decrypt stored credentials
  5. Leveraging decrypted credentials to access and decrypt document archive files

The vulnerability requires no authentication or user interaction once local access is obtained. The attacker can achieve high confidentiality impact by gaining access to potentially sensitive document archives. For additional technical information, refer to the SRA Security Advisory.

Detection Methods for CVE-2025-58744

Indicators of Compromise

  • Unexpected access to or modification of C2SGlobalSettings.dll files
  • Anomalous process activity attempting to read or extract data from ImageDirector Capture installation directories
  • Unauthorized decryption or access to document archive files outside normal business operations
  • Evidence of reverse engineering tools or debuggers targeting ImageDirector Capture components

Detection Strategies

  • Monitor file access events targeting C2SGlobalSettings.dll and related configuration files
  • Implement application whitelisting to detect unauthorized processes accessing ImageDirector Capture components
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious binary analysis activity
  • Audit user access to systems hosting ImageDirector Capture installations

Monitoring Recommendations

  • Enable detailed Windows Security Event logging for file access to ImageDirector Capture installation directories
  • Configure alerts for any non-standard access patterns to document archive storage locations
  • Implement behavioral analysis for processes interacting with cryptographic operations in ImageDirector Capture
  • Review access logs regularly for unauthorized local access to affected systems

How to Mitigate CVE-2025-58744

Immediate Actions Required

  • Upgrade Milner ImageDirector Capture to version 7.6.3.25808 or later to remediate the hard-coded credentials vulnerability
  • Restrict local access to systems running ImageDirector Capture to only authorized personnel
  • Audit all document archives for unauthorized access that may have occurred prior to patching
  • Implement network segmentation to isolate systems containing sensitive document archives

Patch Information

Milner has addressed this vulnerability in ImageDirector Capture version 7.6.3.25808. Organizations running affected versions (7.0.9.0 through versions prior to 7.6.3.25808) should upgrade immediately. The patch replaces the hard-coded encryption key mechanism with a more secure credential management implementation. Consult the SRA Security Advisory for additional guidance.

Workarounds

  • Restrict physical and remote access to systems hosting ImageDirector Capture installations
  • Implement additional access controls and monitoring around document archive storage locations
  • Consider encrypting document archives at the file system level using separate key management systems
  • Deploy endpoint protection solutions capable of detecting unauthorized access to sensitive DLL components
bash
# Verify installed ImageDirector Capture version
# Check the version of C2SGlobalSettings.dll in the installation directory
wmic datafile where "name='C:\\Program Files\\Milner\\ImageDirector Capture\\C2SGlobalSettings.dll'" get version

# Restrict access to ImageDirector Capture installation directory
icacls "C:\Program Files\Milner\ImageDirector Capture" /inheritance:r /grant:r "BUILTIN\Administrators:(OI)(CI)F" /grant:r "NT AUTHORITY\SYSTEM:(OI)(CI)F"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMilner Imagedirector Capture

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/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-798
  • Technical References
  • SRA Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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