Home Microsoft CVE-2010-2572
CRITICAL: THIS VULNERABILITY IS ACTIVELY BEING EXPLOITED IN THE WILD (CISA KEV CATALOG)
Back to Microsoft

CVE-2010-2572

Exploited

Microsoft Office - PowerPoint

Microsoft CVSS 7.8 Updated April 30, 2026

Executive Risk Summary

"A buffer overflow vulnerability in Microsoft PowerPoint 2002 SP3 and 2003 SP3 allows remote attackers to execute arbitrary code via a crafted PowerPoint 95 document. This vulnerability can be exploited by an attacker to gain control of the affected system."

Anticipated Attack Path

  1. 1. Phishing or social engineering to deliver the malicious PowerPoint document
  2. 2. Exploitation of the buffer overflow vulnerability
  3. 3. Execution of arbitrary code on the system

Am I Vulnerable?

  • Verify that Microsoft Office - PowerPoint is up-to-date with the latest security patches
  • Use alternative presentation software that is not vulnerable to this exploit
  • Implement email and file filtering to block malicious PowerPoint documents

Operational Audit Arsenal

Target Type Process
Target Asset powerpnt.exe
Standard Path C:\Program Files\Microsoft Office\Office\powerpnt.exe
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: powerpnt.exe (Process)
$Targets = 'powerpnt.exe'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Minimal to moderate disruption expected, depending on the system configuration and usage

Internal Work Notes

Apply MS10-088 security update to Microsoft Office - PowerPoint to prevent exploitation of the buffer overflow vulnerability

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.