Adobe Acrobat Reader Hijack for Persistence
Attackers can maintain persistence by replacing the legitimate RdrCEF.exe file, used by Adobe Acrobat Reader, with a malicious executable that will be launched upon execution of Adobe Acrobat Reader.
This threat focuses on the potential hijacking of Adobe Acrobat Reader by replacing its RdrCEF.exe executable with a malicious file. This technique allows attackers to establish persistence on a compromised system. When a user launches Adobe Acrobat Reader, the replaced RdrCEF.exe is executed, granting the attacker continued access. This is a potential persistence mechanism which could allow for the deployment of malware, exfiltration of data, or further compromise of the system. The original detection rule was created in February 2020 and has been updated multiple times with the last update on April 7, 2026.
Attack Chain
- The attacker gains initial access to the system, potentially through exploiting a vulnerability or social engineering.
- The attacker identifies the location of the
RdrCEF.exefile within the Adobe Acrobat Reader installation directory (e.g.,C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroCEF\RdrCEF.exe). - The attacker replaces the legitimate
RdrCEF.exefile with a malicious executable. This could involve renaming the original file and placing the malicious file in its place, or overwriting the original file directly. - The attacker ensures the malicious executable has the same name as the original
RdrCEF.exefile. - A user launches Adobe Acrobat Reader.
- The operating system executes the
RdrCEF.exefile as part of Adobe Acrobat Reader's startup process. - Because the file has been replaced with a malicious executable, the attacker's code is executed.
- The attacker maintains persistent access to the system and can perform further actions such as deploying malware or exfiltrating data.
Impact
Successful exploitation of this technique allows attackers to maintain persistence on compromised systems. This can lead to the deployment of ransomware, exfiltration of sensitive data, or further exploitation of the system. The severity is low, but impact can be high, if the adversary uses this technique to gain further access to the compromised system.
Recommendation
- Deploy the Sigma rule "Adobe Acrobat Reader Hijack for Persistence" to your SIEM to detect the replacement of the RdrCEF.exe file.
- Monitor file creation events in the Adobe Acrobat Reader installation directories for suspicious executables using Sysmon or another EDR solution.
- Regularly audit file integrity within the Adobe Acrobat Reader installation directory to identify unauthorized modifications.
- Investigate any alerts generated by the Sigma rules or other detection mechanisms to determine if a system has been compromised.
Detection coverage 2
Adobe Acrobat Reader Hijack for Persistence
mediumDetects the creation of RdrCEF.exe in the Adobe Acrobat Reader directory, which could indicate a hijack for persistence.
Suspicious Process Creation from RdrCEF.exe
lowDetects suspicious process creations originating from the RdrCEF.exe process, indicative of a hijacked executable.
Detection queries are available on the platform. Get full rules →