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-2022-3602-poc — Proof-of-concept exploit for CVE-2022-3602, a buffer overflow denial-of-service vulnerability in OpenSSL 3.0 before 3.0.7. Includes C source code and compilation instructions. | Kitploit
Tools/GitHubGitHub/eatscrayon/cve-2022-3602-poc
Vulnerability AnalysisExploitationBinary Exploitation
GitHubeatscrayon/cve-2022-3602-poc

CVE-2022-3602-poc

Proof-of-concept exploit for CVE-2022-3602, a buffer overflow denial-of-service vulnerability in OpenSSL 3.0 before 3.0.7. Includes C source code and compilation instructions.

View Repository
13313 years 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-2022-3602 DOS poc

Buffer Overflow DOS in OpenSSL 3.0 < 3.0.7

Useage:

root@kitploit:~
$ gcc -o CVE-2022-3602 CVE-2022-3602.c -lpthread
$ ./CVE-2022-3602 127.0.0.1 443
Download Tool