Skip to content

CVE-2021-34527: PrintNightmare

Improper Privilege Management: Is CVE-2021-34527 real, exploitable, or a false positive? Here's the community verdict.

signals

public sources

Exploited in wild
Yes
CISA KEV
Public exploit
Metasploit +1
Metasploit/EDB/PoC
Base severity
8.8 High
CVSS
Exploitation prob.
100%
FIRST EPSS
Weakness
CWE-269 · Improper Privilege Management
CWE

Confirmed exploited in the wild. Patch this first, regardless of the base score.

public exploits

links to sources — we don’t host code

A working exploit is publicly available from a maintained source. Treat this as higher urgency and verify your exposure.

baseline read

auto · not a community verdict

Real — exploited in the wild

CISA confirms active exploitation. Treat scanner hits as true positives unless your specific version or config is unaffected.

Based on CISA KEV

Confirm or dispute →
Affected:Microsoft

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

<p>A remote code execution vulnerability exists when the Windows Print Spooler service improperly performs privileged file operations. 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.</p> <p>UPDATE July 7, 2021: The security update for Windows Server 2012, Windows Server 2016 and Windows 10, Version 1607 have been released. Please see the Security Updates table for the applicable update for your system. We recommend that you install these updates immediately. If you are unable to install these updates, see the FAQ and Workaround sections in this CVE for information on how to help protect your system from this vulnerability.</p> <p>In addition to installing the updates, in order to secure your system, you must confirm that the following registry settings are set to 0 (zero) or are not defined (<strong>Note</strong>: These registry keys do not exist by default, and therefore are already at the secure setting.), also that your Group Policy setting are correct (see FAQ):</p> <ul> <li>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Printers\PointAndPrint</li> <li>NoWarningNoElevationOnInstall = 0 (DWORD) or not defined (default setting)</li> <li>UpdatePromptSettings = 0 (DWORD) or not defined (default setting)</li> </ul> <p><strong>Having NoWarningNoElevationOnInstall set to 1 makes your system vulnerable by design.</strong></p> <p>UPDATE July 6, 2021: Microsoft has completed the investigation and has released security updates to address this vulnerability. Please see the Security Updates table for the applicable update for your system. We recommend that you install these updates immediately. If you are unable to install these updates, see the FAQ and Workaround sections in this CVE for information on how to help protect your system from this vulnerability. See also <a href="https://support.microsoft.com/topic/31b91c02-05bc-4ada-a7ea-183b129578a7">KB5005010: Restricting installation of new printer drivers after applying the July 6, 2021 updates</a>.</p> <p>Note that the security updates released on and after July 6, 2021 contain protections for CVE-2021-1675 and the additional remote code execution exploit in the Windows Print Spooler service known as “PrintNightmare”, documented in CVE-2021-34527.</p>

Published

Embed this verdict
TruePositive verdict for CVE-2021-34527
Markdown
[![TruePositive verdict](https://www.truepositive.app/cve/CVE-2021-34527/badge.svg)](https://www.truepositive.app/cve/CVE-2021-34527)
HTML
<a href="https://www.truepositive.app/cve/CVE-2021-34527"><img src="https://www.truepositive.app/cve/CVE-2021-34527/badge.svg" alt="TruePositive verdict for CVE-2021-34527"></a>

Live badge that updates automatically as the community verdict changes.

Community ground truth

Be the first practitioner to weigh in

So far this is only TruePositive's editorial baseline from public sources. Add your real-world verdict below — it becomes the signal the next person triaging this relies on.

🥇 The first 50 practitioners to contribute earn a Founding Contributor badge.

In your experience, is this finding real and exploitable?

awaiting field verdicts
Real, but not a risk here
Not a real issue

Curated baseline: TruePositive's read from public sources is Real & exploitable — a starting point, not a community verdict.

No account needed. Anonymous verdicts post as an unverified signal. Log in to make yours verified and earn reputation.

Field notes & remediation

Verdicts are the quick signal. Notes are the evidence and fixes behind them.

  • 0
    Field note · TruePositive EditorialCurated

    Real and dangerous. It is a bug in the Windows Print Spooler service. An attacker (even a normal domain user) can run code as SYSTEM on a machine running the Print Spooler, both remotely and as a way to gain admin rights. Domain Controllers were a big worry because they run the spooler by default.

    Who is affected: any Windows machine with the Print Spooler service enabled and reachable. The tricky part of this bug was the fix. The first patches were incomplete, and full protection also needed correct registry settings. Specifically, PointAndPrint NoWarningNoElevationOnInstall must not be set to 1.

    To check: is the Print Spooler service running? Is the machine fully patched (August 2021 rollups and later)? Are the PointAndPrint registry values safe? If the spooler is running on a Domain Controller or a server that does not print, that is a red flag.

    Commonly flagged by: Nessus, Qualys, Microsoft Defender.

  • 0
    Remediation · TruePositive EditorialCurated

    Install the latest Windows cumulative updates (the August 2021 fixes and later). Then confirm the registry hardening. Under HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Printers\PointAndPrint, NoWarningNoElevationOnInstall and UpdatePromptSettings must be 0 or absent. The strongest step is to disable the Print Spooler on any server that does not need to print, especially Domain Controllers: Stop-Service Spooler; Set-Service Spooler -StartupType Disabled.

Add a field note or remediationoptional
Note type

What are you adding?

Markdown supported · minimum 20 characters.

Same weakness: CWE-269 · Improper Privilege Management.