# Critical ABB T-MAC Plus Flaws Allow Privilege Escalation and Data Theft in Manufacturing Systems


## The Threat


ABB has disclosed four critical vulnerabilities in T-MAC Plus 4.0-24, a network management and configuration platform widely deployed across global manufacturing and critical infrastructure environments. The flaws enable authenticated attackers to escalate privileges to administrative levels, exfiltrate sensitive files, and inject persistent malicious code—all without elevated credentials.


The most severe issues center on broken access controls that allow low-privilege users (such as basic operators or customers) to execute administrative functions normally reserved for system administrators. Coupled with file disclosure and stored cross-site scripting (XSS) vulnerabilities, these flaws create a compound attack surface that could allow threat actors to move laterally across manufacturing networks, alter system configurations, or deploy persistent backdoors.


ABB T-MAC Plus is a centralized management platform used to administer, monitor, and configure ABB industrial equipment and systems globally. Its role in critical manufacturing environments—where uptime and security are paramount—makes these vulnerabilities particularly concerning. An attacker gaining administrative access could manipulate production schedules, alter safety configurations, or disrupt operations at scale.


## Severity and Impact


| Attribute | Details |

|-----------|---------|

| Affected Product | ABB T-MAC Plus 4.0-24 |

| Fixed Version | T-MAC Plus 4.0-25 |

| Highest CVSS Score | 9.9 (Critical) |

| Deployment Scope | Worldwide, critical manufacturing sector |

| Primary Attack Vector | Network (CVSS:3.1/AV:N/AC:L/PR:L) |


### Individual CVE Breakdown


| CVE ID | CWE | Type | CVSS | Severity | Details |

|--------|-----|------|------|----------|---------|

| CVE-2025-14771 | CWE-552 | File Disclosure | 9.9 | CRITICAL | Authenticated users exfiltrate files via crafted HTTP GET; affects confidentiality and integrity across system boundary (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H) |

| CVE-2025-14772 | CWE-639 | Authorization Bypass | 8.8 | HIGH | Low-privilege users perform administrative operations; scope limited to single system (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) |

| CVE-2025-14773 | CWE-79 | Stored XSS | TBD | HIGH | Authenticated users inject persistent malicious scripts; execution in context of other users' sessions |

| CVE-2025-14774 | Multiple | Multiple | TBD | HIGH | Additional vulnerability in 4.0-24; details pending |


## Affected Products


ABB T-MAC Plus:

  • Version 4.0-24 (all builds affected)

  • Status: Known affected as of advisory publication; fixes available in version 4.0-25.


    ## Mitigations


    ### Vendor Fix (Recommended)


    ABB strongly recommends upgrading to T-MAC Plus version 4.0-25 immediately. This version corrects all four reported vulnerabilities through:

  • Proper privilege enforcement across user roles (Admin, Customer, Operator, etc.)
  • Removal of IIS default site and file browsing functionality
  • Input sanitization to prevent XSS injection
  • Corrected access control logic for file operations

  • ### Interim Workarounds (if upgrade delayed)


    While patches should be applied at earliest convenience, organizations unable to upgrade immediately should implement these mitigations:


    1. Network Segmentation: Isolate T-MAC Plus behind a WAF or reverse proxy; restrict HTTP/HTTPS access to trusted administrative networks only.

    2. Disable File Browsing: If running on IIS, ensure directory browsing is explicitly disabled via IIS Manager or configuration audit.

    3. Role Verification: Audit current user accounts and privilege assignments; remove or restrict low-privilege user access if not operationally required.

    4. Web Application Firewall Rules: Deploy rules to block suspicious GET requests with file-path traversal patterns and monitor for XSS payloads in POST requests.

    5. Access Logging: Enable detailed HTTP access logging on the T-MAC Plus server; monitor for unusual administrative API calls from low-privilege accounts.


    ## References


  • ABB Security Advisory: Official CSAF (Common Security Advisory Framework) summary and detailed vendor advisory
  • CVE-2025-14771: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-14771
  • CVE-2025-14772: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-14772
  • CVE-2025-14773: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-14773
  • CWE-552 (Files or Directories Accessible to External Parties): https://cwe.mitre.org/data/definitions/552.html
  • CWE-639 (Authorization Bypass Through User-Controlled Key): https://cwe.mitre.org/data/definitions/639.html
  • CWE-79 (Cross-site Scripting): https://cwe.mitre.org/data/definitions/79.html

  • ---


    ## HackWire Analysis


    The T-MAC Plus vulnerabilities expose a recurring pattern in critical infrastructure management platforms: the conflation of convenience and security. Allowing low-privilege users to perform administrative functions via web interfaces fundamentally violates zero-trust principles and creates a persistent privilege-escalation highway.


    What makes this advisory particularly concerning is ABB's own acknowledgment that IIS misconfigurations—specifically file browsing enabled by default and a publicly exposed default site—were the root cause of CVE-2025-14771. This suggests the vulnerability existed not due to sophisticated attack logic, but because default hardening steps were skipped. In a manufacturing environment managing potentially critical processes, this represents a security posture gap that should trigger urgent audits across all ABB deployments.


    The compound nature of these flaws is the real story. An attacker need not exploit zero-days: basic authentication (often obtained through credential theft or phishing) grants access to escalate privileges via CVE-2025-14772, then exfiltrate configuration files or database credentials via CVE-2025-14771, then inject persistent backdoors via CVE-2025-14773 to maintain long-term access. This is a textbook lateral-movement playbook.


    Organizations operating T-MAC Plus should treat version 4.0-25 as a blocking dependency, not an optional patch. Given worldwide deployment and the critical manufacturing sector implications, ransomware operators and nation-state actors will certainly be testing these vulnerabilities against organizations that lag on updates. Network defenders should also audit other ABB products and similar third-party OT management platforms for similar misconfigurations; if T-MAC Plus had this gap, others likely do too.


    HackWire Editorial


    ## Related Coverage


  • Read more in our [Vulnerabilities](https://www.hackwire.news/category/vulnerabilities) coverage
  • Cross-reference with [Breaches](https://www.hackwire.news/category/breaches) and [Malware](https://www.hackwire.news/category/malware)
  • Stay current via the [HackWire homepage](https://www.hackwire.news/)