Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2021-1675 PoC — Windows Print Spooler Remote Code Execution Vulnerability

Source
Associated Vulnerability
Title:Windows Print Spooler Remote Code Execution Vulnerability (CVE-2021-1675)
Description:Windows Print Spooler Remote Code Execution Vulnerability
Description
Windows Print Spooler Service RCE CVE-2021-1675 (PrintNightmare)
Readme
# Windows Print Spooler Service RCE CVE-2021-1675 (PrintNightmare)
![image](https://user-images.githubusercontent.com/86879266/124354518-146c5500-dc15-11eb-98a3-f84d5ee28585.png)




# How to disable the Print Spooler service ?



# CMD Shell

net start | findstr -i "spooler"

net stop spooler

REG ADD "HKLM\SYSTEM\CurrentControlSet\Services\Spooler" /v "Start " /t REG_DWORD /d "4" /f



# PowerShell

Get-Service -Name Spooler

Stop-Service -Name Spooler -Force

Set-Service -Name Spooler -StartupType Disabled



# Service Control

sc query Spooler

sc config Spooler start=disabled



# References
https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-34527

#CVE-2021-1675 #PrintNightmare #WindowsPrintSpoolerServiceRCE

File Snapshot

[4.0K] /data/pocs/83ec834effdbb074869791aaaed728eba21d419d ├── [ 737] README.md └── [ 38K] windows-print-spooler-vulnerability.jpg 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →