Skip to content

Instantly share code, notes, and snippets.

@bbriggs
Created July 14, 2020 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbriggs/108c0dd1a0c0cb4f0e5ae89c68f48640 to your computer and use it in GitHub Desktop.
Save bbriggs/108c0dd1a0c0cb4f0e5ae89c68f48640 to your computer and use it in GitHub Desktop.
Ansible task for CVE-2020-1350 mitigation
- name: Mitigate CVE-2020-1350
hosts: all
tasks:
- name: Fix registry key to mitigate CVE-2020-1350
win_regedit:
path: HKLM:\SYSTEM\CurrentControlSet\Services\DNS\Parameters
name: TcpReceivePacketSize
data: 0xFF00
type: dword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment