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-2025-23167 — Working exploit for CVE-2025-23167 – HTTP request smuggling in vulnerable Node.js 20.x versions before 20.19.2 | Kitploit
Tools/GitHubGitHub/abhisek3122/cve-2025-23167
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingLabs & Practice
GitHubabhisek3122/cve-2025-23167

CVE-2025-23167

Working exploit for CVE-2025-23167 – HTTP request smuggling in vulnerable Node.js 20.x versions before 20.19.2

View Repository
11 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

CVE-2025-23167 – Node.js HTTP Request Smuggling Exploit

Working exploit for CVE-2025-23167, a request smuggling vulnerability affecting Node.js 20.x versions prior to v20.19.2. This bug allows improper HTTP header termination, enabling attackers to bypass proxy-based access controls.

Files

  • exploit.py – Python3-based Exploit for the vulnerability.
  • lab.js – Simple Node.js server to simulate a vulnerable environment.

Usage

Exploit

To run the exploit script:

  • Run, python3 exploit.py <target-domain-or-ip> <port>

Sample Input & Output

Sample Input & Output

Lab Setup

To set up the test environment:

  • Make sure you're using Node.js v20.19.1 or below.
  • Install express (npm install express).
  • Then run, node lab.js to run the server.
  • The server will be available at http://localhost:8989 (or your chosen port).
Download Tool