
Exploit for CVE-2024-38063, a critical RCE in Windows TCP/IP stack via crafted IPv6 packets, enabling arbitrary code execution and system compromise.
CVE-2024-38063 is a critical vulnerability that can be exploited by sending specially crafted IPv6 packets to a target machine. This vulnerability arises from improper handling of certain IPv6 packet structures, allowing an attacker to trigger a buffer overflow. Exploiting this flaw can enable the attacker to execute arbitrary malicious code with escalated privileges, potentially gaining full control of the affected system.
The consequences of this vulnerability are severe, including unauthorized access, data theft, data breaches, and even total system compromise. Additionally, the exploit could be leveraged to establish persistent backdoors, disable critical services, or pivot to other systems within the network. The risk is further exacerbated if the target system is exposed to the internet or resides in a sensitive network environment.
Client Versions:
Windows 10 (all versions)Windows 11 (all versions)Server Versions:
Windows Server 2008 (all editions)Windows Server 2008 R2Windows Server 2012 and 2012 R2Windows Server 2016Windows Server 2019Windows Server 2022Navigate to the following link: https://securityvulnerability.io/vulnerability/CVE-2024-38063 and scroll down to Security Updates, then find the appropiate version for your system.
Settings -> Update & Security -> Windows Update and click Check for updatesIn situations where a system reboot may not be practical, such as in a Process Control Network, an OT environment, or any business critical system, the following commands can be used to effectively mitigate potential risks and ensure continued operation.
Show all adapters that have IPV6 enabled:
Show-IPV6enabledAdapters
Disable IPv6 on a specific adapter:
Disable-IPV6Adapter -AdapterName "Ethernet 2"
Enable IPv6 on a specific adapter:
Enable-IPV6Adapter -AdapterName "Ethernet 2"
Disable IPv6 on all adapters:
Disable-IPV6AllAdapter
This document is intended for informational purposes only and does not create any legal obligations or guarantees. For detailed guidance, please consult the official Microsoft documentation and advisories.