Share
## https://sploitus.com/exploit?id=B96EAFCA-CE3F-51B0-86CF-4EB92B1C4FEF
# CVE-2025-26466
poc for CVE-2025-26466
made by Fikret Can Gurbuz

### USAGE 
```bash
python3 poc.py -i  -p  
```

These are the steps:
1. TCP connect to port
2. recieve server banner (SSH-2.0-OpenSSH_X.Xp1)
3. send your client banner (SSH-2.0-YourClient\r\n)
4. send wrap_ssh_packet(build_kexinit())
5. recieve server's KEXINIT response
6. loop sending build_ping() 
! never complete KEX, so pong responses queue unbounded