CVE-2021-1675: ZERO-DAY VULNERABILITY IN WINDOWS PRINTER SERVICE WITH AN EXPLOIT AVAILABLE IN ALL OPERATING SYSTEM VERSIONS# CVE-2021-1675
CVE-2021-1675: ZERO-DAY VULNERABILITY IN WINDOWS PRINTER SERVICE WITH AN EXPLOIT AVAILABLE IN ALL OPERATING SYSTEM VERSIONS
Let me provide a onf the method I found in order to mitigate that waitting for MS release a official patches.
Run as Administrator in Windows Powershell
Note: Servers.txt > Include all servers from you domain exclude a servers has a print server role installed
$server= Get-Content C:\Script\Servers.txt
Stop-Service -InputObject $(Get-Service -Computer $server -Name spooler)
Set-Service -Name Spooler -StartupType Disabled
Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view