SkypeApplication · Microsoft

CVE-2016-5720

HIGH · 7.8 CVSS v3.0 Published 2017-01-23
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
80/100
Remediation priority · High
Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Multiple untrusted search path vulnerabilities in Microsoft Skype allow local users to execute arbitrary code and conduct DLL hijacking attacks via a Trojan horse (1) msi.dll, (2) dpapi.dll, or (3) cryptui.dll that is located in the current working directory.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Microsoft Skype contains multiple untrusted search path vulnerabilities allowing local privilege escalation and arbitrary code execution via DLL hijacking. The application loads DLLs (msi.dll, dpapi.dll, cryptui.dll) from the current working directory without proper path validation, enabling attackers to place malicious DLLs that Skype will load during execution.

MitigationDeploy the vendor patch from Microsoft for Skype. As an interim control, ensure Skype is never run from untrusted directories and consider using application whitelisting to block loading of DLLs from user-writable locations.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
SkypeApplication
Affected:all versions

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Local
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Verify Skype installation
    Search for Skype executable in typical installation paths: %ProgramFiles%\Microsoft\Skype\, %ProgramFiles(x86)%\Microsoft\Skype\, or %LocalAppData%\Microsoft\Skype\. Also check Start Menu shortcuts and PATH for skype.exe.
    Affected if Skype executable is found on the system.
  2. Check Skype executable version
    Right-click skype.exe, select Properties, then view the Details tab to see File Version and Product Version. Alternatively, run 'wmic product where "name like '%skype%'" get version,name' or check Add/Remove Programs.
    Affected if Any version of Microsoft Skype is installed (all versions are affected per CVE).
  3. Identify user-writable directories where Skype could be launched
    Review folder permissions on common user directories (Desktop, Downloads, Documents) to determine if standard users can create files. Use 'icacls <directory>' to check write permissions for the user context that would run Skype.
    Affected if Users have write permissions to directories from which they commonly launch Skype, allowing placement of malicious DLLs.
  4. Check for vulnerable DLL locations
    Search for msi.dll, dpapi.dll, and cryptui.dll in user-writable directories, particularly in locations where Skype shortcuts point to or where users commonly run Skype from. Use 'dir /s /b C:\Users\*\msi.dll 2>nul' to find copies in user directories.
    Affected if Any of the three vulnerable DLLs (msi.dll, dpapi.dll, cryptui.dll) exist in user-writable locations alongside or within directories used to launch Skype.
  5. Verify current working directory DLL loading behavior
    Launch Skype from a test user-writable directory (like a test folder on Desktop) and use Process Monitor (procmon) from Sysinternals to capture DLL load events. Filter for Skype.exe and look for DLL load attempts from the current working directory path.
    Affected if Skype attempts to load msi.dll, dpapi.dll, or cryptui.dll from the current working directory rather than only from secure system paths.

If Microsoft Skype is installed and users can launch it from directories where they have write permissions, the environment is vulnerable to DLL hijacking exploitation via CVE-2016-5720.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Deploy the vendor patch from Microsoft for Skype. As an interim control, ensure Skype is never run from untrusted directories and consider using application whitelisting to block loading of DLLs from user-writable locations.

Fix this in Skype Scoped from the published advisory
  • Consultation2.0 h
  • Implementation1.0 h
  • Testing3.0 h
  • Review / QA1.0 h
7.0 hours of engineering $1,210
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,936.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2016-5720 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2016-5720 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data