Cyber Resilience

CVE-2025-58744

Exposed Creds in Milner Imagedirector Capture 7.0.9 – 7.6.3.25808

Published
20 January 2026
Modified
10 February 2026
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS: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
EPSS Score 0.0013 3th percentile
Risk Priority 31 floored blend · peak EPSS

Summary

CVE-2025-58744 is a medium-severity Use of Hard-coded Credentials (CWE-798) vulnerability in Milner Imagedirector Capture. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked at the 3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-6 (Configuration Settings) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-58744, published on 2026-01-20, is a Use of Default Credentials and Hard-coded Credentials vulnerability (CWE-798, CWE-1392) in the C2SGlobalSettings.dll component of Milner ImageDirector Capture on Windows. The flaw allows decryption of document archive files using credentials decrypted with a hard-coded application encryption key. It affects ImageDirector Capture versions from 7.0.9.0 before 7.6.3.25808 and has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).

Unauthenticated remote attackers can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation grants access to decrypt sensitive document archive files, leading to high confidentiality impact without affecting integrity or availability.

Mitigation involves upgrading to ImageDirector Capture version 7.6.3.25808 or later. Additional details are available in the advisory at https://sra.io/advisories.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Use of Default Credentials, Hard-coded Credentials vulnerability in C2SGlobalSettings.dll in Milner ImageDirector Capture on Windows allows decryption of document archive files using credentials decrypted with hard-coded application encryption key. This issue affects ImageDirector Capture: from 7.0.9.0 before 7.6.3.25808.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552.004 Private Keys Credential Access
Adversaries may search for private key certificate files on compromised systems for insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2024-6912Same product: Microsoft Windows
CVE-2023-31173Same product: Microsoft Windows
CVE-2024-28778Same product: Microsoft Windows
CVE-2024-52902Same product: Microsoft Windows
CVE-2026-65313Shared CWE-1392, CWE-798
CVE-2023-30801Shared CWE-1392, CWE-798
CVE-2025-35452Shared CWE-1392, CWE-798
CVE-2023-27573Shared CWE-1392, CWE-798
CVE-2026-45039Shared CWE-1392, CWE-798
CVE-2025-8530Shared CWE-1392, CWE-798

Affected Assets

milner
imagedirector capture
7.0.9 — 7.6.3.25808

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V13.2.1

Mitigating Controls (NIST 800-53 r5) AI

Secure configuration settings establish baselines that prohibit default credentials on system components.

Authenticator management requires secure distribution and handling of credentials, structurally discouraging hard-coded values.

Vulnerability scanning can discover default credentials after deployment but does not stop their introduction.

Cryptographic key management mandates proper establishment and handling instead of embedding keys in code.

Account management processes include assignment and control of initial account credentials, reducing the chance defaults remain active.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-01 full match
prevents

Hardened baselines and configuration management explicitly prohibit default credentials on deployed systems.

PR.AA-01 mostly match
prevents

Credential management processes directly require replacing or disabling default passwords and keys.

PR.AA-03 partial match
prevents

Authentication policies can enforce non-default credential strength but do not explicitly address initial deployment defaults.

PR.AA-02 none match
prevents

PR.AA-02 addresses human identity proofing and per-person credential issuance at enrollment; it has no bearing on whether developers embed static credentials in software.

PR.DS-01 none match
prevents

PR.DS-01 addresses encryption and integrity of stored data but never touches credential or key management practices, so it neither prevents hard-coded credentials nor removes any of their risk.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

The requirement to replace vendor default authentication information immediately after installation directly counters the use of default credentials that attackers commonly target.

prevents

Education on secure configuration practices discourages technical staff from embedding or relying on hard-coded credentials in systems and applications.

mitigates

Secure key-generation, distribution and storage procedures reduce the likelihood that hard-coded or default cryptographic keys will be introduced or left unprotected.

prevents

Explicit prohibition of hard-coded passwords and unauthenticated external services stops credentials from being embedded directly in source code.

prevents

Contractual requirements for secure coding practices and evidence of testing make it less likely that hard-coded credentials will be introduced or remain undetected in delivered code.

none

Requiring independent oversight and timely disabling of non-human identities makes it harder for hard-coded or long-lived credentials to remain exploitable.

References