Sploitus

Exploit for CVE-2021-1675

githubexploit Β· 2021-07-02

Exploit Code

README10 lines
## https://sploitus.com/exploit?id=E601A788-C87D-5DD7-98BA-A68C2FEDE978
# 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