VYPR
Unrated severityNVD Advisory· Published Jan 4, 2021· Updated Aug 4, 2024

CVE-2020-36154

CVE-2020-36154

Description

The Application Wrapper in Pearson VUE VTS Installer 2.3.1911 has Full Control permissions for Everyone in the "%SYSTEMDRIVE%\Pearson VUE" directory, which allows local users to obtain administrative privileges via a Trojan horse application.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

2

Patches

Vulnerability mechanics

Root cause

"Unquoted service binary path combined with insecure Everyone FullControl permissions on the parent directory allows a local attacker to plant a malicious executable that the service will launch with elevated privileges."

Attack vector

A local attacker with unprivileged access to the system can exploit two weaknesses in the VUEApplicationWrapper service. First, the service binary path "C:\Pearson VUE\VUE Testing System\bin\VUEWrapper.exe" is unquoted, so Windows will search for executables in each space-separated segment (e.g., "C:\Pearson.exe", "C:\Pearson VUE\VUE.exe") [ref_id=1]. Second, the "C:\Pearson VUE" directory has Everyone FullControl permissions, allowing the attacker to place a malicious executable named "VUE.exe" or "Pearson.exe" in that path [ref_id=1]. When the service starts (AUTO_START), the planted Trojan horse runs with the privileges of the VUEService account, which has administrative rights [ref_id=1].

Affected code

The vulnerable component is the VUEApplicationWrapper service installed by the Pearson VUE VTS Installer 2.3.1911. The service binary path is "C:\Pearson VUE\VUE Testing System\bin\VUEWrapper.exe" — an unquoted path with spaces [ref_id=1]. Additionally, the "%SYSTEMDRIVE%\Pearson VUE" directory grants Everyone Full Control permissions [ref_id=1].

What the fix does

No patch is published in the bundle. The advisory [ref_id=1] identifies two root causes: the unquoted service path and the insecure Everyone FullControl ACL on the "Pearson VUE" directory. Remediation would require the vendor to either quote the BINARY_PATH_NAME in the service definition and restrict directory permissions to only authorized users (e.g., SYSTEM and Administrators), or both. Without a vendor-supplied fix, users should manually apply these hardening steps.

Preconditions

  • authAttacker must have local unprivileged access to the Windows system where Pearson VUE VTS 2.3.1911 is installed.
  • configThe VUEApplicationWrapper service must be configured with AUTO_START (default) or the attacker must be able to trigger a service restart.
  • configThe 'C:\Pearson VUE' directory must retain the default Everyone FullControl permission.

Reproduction

The bundle references an Exploit-DB entry (49143) but does not include its text. The researcher's readme [ref_id=1] provides detection commands but no step-by-step reproduction. Therefore, reproduction steps cannot be reconstructed from the supplied material alone.

Generated on May 25, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

2

News mentions

0

No linked articles in our index yet.