# ABB Advant Master Online Builder Vulnerable to Local Code Execution via Uncontrolled DLL Search Path
## The Threat
ABB has disclosed a critical vulnerability affecting its Advant Master Online Builder component that could allow attackers to execute arbitrary code on affected industrial control systems. The flaw, tracked as CVE-2025-13162, stems from improper handling of the DLL search path during application startup—a classic local exploitation vector that has plagued Windows applications for decades.
The vulnerability resides in how the Online Builder (ONB) component loads dynamic-link libraries. An attacker with local access to an affected system could place a malicious DLL in an untrusted directory that the application searches before legitimate system or application directories. When the application starts, it loads the attacker's malicious library instead of the legitimate one, granting the attacker code execution at the privilege level of the user running the application.
For industrial facilities relying on ABB's Advant Master platform—a widely deployed automation and control system in manufacturing, utilities, and critical infrastructure—this represents a significant risk. While the vulnerability requires local system access and user interaction to exploit, compromising an operator workstation or engineering system could allow lateral movement into the broader control network or manipulation of industrial processes.
## Severity and Impact
| Attribute | Details |
|-----------|---------|
| CVE ID | CVE-2025-13162 |
| CVSS v3.1 Base Score | 4.4 (MEDIUM) |
| Severity Rating | MEDIUM |
| Attack Vector | Local (AV:L) |
| Attack Complexity | High (AC:H) |
| Privileges Required | Low (PR:L) |
| User Interaction | Required (UI:R) |
| Scope | Unchanged (S:U) |
| Integrity Impact | High (I:H) |
| Confidentiality Impact | None (C:N) |
| Availability Impact | None (A:N) |
| CVSS Vector | CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N |
| CWE | CWE-427 (Uncontrolled Search Path Element) |
## Affected Products
ABB Control Builder A
ABB 800xA for Advant Master
Note on versioning: Version 6.1.1-2 does not contain this vulnerability. However, ABB reintroduced the flaw in version 6.1.1-3 when an older, vulnerable version of the Online Builder component was bundled in the release media—a supply-chain quality control issue that underscores the importance of rigorous component versioning practices.
## Mitigations
Immediate Actions — Apply Security Updates
ABB has released patched versions addressing CVE-2025-13162:
If Immediate Patching Is Not Possible
Until systems can be patched, ABB recommends implementing compensating controls:
Organizations unable to patch or implement these controls should contact ABB Support for additional guidance and alternative remediation strategies.
## References
---
## HackWire Analysis
The Advant Master vulnerability highlights a persistent problem in industrial software supply chains: the reintroduction of known vulnerabilities through component versioning errors. ABB's own timeline is telling—version 6.1.1-2 shipped clean, but six months later, version 6.1.1-3 repackaged an older, vulnerable Online Builder build, effectively regressing the entire product line. This isn't a zero-day; it's an execution failure that exposes a gap in release engineering practices.
What makes this particularly concerning for critical infrastructure operators is the attack profile. Yes, exploitation requires local access—but in manufacturing and utility environments, "local access" is routine. Engineering contractors regularly connect laptops to control networks. Maintenance personnel walk into server rooms. Industrial facilities often prioritize operational continuity over air-gapping, meaning a compromised engineering workstation can pivot into the industrial network.
The CVSS score of 4.4 downplays the real-world risk. While confidentiality isn't impacted, the integrity impact is rated "High"—meaning an attacker could silently modify process logic, alter sensor readings, or corrupt control system configurations. In a power grid, water treatment facility, or manufacturing plant, that's a significant threat vector.
The targeting is also notable: ABB Advant Master is deployed globally across Fortune 500 companies in critical sectors. A determined adversary doesn't need a remote exploit when local supply-chain compromises, vendor maintenance access, or insider threats provide the initial foothold. This vulnerability turns that foothold into system compromise.
For defenders: patch aggressively and audit your physical access controls. For ABB and similar vendors: treat component versioning as part of your secure SDLC, not an afterthought. — *HackWire Editorial*
## Related Coverage