Actively exploited in the wild. This CVE is on the CISA Known Exploited Vulnerabilities list — treat remediation as urgent. Federal remediation due by 24 Feb 2022.
Windows 10 1809Operating system · Microsoft

CVE-2021-36934

HIGH · 7.8 CVSS v3.1 Published 2021-07-22
Fix available
A fix is available. Upgrade to 10.0.17763.2114 / 10.0.18363.1734 or later.
See remediation →
96/100
Remediation priority · Urgent
In the wild High EPSS Public exploit Zero-click Patch available

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
An elevation of privilege vulnerability exists because of overly permissive Access Control Lists (ACLs) on multiple system files, including the Security Accounts Manager (SAM) database. An attacker who successfully exploited this vulnerability could run arbitrary code with SYSTEM privileges. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights. An attacker must have the ability to execute code on a victim system to exploit this vulnerability. After installing this security update, you must manually delete all shadow copies of system files, including the SAM database, to fully mitigate this vulnerabilty. Simply installing this security update will not fully mitigate this vulnerability. See KB5005357- Delete Volume Shadow Copies.

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

Windows SAM database and related system files have overly permissive ACLs allowing low-privileged users to read sensitive data including password hashes. An attacker with code execution can leverage this to escalate to SYSTEM privileges by exploiting the weak ACLs on the Security Accounts Manager database and other protected system files.

MitigationInstall the Microsoft security update AND manually delete all volume shadow copies using vssadmin or equivalent tools per KB5005357; simply patching does NOT fully remediate this vulnerability.

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
Windows 10 1809Operating system
Affected:< 10.0.17763.2114
Windows 10 1909Operating system
Affected:< 10.0.18363.1734
Windows 10 2004Operating system
Affected:< 10.0.19041.1165
Windows 10 20h2Operating system
Affected:< 10.0.19042.1165
Windows 10 21h1Operating system
Affected:< 10.0.19043.1165

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.1/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. Check Windows build version
    Run 'winver' or 'systeminfo | findstr /C:"Build"' to obtain the OS build number
    Affected if Build number is below 17763.2114 (1809), 18363.1734 (1909), 19041.1165 (2004), 19042.1165 (20h2), or 19043.1165 (21h1)
  2. Inspect SAM file ACLs
    Run 'icacls %SystemRoot%\System32\config\SAM' to view access control lists
    Affected if Users group orAuthenticated Users have Read access (output shows 'Users:(I)(R)' or similar read permissions to the SAM file)
  3. Check for vulnerable system files
    Run 'dir /a %SystemRoot%\System32\config\SAM' to confirm the SAM file exists and is accessible
    Affected if SAM file is present and readable by standard user accounts
  4. Detect Volume Shadow Copies
    Run 'vssadmin list shadows' or 'Get-WmiObject Win32_ShadowCopy' to list existing shadow copies
    Affected if Any volume shadow copies exist on the system drive, which could contain the vulnerable SAM database

User is affected if running a Windows 10 version within the specified build ranges AND the SAM file is readable by standard users AND volume shadow copies exist that could expose the original vulnerable SAM data.

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.

dbcve · scoped
Upgrade available Upgrade to 10.0.17763.2114 / 10.0.18363.1734 / 10.0.19041.1165 or later
Fixed in 10.0.17763.211410.0.18363.173410.0.19041.1165
Interim mitigation

Install the Microsoft security update AND manually delete all volume shadow copies using vssadmin or equivalent tools per KB5005357; simply patching does NOT fully remediate this vulnerability.

Recommended fix High confidence

Windows 10 1809 (10.0.17763.2114+), Windows 10 1909 (10.0.18363.1734+), Windows 10 2004 (10.0.19041.1165+), Windows 10 20h2 (10.0.19042.1165+), Windows 10 21h1 (10.0.19043.1165+)

  1. Install the applicable security update for your Windows 10 version (KB5005393 or later monthly rollup)
  2. After installing the security update, delete all shadow copies to remove copies of the SAM database: Open Command Prompt as Administrator and run 'vssadmin delete shadows /all /quiet'
  3. Alternatively, use the steps in Microsoft KB5005357 to delete volume shadow copies
  4. Verify the shadow copies have been deleted using 'vssadmin list shadows'
  5. Ensure the system files have corrected ACLs by reviewing permissions on %systemroot%\system32\config\SAM
Caveat Deleting shadow copies will remove all system restore points and may affect backup recovery capabilities

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Windows 10 1809 Exploited in the wild — priority engagement
  • Consultation2.0 h
  • Implementation2.0 h
  • Testing1.0 h
  • Review / QA1.0 h
6.0 hours of engineering $1,090
Get it fixed fast

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2021-36934 — 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-2021-36934 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