4.3
CVSSv2

CVE-2006-5296

Published: 16/10/2006 Updated: 19/10/2017
CVSS v2 Base Score: 4.3 | Impact Score: 2.9 | Exploitability Score: 8.6
VMScore: 435
Vector: AV:N/AC:M/Au:N/C:N/I:N/A:P

Vulnerability Summary

PowerPoint in Microsoft Office 2003 does not properly handle a container object whose position value exceeds the record length, which allows user-assisted malicious users to cause a denial of service (NULL dereference and application crash) via a crafted PowerPoint (.PPT) file, as demonstrated by Nanika.ppt, and a different vulnerability than CVE-2006-3435, CVE-2006-3876, CVE-2006-3877, and CVE-2006-4694. NOTE: the impact of this issue was originally claimed to be arbitrary code execution, but later analysis demonstrated that this was erroneous.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft powerpoint 2003

Exploits

#!/bin/perl # #PPT 0day poc # #OFFICE 2003 full Patch # #3001afbc 8b01 mov eax,[ecx] ds:0023:00000000=???????? #3001afbe 56 push esi #3001afbf ff5014 call dword ptr [eax+0x14] #try control ecx:P #Maybe can Exploit # # #nanika@chrootorg #naninb@gmailcom #wwwchrootorg my $ppt ...