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
CVE20264893poc — Generate the poc for CVE-2026-4893: broken EDNS Client Subnet validation. | Kitploit
Tools/GitHubGitHub/lottiedeyan/cve20264893poc
Vulnerability AnalysisExploitationFuzzingNetwork SecurityDNS Analysis
GitHublottiedeyan/cve20264893poc

CVE20264893poc

Generate the poc for CVE-2026-4893: broken EDNS Client Subnet validation.

View Repository
23 months 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

Topology: https://medium.com/@yanyuyingshu/reproduction-journal-dnsmasq-ecs-validation-and-buffer-overflow-flaws-e0fe0f66f60c

Steps​

1.vi /etc/dnsmasq.conf​

port=5353​

listen-address=xxx.xxx.xxx.x

bind-interfaces​

no-resolv​

no-hosts​

no-poll​

cache-size=1000​

log-queries​

log-facility=-​

server=127.0.0.1#5354​

add-subnet​

(and restart dnsmasq daemon)​

​

  1. python3 exp.py​

​

Download Tool