DLL Hijacking Vulnerabilities in Rockwell Automation Redundancy Module Configuration Tool
Rockwell Automation Redundancy Module Configuration Tool versions 9.x and 10.00.00 are vulnerable to DLL hijacking, potentially allowing local privilege escalation to SYSTEM level.
CVE search metadata
CVE search record: CVE-2026-9633. KEV: no. Product: Redundancy Module Configuration Tool (10.00.00), Redundancy Module Configuration Tool (>=9.00.00 and <=10.00.00). Brief: DLL Hijacking Vulnerabilities in Rockwell Automation Redundancy Module Configuration Tool. Brief link: https://feed.craftedsignal.io/briefs/2026-09-rockwell-redundancy-tool-vulnerabilities/
CVE search record: CVE-2026-9634. KEV: no. Product: Redundancy Module Configuration Tool (10.00.00), Redundancy Module Configuration Tool (>=9.00.00 and <=10.00.00). Brief: DLL Hijacking Vulnerabilities in Rockwell Automation Redundancy Module Configuration Tool. Brief link: https://feed.craftedsignal.io/briefs/2026-09-rockwell-redundancy-tool-vulnerabilities/
Rockwell Automation has disclosed two local privilege escalation vulnerabilities (CVE-2026-9633 and CVE-2026-9634) affecting the Redundancy Module Configuration Tool. The vulnerabilities arise from insecure directory permissions in the system path. Because the RM3ConfigTool.exe and RMConfigTool.exe binaries perform insecure library loading by searching for required DLLs in locations writable by standard users, a local attacker can plant a malicious DLL. When an administrator subsequently executes the tool, the malicious library is loaded into the elevated process context, resulting in code execution with Administrator or SYSTEM privileges. These vulnerabilities are limited to local exploitation and require a user with standard privileges to perform the initial file placement. Users are advised to upgrade to version 10.01.00 immediately.
Attack Chain
- Attacker gains local access to the Windows workstation where the Redundancy Module Configuration Tool is installed.
- Attacker identifies a directory in the system PATH that is writable by non-administrator users.
- Attacker crafts a malicious DLL that mimics the name of a library required by the target application (RM3ConfigTool.exe or RMConfigTool.exe).
- Attacker writes the malicious DLL to the identified writable directory.
- An administrator account logs onto the system or initiates the configuration tool.
- The target application performs a DLL search and loads the malicious library from the attacker-controlled location.
- Malicious code executes within the context of the elevated process (SYSTEM or Administrator).
Impact
Successful exploitation allows a local, non-privileged attacker to escalate privileges to Administrator or SYSTEM level on the host system. This could lead to full system compromise, exfiltration of sensitive configuration data, or manipulation of industrial control processes if the workstation has direct access to operational technology (OT) networks. These vulnerabilities affect critical manufacturing environments globally.
Recommendation
- Upgrade to Redundancy Module Configuration Tool version 10.01.00 immediately to remediate CVE-2026-9633 and CVE-2026-9634.
- Implement strict access control lists (ACLs) on system directories to ensure standard users cannot write files to locations that influence application search paths.
- Deploy Sysmon to monitor for unexpected DLL loads from non-standard or user-writable directories.
- Review security guidance provided by Rockwell Automation in the Trust Center.
Immediate actions
Upgrade all instances of Redundancy Module Configuration Tool to 10.01.00
Mitigations
Review and remediate directory permissions on all systems running the affected tool
CVE-2026-9633, CVE-2026-9634
Detection coverage 1
Detect DLL Hijacking via Unusual Image Load
highDetects an application loading a DLL from a suspicious directory, which may indicate a DLL hijacking attempt against Rockwell tools.
Detection queries are available on the platform. Get full rules →