VYPR
Unrated severityNVD Advisory· Published Oct 14, 2019· Updated Aug 5, 2024

CVE-2019-14737

CVE-2019-14737

Description

Ubisoft Uplay 92.0.0.6280 has Insecure Permissions.

AI Insight

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

Affected products

2
  • Ubisoft/Uplaydescription
  • Ubisoft/Uplayllm-create
    Range: = 92.0.0.6280

Patches

Vulnerability mechanics

Root cause

"Insecure directory permissions grant `BUILTIN\Users` full control over the Uplay installation folder, allowing any local user to replace executables."

Attack vector

A local attacker with a standard user account can replace an executable file inside the Uplay installation directory because `BUILTIN\Users` has been granted full control (`(F)`) permissions on the folder [ref_id=1]. By placing a malicious executable in place of a legitimate one, the attacker can achieve privilege escalation when the file is executed by a higher-privileged process or user.

Affected code

The installation directory `C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher` is affected. The vulnerability is a permission misconfiguration on this folder, not a specific code function.

What the fix does

The advisory states that the vendor released a patched version on 18 September 2019 [ref_id=1]. The fix likely involves restricting the folder permissions so that `BUILTIN\Users` no longer has full control, limiting standard users to read-and-execute access only. No patch diff is available in the bundle.

Preconditions

  • authAttacker must have local access as a standard (non-admin) user on the Windows system.
  • configThe Uplay installation must be at version 92.0.0.6280 or earlier (unpatched).

Reproduction

1. Open a command prompt as a standard user. 2. Run `icacls "C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher"` to confirm that `BUILTIN\Users:(F)` is present. 3. Replace any executable in that directory with a malicious binary (e.g., rename the original and copy in an attacker-controlled file). 4. When the launcher or a game triggers that executable, the malicious code runs with the privileges of the invoking process.

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

References

1

News mentions

0

No linked articles in our index yet.