Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsStudyTraining
ProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Study
Training
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1327+ Articles
158+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2025-14771: ABB T-MAC Plus Critical File & Directory Exposure (CVSS 9.9)
CVE-2025-14771: ABB T-MAC Plus Critical File & Directory Exposure (CVSS 9.9)

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2025-14771

CVE-2025-14771: ABB T-MAC Plus Critical File & Directory Exposure (CVSS 9.9)

A CVSS 9.9 critical vulnerability in ABB T-MAC Plus v4.0-24 exposes internal files and directories to external parties, allowing unauthenticated attackers to access sensitive device data and potentially achieve full system compromise.

Dylan H.

Security Team

June 3, 2026
6 min read

Affected Products

  • ABB T-MAC Plus — version 4.0-24

CVE-2025-14771: ABB T-MAC Plus File and Directory Exposure

A near-maximum severity vulnerability tracked as CVE-2025-14771 has been disclosed affecting the ABB T-MAC Plus industrial device. With a CVSS v3.1 score of 9.9 (Critical), the flaw falls under CWE-552 (Files or Directories Accessible to External Parties), allowing unauthenticated remote attackers to access internal files and directories on the device — a severe risk in operational technology (OT) and industrial automation environments.

The vulnerability affects T-MAC Plus version 4.0-24 and was published to the NIST National Vulnerability Database on June 3, 2026.


Vulnerability Overview

AttributeValue
CVE IDCVE-2025-14771
CVSS Score9.9 (Critical)
CWE ClassificationCWE-552 — Files or Directories Accessible to External Parties
Affected ProductABB T-MAC Plus v4.0-24
Attack VectorNetwork
Authentication RequiredNone (unauthenticated)
Primary ImpactUnauthorized file and directory access
VendorABB (ASEA Brown Boveri)
SourceNVD / NIST

Technical Details

About ABB T-MAC Plus

The ABB T-MAC Plus is an industrial motor control and protection relay used in electrical distribution and process automation environments. T-MAC devices are deployed in utilities, manufacturing plants, oil and gas facilities, and data center power infrastructure to provide overcurrent protection, motor management, and communication with supervisory control systems.

The network-accessible management interface of these devices allows remote configuration and monitoring — and it is this interface that exposes the CWE-552 file disclosure vulnerability.

Root Cause

CWE-552 describes a scenario where files or directories intended to be private are made accessible to network-based parties without authentication. In the context of the T-MAC Plus, this likely manifests as:

  • A web server or file transfer service that does not enforce authentication before serving file system content
  • Missing or improperly implemented access controls on the device's HTTP/FTP/TFTP management interface
  • Directory traversal capability allowing requests to escape the intended document root

An unauthenticated remote attacker on the same network segment (or, if the device is internet-facing, from the internet) can request internal files such as:

  • Device configuration files containing SCADA/DCS network parameters, relay settings, and communication credentials
  • Firmware components enabling reverse engineering for further vulnerabilities
  • Stored credentials used for upstream communication with control systems
  • Private key material or certificates for encrypted management sessions

Exploitation Path

Attacker (network-accessible to T-MAC Plus management interface)
  → HTTP/FTP request to device without authentication
    → No access control enforced
      → Internal files and directories served directly
        → Configuration files, credentials, firmware extracted
          → Pivot into connected ICS/OT infrastructure

The CVSS score of 9.9 indicates an essentially complete confidentiality, integrity, and availability impact with no authentication required and a network attack vector — placing this vulnerability at the extreme end of severity for ICS device flaws.


Impact Assessment

Impact AreaDescription
Configuration ExposureRelay protection settings, network topology, and communication parameters disclosed
Credential TheftStored usernames, passwords, and shared secrets for SCADA/DCS integration exposed
Firmware ExtractionFull firmware image accessible for offline vulnerability research or cloning
Network MappingDevice file system may reveal upstream SCADA/HMI addresses and network configuration
Lateral MovementStolen credentials enable pivoting to SCADA systems, historians, and engineering workstations
Physical Process RiskCompromised protection relay configuration could lead to unprotected motor operations

ABB T-MAC Plus devices protect electrical motors and distribution equipment. In a worst-case exploitation scenario, an attacker extracting and modifying device configurations could disable overcurrent protection or alter trip thresholds, creating conditions for equipment damage or electrical hazards.


Affected Systems

ProductVersionStatus
ABB T-MAC Plus4.0-24Affected

Organizations should contact ABB Product Security and monitor the ABB Cybersecurity Advisory Portal for patch availability and official mitigation guidance. ICS patches are typically coordinated through CISA ICS-CERT advisories.


Remediation

Immediate Actions

  1. Apply ABB security patches — Monitor ABB's official security advisory portal and CISA ICS-CERT for patch releases specific to T-MAC Plus v4.0-24:

    • ABB Cybersecurity Advisory Portal: new.abb.com/support/cybersecurity
    • CISA ICS-CERT Advisories: cisa.gov/ics-advisories
  2. Network isolation — If the T-MAC Plus does not require direct network access from untrusted segments, isolate it behind firewalls:

    # Block T-MAC Plus management ports from non-administrative hosts
    # Common management ports: 80/TCP (HTTP), 21/TCP (FTP), 23/TCP (Telnet), 443/TCP (HTTPS)
    iptables -A INPUT -p tcp -m multiport --dports 80,21,23,443 \
      -s <ot-management-subnet> -j ACCEPT
    iptables -A INPUT -p tcp -m multiport --dports 80,21,23,443 -j DROP
    
  3. Disable unused management interfaces — If TFTP, FTP, or Telnet services are not required, disable them through the device's configuration interface.

  4. Change default credentials — Even before patching, change all default usernames and passwords on T-MAC Plus devices. Many ICS devices ship with well-known defaults that are commonly targeted.

  5. Audit network exposure — Run a network scan to identify T-MAC Plus devices accessible from unexpected network segments:

    nmap -p 80,21,23,443 <ot-subnet-range> --open
  6. Review audit logs — If the T-MAC Plus supports logging, review for unauthorized file access attempts prior to patching.

Defense-in-Depth for OT Environments

Priority 1: Patch or apply vendor mitigations as soon as available
Priority 2: Network segmentation — OT devices must not be internet-accessible
Priority 3: Unidirectional security gateways for data flows from OT to IT
Priority 4: ICS-specific IDS/IPS (e.g., Claroty, Dragos, Nozomi) monitoring
Priority 5: Asset inventory — know every T-MAC Plus on your network
Priority 6: Incident response plan for ICS device compromise scenarios

ICS Security Context

Near-maximum CVSS scores in industrial control system devices are particularly alarming because:

ChallengeImplication
Long patch cyclesICS devices may remain unpatched for months or years
Availability priorityProtection relays cannot simply be rebooted mid-production
Physical consequencesMotor protection settings affect physical safety of equipment
Legacy protocolsDevices may use Modbus, DNP3, or IEC 61850 with minimal security
Internet exposureMany ICS devices are inadvertently internet-accessible via Shodan

CISA's Known Exploited Vulnerabilities (KEV) catalog and the ICS-CERT advisory feed are the primary channels for tracking active exploitation of vulnerabilities like CVE-2025-14771 in operational technology environments.


Key Takeaways

  1. CVE-2025-14771 is a CVSS 9.9 critical CWE-552 vulnerability in ABB T-MAC Plus v4.0-24 — no authentication required for exploitation
  2. Attackers can extract configuration files, credentials, and firmware via unauthenticated file system access on the management interface
  3. T-MAC Plus devices protect industrial motors and electrical distribution equipment — compromise carries physical safety implications
  4. Immediate action: isolate affected devices from untrusted networks pending ABB patch release
  5. Monitor ABB's Cybersecurity Advisory Portal and CISA ICS-CERT for official remediation guidance

Sources

  • CVE-2025-14771 — NIST NVD
  • ABB Cybersecurity Advisories
  • CISA ICS-CERT Advisories
  • CWE-552: Files or Directories Accessible to External Parties
#CVE-2025-14771#ABB#T-MAC Plus#ICS Security#OT Security#File Exposure#Critical#CVSS 9.9#NVD#CWE-552

Related Articles

CVE-2026-35075: Hardcoded Default Password in Firmware Enables Full Device Takeover (CVSS 9.8)

A CVSS 9.8 critical vulnerability allows unauthenticated remote attackers to recover a default hardcoded password from a firmware image, granting full administrative access to all affected devices without any exploitation complexity.

8 min read

CVE-2026-5433: Honeywell CNM Critical Command Injection RCE

A CVSS 9.1 critical command injection vulnerability in Honeywell's Control Network Module web interface allows remote attackers to execute arbitrary...

6 min read

CVE-2026-4035: MLflow AI Gateway Credential Exfiltration via Env Variable Resolution

A CVSS 9.1 critical flaw in MLflow AI Gateway allows server-side environment variables in api_key fields to be resolved and exfiltrated to attacker-controlled endpoints in versions prior to 3.11.0.

6 min read
Back to all Security Alerts