5
CVSSv2

CVE-2005-0688

Published: 05/03/2005 Updated: 19/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 510
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

Windows Server 2003 and XP SP2, with Windows Firewall turned off, allows remote malicious users to cause a denial of service (CPU consumption) via a TCP packet with the SYN flag set and the same destination and source address and port, aka a reoccurrence of the "Land" vulnerability (CVE-1999-0016).

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows xp

microsoft windows 2003 server r2

Exploits

/* ecl-winipdosc - 16/04/05 * Yuri Gushin <yuri@eclipseorgil> * Alex Behar <alex@eclipseorgil> * * This one was actually interesting, an off-by-one by our beloved * M$ :) * * When processing an IP packet with an option size (2nd byte after * the option) of 39, it will crash - since the maximum available * size is 40 for th ...
/* Added Line #1 - BSD_SOURCE!!!! /str0ke */ #define _BSD_SOURCE #include <stdioh> #include <ctypeh> #include <sys/socketh> #include <netinet/inh> #include <netinet/in_systmh> #include <netinet/iph> #include <netinet/tcph> #include <sysexitsh> #include <stdlibh> #include &lt ...