jfrog / jfrog-CVE-2023-25136-OpenSSH_Double-Free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2023-25136 Proof-of-Concept

Overview

This is a DoS Proof-of-Concept of OpenSSH 9.1p1 Double-Free Vulnerability CVE-2023-25136.
It will trigger the double-free and cause an abort crash.
For a comprehensive understanding, check out the accompanying blog post for in-depth details.

Dependencies

  • Python 3.6+
  • paramiko Python Library

Usage

  1. Verify paramiko is installed:
pip install paramiko
  1. Change the VICTIM_IP to match your vulnerable OpenSSH Server IP.

  2. Run the PoC:

python cve-2023-25136.py

About

License:Apache License 2.0


Languages

Language:Python 100.0%