# ABB CoreSense Path Traversal Flaw Exposes Critical Infrastructure Systems to Unauthorized Access
## The Threat
ABB has disclosed a critical path traversal vulnerability affecting its CoreSense HM and CoreSense M10 monitoring platforms—industrial control systems deployed across global critical infrastructure. The flaw, tracked as CVE-2025-3465, allows unauthenticated attackers with local access to bypass directory restrictions and access sensitive files, potentially leading to complete system compromise.
The vulnerability stems from improper input validation in the file parameter handling of both CoreSense products. Rather than sanitizing user-supplied file paths, the systems allow traversal sequences (such as ../ notation) to escape restricted directories and access arbitrary files on the host machine. This classic path traversal attack vector, while well-understood, remains dangerous when deployed in mission-critical environments where sensitive operational data, configuration files, and credentials may be accessible.
For organizations operating in food and agriculture, commercial facilities, and critical manufacturing—sectors where CoreSense systems are actively deployed—this vulnerability represents a significant insider threat. An attacker with local system access, whether a disgruntled employee, contractor, or compromised workstation, can exfiltrate restricted directories without authentication. The exposed data could include system configurations, historical operational logs, and potentially authentication tokens or API credentials used to manage interconnected infrastructure.
## Severity and Impact
| Metric | Value |
|---|---|
| CVE Identifier | CVE-2025-3465 |
| CVSS v3.1 Score | 7.1 (HIGH) |
| CVSS Vector | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N |
| Attack Vector | Local (AV:L) |
| Attack Complexity | Low (AC:L) |
| Privileges Required | None (PR:N) |
| User Interaction | Not required (UI:N) |
| Scope | Changed (S:C) |
| Confidentiality Impact | High (C:H) |
| Integrity Impact | None (I:N) |
| Availability Impact | None (A:N) |
| CWE Classification | CWE-22: Improper Limitation of a Pathname to a Restricted Directory |
## Affected Products
ABB CoreSense HM
ABB CoreSense M10
The affected versions span multiple release branches, suggesting the vulnerability exists in a shared code component used across both product lines.
## Mitigations
Immediate Actions:
Detection and Response:
Long-Term Hardening:
## References
---
## HackWire Analysis
While path traversal vulnerabilities are textbook attack vectors, the significance of CVE-2025-3465 lies not in its novelty but in its deployment context. CoreSense systems monitor and manage critical operations in food production plants, manufacturing facilities, and agricultural infrastructure—environments where a single security breach can disrupt supply chains, contaminate products, or halt production at scale.
The vulnerability's requirement for local access might seem like a limiting factor, but this misunderstands the threat landscape in industrial environments. Unlike corporate IT networks where workstations are heavily locked down, manufacturing plants often run legacy Windows or Linux systems in operational technology (OT) networks where local access is far more accessible—especially to contractors, maintenance staff, or employees with physical access to facility networks. A single compromised workstation on the plant floor becomes a beachhead to exfiltrate operational logs, system configurations, and credentials.
The CVSS score of 7.1 reflects high confidentiality impact but zero integrity or availability impact, which is accurate for a read-only path traversal. However, this scoring can be deceptive: stolen configuration files and operational logs can enable lateral movement attacks, supply chain reconnaissance, or social engineering. For critical infrastructure operators, losing visibility into your own systems' operational history is itself a serious compromise.
The fact that both CoreSense HM and M10 share this vulnerability suggests a common architectural pattern across ABB's monitoring product line. Organizations running either product should assume other ABB systems may harbor similar issues. This is a good moment to conduct a broader security audit of deployed ABB systems and validate that local access controls are properly implemented across all instances.
— HackWire Editorial
---
## Related Coverage