Cyber Resilience

CVE-2025-58743

High

Published: 20 January 2026

Published
20 January 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score v4 7.2 CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:L/VA:H/SC:H/SI:H/SA:H/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.0001 1.6th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-58743 is a high-severity Use of a Broken or Risky Cryptographic Algorithm (CWE-327) vulnerability in Milner Imagedirector Capture. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Password Cracking (T1110.002); ranked at the 1.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-13 (Cryptographic Protection) and IA-5 (Authenticator Management).

Deeper analysis

CVE-2025-58743 is a Use of a Broken or Risky Cryptographic Algorithm vulnerability involving DES in the Password class within C2SConnections.dll of Milner ImageDirector Capture on Windows. This flaw enables encryption brute forcing to obtain database credentials and affects ImageDirector Capture versions from 7.0.9.0 before 7.6.3.25808. The issue is classified under CWE-327 with 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), indicating high confidentiality impact.

A remote attacker with network access can exploit this vulnerability without authentication, privileges, or user interaction due to low attack complexity. Successful exploitation allows brute forcing the weak DES encryption to recover database credentials, potentially enabling unauthorized access to sensitive data stored in the database.

Mitigation details are available in advisories at https://sra.io/advisories. Vulnerable installations should be upgraded to ImageDirector Capture version 7.6.3.25808 or later to address the issue.

EU & UK References

Vulnerability details

Use of a Broken or Risky Cryptographic Algorithm (DES) vulnerability in the Password class in C2SConnections.dll in Milner ImageDirector Capture on Windows allows Encryption Brute Forcing to obtain database credentials.This issue affects ImageDirector Capture: from 7.0.9.0 before 7.6.3.25808.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1110.002 Password Cracking Credential Access
Adversaries may use password cracking to attempt to recover usable credentials, such as plaintext passwords, when credential material such as password hashes are obtained.
Why these techniques?

Directly enables brute-force cracking of weak DES-encrypted credentials to recover database passwords.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-58744Same product: Microsoft Windows
CVE-2026-26219Shared CWE-327
CVE-2024-41763Same product: Microsoft Windows
CVE-2025-13916Same product: Microsoft Windows
CVE-2025-58741Same product: Milner Imagedirector Capture
CVE-2024-38320Same product: Microsoft Windows
CVE-2026-3598Same product: Microsoft Windows
CVE-2026-9932Same product: Microsoft Windows
CVE-2026-7994Same product: Microsoft Windows
CVE-2026-6311Same product: Microsoft Windows

Affected Assets

milner
imagedirector capture
7.0.9 — 7.6.3.25808

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires use of approved cryptographic algorithms and prohibits weak ones such as DES for protecting credentials.

prevent

Mandates cryptographic protection of information at rest, which would prevent storage of database credentials under a breakable DES scheme.

prevent

Requires secure management and storage of authenticators, precluding use of weak encryption that enables brute-force recovery of credentials.

References