CVE-2008-0250
Microsoft Visual InterDev 6.0 SP6 - Buffer Overflow via Long Project Line in Studio Solution File
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-0250. PoCs published by shinnai.
AI-analyzed exploit summary This exploit demonstrates a local buffer overflow in Microsoft Visual InterDev 6.0 (SP6) by crafting a malicious .sln file. It overwrites EIP with a call to ESP from user32.dll and includes shellcode to execute calc.exe.
Description
Buffer overflow in Microsoft Visual InterDev 6.0 (SP6) allows user-assisted attackers to execute arbitrary code via a Studio Solution (.SLN) file with a long Project line.
Exploits (2)
This exploit demonstrates a local buffer overflow in Microsoft Visual InterDev 6.0 (SP6) by crafting a malicious .sln file. It overwrites EIP with a call to ESP from user32.dll and includes shellcode to execute calc.exe.
This PoC exploits a local buffer overflow in Microsoft Visual InterDev 6.0 (SP6) by crafting a malicious .sln file with an oversized buffer (264 'a's + 4 'b's + 256 'c's). The exploit generates a file that, when opened, triggers the overflow, potentially allowing arbitrary code execution.