Cyber Resilience

CVE-2023-39726

Mintty Project Mintty ≤ 3.6.4

Published
26 October 2023
Modified
21 November 2024
CVSS Score v3.1 9.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.010 61th percentile
Risk Priority 74 floored blend · peak EPSS

Summary

CVE-2023-39726 is a critical-severity Static Code Injection (CWE-96) vulnerability in Mintty Project Mintty. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Content Injection (T1659); ranked in the top 39% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

An issue in Mintty v.3.6.4 and before allows a remote attacker to execute arbitrary code via crafted commands to the terminal.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
T1027.009 Embedded Payloads Stealth
Adversaries may embed payloads within other files to conceal malicious content from defenses.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2025-1052Same product: Mintty Project Mintty
CVE-2025-57707Shared CWE-96
CVE-2024-13264Shared CWE-96
CVE-2025-36595Shared CWE-96
CVE-2024-13267Shared CWE-96
CVE-2024-13268Shared CWE-96
CVE-2024-13265Shared CWE-96
CVE-2024-0788Shared CWE-96
CVE-2024-32487Shared CWE-96
CVE-2025-7825Shared CWE-96

Affected Assets

mintty project
mintty
≤ 3.6.4

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)
  • V1.3.2

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-96

Eliminates the possibility of static code injection into saved executables by making the storage non-modifiable.

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-06 mostly match
prevents

Secure SDLC practices directly require input neutralization to block static code injection into templates, configs, or libraries.

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.

finds

Security testing in development and acceptance will detect static code injection but does not prevent it at the source.

prevents

Secure development life cycle mandates input validation and sanitization that directly prevents static code injection.

prevents

Application security requirements include rules for neutralizing untrusted input before it is stored in executable resources.

prevents

Secure architecture principles reduce injection surfaces but do not prescribe the specific neutralization techniques.

prevents

Secure coding explicitly requires proper neutralization of directives in templates, libraries and configuration files.

mitigates

Change management can catch unsafe code changes but does not enforce input neutralization.

References