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-2023-25136 — OpenSSH Pre-Auth Double Free CVE-2023-25136 POC | Kitploit
Tools/GitHubGitHub/adhikara13/cve-2023-25136
Vulnerability AnalysisExploitationNetwork SecurityPenetration TestingLearning & Education
GitHubadhikara13/cve-2023-25136

CVE-2023-25136

OpenSSH Pre-Auth Double Free CVE-2023-25136 POC

View Repository
4793 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

OpenSSH Pre-Auth Double Free CVE-2023-25136 POC

This repository contains a Proof of Concept (POC) script to check for the OpenSSH Pre-Auth Double Free vulnerability (CVE-2023-25136) using the Paramiko library in Python.

Prerequisites

Before running this POC script, you need to make sure you have the following dependencies installed:

  • Python 3.x
  • Paramiko library
  • termcolor library
  • argparse library

You can install all of the requirements using pip:

root@kitploit:~
pip install -r requirements.txt

Usage

To check for the vulnerability on a single IP address, run the script with the -i option followed by the IP address:

root@kitploit:~
python CVE-2023-25136.py -i 192.168.1.1

To check for the vulnerability on multiple IP addresses, create a file containing a list of IP addresses (one per line) and run the script with the -f option followed by the file name:

root@kitploit:~
python CVE-2023-25136.py -f ip_list.txt

Output

The script will output whether each IP address is vulnerable or not. If an IP address is vulnerable, it will be printed in green text, and if it is not vulnerable, it will be printed in red text.

Disclaimer

This POC script is for educational and testing purposes only. Do not use it to exploit the vulnerability on any system that you do not own or have permission to test. The authors of this POC script are not responsible for any misuse or damage caused by its use.

Download Tool