5
CVSSv2

CVE-2006-6719

Published: 23/12/2006 Updated: 19/10/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The ftp_syst function in ftp-basic.c in Free Software Foundation (FSF) GNU wget 1.10.2 allows remote malicious users to cause a denial of service (application crash) via a malicious FTP server with a large number of blank 220 responses to the SYST command.

Vulnerable Product Search on Vulmon Subscribe to Product

gnu wget 1.7

gnu wget 1.7.1

gnu wget 1.10.1

gnu wget 1.10.2

gnu wget 1.8.2

gnu wget 1.9

gnu wget 1.5.3

gnu wget 1.6

gnu wget 1.9.1

gnu wget 1.10

gnu wget 1.8

gnu wget 1.8.1

Exploits

#!/usr/bin/perl ################################################################################ # wget <= 1102 | Unchecked Boundary Condition # Federico L Bossi Bonin # # wwwglobalstcomar # fbossi[at]globalstcomar ################################################################################ use strict; use IO::Socket; #Resolving l ...