Improper Authentication in NordVPN - CVE-2018-9105

 

Improper Authentication in NordVPN - CVE-2018-9105

Published: March 28, 2018 / Updated: August 8, 2020


Vulnerability identifier: #VU37357
CSH Severity: High
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Amber
CVE-ID: CVE-2018-9105
CWE-ID: CWE-287
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: NordVPN
Affected software:
NordVPN

Detailed vulnerability description

The vulnerability allows a remote authenticated user to execute arbitrary code.

NordVPN 3.3.10 for macOS suffers from a root privilege escalation vulnerability. The vulnerability stems from its privileged helper tool's implemented XPC service. This XPC service is responsible for receiving and processing new OpenVPN connection requests from the main application. Unfortunately this XPC service is not protected, which allows arbitrary applications to connect and send it XPC messages. An attacker can send a crafted XPC message to the privileged helper tool requesting it make a new OpenVPN connection. Because he or she controls the contents of the XPC message, the attacker can specify the location of the openvpn executable, which could point to something malicious they control located on disk. Without validation of the openvpn executable, this will give the attacker code execution in the context of the privileged helper tool.


How to mitigate CVE-2018-9105

Install update from vendor's website.

Sources