Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/arenaldyp/cve-2024-38063-medium
Vulnerability AnalysisExploitationPenetration TestingRed TeamingRemote Access ToolPayload Development
GitHubarenaldyp/cve-2024-38063-medium

CVE-2024-38063-Medium

Kode Eksploitasi CVE-2024-38063

View Repository
31 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

This is a PoC (somewhat unstable) for CVE-2024-38063, RCE in tcpip.sys patched on August 13, 2024.

requirements

root@kitploit:~
pip3 install scapy

usage

Modify the fields in the script:

  • iface <- If you have multiple adapters, you need to choose which one to use to send packets. For example, "eth0" on Linux or "Hyper-V Virtual Ethernet Adapter" on Windows. If you are using the default interface, leave it empty.
  • ip_addr <- IP address of the target system (IPv6)
  • num_tries & num_batches <- How many different batches of packets to send. More packet batches = more heap corruption caused + higher likelihood of triggering the vulnerability.
  • mac_addr <- Leave it empty, unless scapy complains it cannot find the MAC address.

Run the script:

root@kitploit:~
python3 cve-2024-38063.py
Download Tool