> ## Content Index
> Fetch the complete content index at: https://darkwebinformer.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# CVE-2024-38063 - Mitigation Script by Disabling IPV6 on All Interfaces
- URL: https://darkwebinformer.com/cve-2024-38063-mitigation-script-by-disabling-ipv6-on-all-interfaces/
- Published: 2024-08-15T22:59:32.000Z
- Updated: 2025-09-04T22:27:38.000Z
- Author: Dark Web Informer
- Tags: Tools

Direct Link: <https://github.com/diegoalbuquerque/CVE-2024-38063>  
Last Commit: August 15th, 2024

# CVE-2024-38063

[](https://github.com/diegoalbuquerque/CVE-2024-38063#cve-2024-38063)

Mitigation script by disabling ipv6 of all interfaces

# HOW TO

[](https://github.com/diegoalbuquerque/CVE-2024-38063#how-to)

## Import the script like a module on a elevated Powershell (run as admin)

[](https://github.com/diegoalbuquerque/CVE-2024-38063#import-the-script-like-a-module-on-a-elevated-powershell-run-as-admin)

`. .\CVE-2024-38063`

## Use the functions

[](https://github.com/diegoalbuquerque/CVE-2024-38063#use-the-functions)

### Show-IPV6EnabledAdapters

[](https://github.com/diegoalbuquerque/CVE-2024-38063#show-ipv6enabledadapters)

Show all adapters that have IPV6 enabled!

PS C:\\users\\public> Show-IPV6enabledAdapters

### Disable-IPV6Adapter

[](https://github.com/diegoalbuquerque/CVE-2024-38063#disable-ipv6adapter)

Disable IPv6 on a specific adapter! **Atention** to the name of adapters that may have spaces when refer to it!!!

PS C:\\users\\public> Disable-IPV6Adapter -AdapterName "Ethernet 2"

### Enable-IPV6Adapter

[](https://github.com/diegoalbuquerque/CVE-2024-38063#enable-ipv6adapter)

Enable IPv6 on a specific adapter! **Atention** to the name of adapters that may have spaces when refer to it!!!

PS C:\\users\\public> Enable-IPV6Adapter -AdapterName "Ethernet 2"

### Disable-IPV6AllAdapters

[](https://github.com/diegoalbuquerque/CVE-2024-38063#disable-ipv6alladapters)

Disable IPv6 on all adapters!

PS C:\\users\\public> Disable-IPV6AllAdapter

## Example

[](https://github.com/diegoalbuquerque/CVE-2024-38063#example)

![](https://storage.ghost.io/c/6b/16/6b16ac9c-cd67-432f-b0f3-bbec941084ff/content/images/2024/08/012489912-1.png)