10
CVSSv2

CVE-2007-0217

Published: 13/02/2007 Updated: 23/07/2021
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The wininet.dll FTP client code in Microsoft Internet Explorer 5.01 and 6 might allow remote malicious users to execute arbitrary code via an FTP server response of a specific length that causes a terminating null byte to be written outside of a buffer, which causes heap corruption.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft internet_explorer 5.01

microsoft ie 6.0

microsoft internet_explorer 6.0

Exploits

#!/usr/bin/perl # MS 07-016 FTP Server Response PoC # Usage: /ms07016ftppl [LISTEN_IP] # # Tested Against: MSIE 6029002180 (SP2) # # Details: The response is broken into buffers, either at length 1024, # or at '\r\n' Each buffer is apended with \x00, without # bounds checking If the response is exctly 1024 ...