CVE-2006-7206
Microsoft Internet Explorer 6 - Denial of Service via ADODB.Recordset NextRecordset Method
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-7206. PoCs published by anonymous.
AI-analyzed exploit summary This exploit leverages a double-free vulnerability in Microsoft Internet Explorer's ADODB.Recordset (msado15.dll) via the NextRecordset() function. It uses heap spraying and Lookaside remapping to achieve remote code execution, launching calc.exe as a proof of concept.
Description
Microsoft Internet Explorer 6 on Windows XP SP2 allows remote attackers to cause a denial of service (crash) by creating a ADODB.Recordset object and making a series of calls to the NextRecordset method with a long string argument, which causes an "invalid memory access" in the SysFreeString function, a different issue than CVE-2006-3510 and CVE-2006-3899.
Exploits (1)
This exploit leverages a double-free vulnerability in Microsoft Internet Explorer's ADODB.Recordset (msado15.dll) via the NextRecordset() function. It uses heap spraying and Lookaside remapping to achieve remote code execution, launching calc.exe as a proof of concept.