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-2021-23017 — NGINX DNS Overflow Vulnerability Check - CVE-2021-23017 PoC | Kitploit
Tools/GitHubGitHub/moften/cve-2021-23017
Vulnerability ScannersExploitationWeb SecurityPenetration TestingDNS Analysis
GitHubmoften/cve-2021-23017

CVE-2021-23017

NGINX DNS Overflow Vulnerability Check - CVE-2021-23017 PoC

View Repository
1 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
Website

CVE-2021-23017 PoC Scanner

NGINX DNS Overflow Vulnerability Check - CVE-2021-23017 PoC

This Python script checks if an nginx server is potentially vulnerable to the critical CVE-2021-23017 vulnerability, which affects the integrated DNS resolver in nginx and can cause a buffer overflow.

🔍 What does it do?

  • Asks the user for a URL.
  • Sends an HTTP request with a malicious (very long) Host header.
  • If the server has the nginx resolver configured and is vulnerable, it may crash or log errors.
  • No malicious code is executed, it is only a passive detection test.

🚀 How to use it

  1. Make sure you have Python 3 installed.
  2. Run the script:
root@kitploit:~
python3 CVE-2021-23017.py
Download Tool