Cyber Resilience

CVE-2023-2186

Trianglemicroworks Scada Data Gateway ≤ 5.01.03

Published
07 June 2023
Modified
21 November 2024
CVSS Score v3.1 8.2
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
EPSS Score 0.0071 50th percentile
Risk Priority 63 floored blend · peak EPSS

Summary

CVE-2023-2186 is a high-severity Use of Externally-Controlled Format String (CWE-134) vulnerability in Trianglemicroworks Scada Data Gateway. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 50% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability Data

On Triangle MicroWorks' SCADA Data Gateway version <= v5.01.03, an unauthenticated attacker can send a specially crafted broadcast message including format string characters to the SCADA Data Gateway to perform unrestricted memory reads.An unauthenticated user can use this format string…

more

vulnerability to repeatedly crash the GTWWebMonitor.exe process to DoS the Web Monitor. Furthermore, an authenticated user can leverage this vulnerability to leak memory from the GTWWebMonitor.exe process. This could be leveraged in an exploit chain to gain code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-39460Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39459Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39467Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39468Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39466Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-2187Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39457Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39462Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39463Same product: Trianglemicroworks Scada Data Gateway
CVE-2023-39465Same product: Trianglemicroworks Scada Data Gateway

Affected Assets

trianglemicroworks
scada data gateway
≤ 5.01.03

Mitigating Controls

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 prevent external format strings via code review, static analysis, and safe APIs.

ID.RA-01 partial match
prevents

Vulnerability identification can discover existing format-string flaws but does not prevent their introduction.

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 can detect format-string vulnerabilities before release.

prevents

Secure SDLC mandates input validation and safe API usage that can prevent externally-controlled format strings.

prevents

Application security requirements can specify safe formatting functions and ban uncontrolled format strings.

prevents

Secure architecture principles discourage dangerous string-handling patterns that lead to format-string issues.

prevents

Secure coding standards directly forbid the use of untrusted format strings and prescribe safe alternatives.

References