Forum Discussion
Karl-WE
Aug 15, 2024MVP
BLOG: CVE-2024-38063 - Disabling IPv6 binding = fix - or not?
Dear community,
in today's LinkedIn Stream and other social media you might have noticed a recent CVE and the recommendation to disable IPv6 in Windows Server and Windows Client.
We are talki...
Linet
Aug 18, 2026Copper Contributor
Correction:
And how to revert the change?
Windows + X > Terminal / PowerShell (Admin)
#enable IPv6 on all adapters (mind the text file)
Get-NetAdapterBinding -ComponentID "ms_tcpip6" | where Enabled -eq $False | Enable-NetAdapterBinding