Trend Micro Password Manager - Privilege Escalation to SYSTEM
Research
SafeBreach Labs discovered a new vulnerability in Trend Micro Password Manager software.
In this post, we will demonstrate how this vulnerability could have been used in order to achieve privilege escalation and persistence by loading an arbitrary unsigned DLL into a service that runs as NT AUTHORITY\SYSTEM.
Trend Micro Password Manager is a standalone software which is also deployed along with the Trend Micro Maximum Security product. The purpose of the software is to manage website passwords and login IDs in one secure location.
Part of the software runs as a Windows service executed as “NT AUTHORITY\SYSTEM,” which provides it with very powerful permissions.
In this post, we describe the vulnerability we found in the Trend Micro Password Manager.
We then demonstrate how this vulnerability can be exploited to achieve privilege escalation, gaining access with NT AUTHORITY\SYSTEM level privileges.
In our initial exploration of the software, we targeted the “Trend Micro Password Manager Central Control Service” (PwmSvc.exe)
, because:
In our exploration, we found that after the Trend Micro Password Manager Central Control Service was started, the PwmSvc.exe
signed process was executed as NT AUTHORITY\SYSTEM.
Once executed, the service loaded the “Trend Micro White List Module” library tmwlutil.dll and we noticed an interesting behavior:
As you can see, the service was trying to load a missing DLL file, which eventually was loaded from the c:\python27 directory - a directory within our PATH environment variable.
Stay with us, we will analyze the root cause in the next section of the article.
In our VM, the c:\python27 has an ACL which allows any authenticated user to write files onto the ACL. This makes the privilege escalation simple and allows a regular user to write the missing DLL file and achieve code execution as NT AUTHORITY\SYSTEM.
It is important to note that an administrative user or process must (1) set the directory ACLs to allow access to non-admin user accounts, and (2) modify the system’s PATH variable to include that directory. This can be done by different applications.
In order to test this privilege escalation vulnerability, we compiled a DLL (unsigned) which writes the following to the filename of a txt file:
**
We were able to load an arbitrary DLL as a regular user and execute our code within a process which is signed by Trend Micro as NT AUTHORITY\SYSTEM.**
Once the “Trend Micro Whitelist Module” library tmwlutil.dll is loaded, it initializes a class called “TAPClass”, which, in turn, tries to load another library called “tmtap.dll”
There are two root causes for the vulnerability:
Trend Micro Password Manager is deployed with the Trend Micro Maximum Security Software.
Below we show two possible ways that an attacker can leverage the vulnerability we discovered and documented above.
The vulnerability gives attackers the ability to load and execute malicious payloads using a signed service. This ability might be abused by an attacker for different purposes such as execution and evasion, for example: Application Whitelisting Bypass.
The vulnerability gives attackers the ability to load and execute malicious payloads in a persistent way, each time the service is being loaded. That means that once the attacker drops a malicious DLL in a vulnerable path, the service will load the malicious code each time it is restarted.
After an attacker gains access to a computer, he might have limited privileges which can limit his operations to access certain files and data. The service provides him with the ability to operate as NT AUTHORITY\SYSTEM which is the most powerful user in Windows, so he can access almost every file and process which belongs to the user on the computer.
(PwmSvc.exe)
- 3.8.0.1069July 23th, 2019 - Vulnerability reported to Trend Micro
July 24th, 2019 - Initial Response from Trend Micro
July 31th, 2019 - Status Update from Trend Micro
July 31th, 2019 - Trend Micro resolved the issue and released a new version.
Aug 13th, 2019 - Trend Micro has issued CVE-2019-14684
Apr 14th, 2019 - Trend Micro has published a security bulletin: http://esupport.trendmicro.com/en-us/home/pages/technical-support/1123396.aspx