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
CVE-2026-41096-POC — windows api bug | Kitploit
Tools/GitHubGitHub/satchfunky/cve-2026-41096-poc
Vulnerability AnalysisExploitationFuzzingPayload DevelopmentDNS AnalysisBinary Exploitation
GitHubsatchfunky/cve-2026-41096-poc

CVE-2026-41096-POC

windows api bug

View Repository
3892 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

the bug is at DnsQueryRaw function (to be specific, inside DnsRawTruncateMessageForUdp) so you need a program to call it.

I could be wrong, but currently there isnt a service or default program in windows 11 that use this function, thats why i needed client.c.

this repo has 2 files, client.c and poc.py:

client.c: it implements DnsQueryRaw (you need to replace the interface index according to your setup)

poc.py: the trigger use scapy, you have to replace variable _iface with the interface of your attacker machine

i leave the exploit of this as an exercise, cheers

PD: windows 10 is safe, that function is specific to windows 11 (and a specific windows server version)

Download Tool