CVE-2011-0655
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMicrosoft PowerPoint 2007 SP2 and 2010; Office 2004, 2008, and 2011 for Mac; Open XML File Format Converter for Mac; Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats SP2; PowerPoint Viewer; PowerPoint Viewer 2007 SP2; and PowerPoint Web App do not properly validate TimeColorBehaviorContainer Floating Point records in PowerPoint documents, which allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption) via a crafted document containing an invalid record, aka "Floating Point Techno-color Time Bandit RCE Vulnerability."
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a memory corruption vulnerability in Microsoft PowerPoint caused by improper validation of TimeColorBehaviorContainer Floating Point records when parsing specially crafted PowerPoint documents. An attacker can exploit this by sending a malicious PowerPoint file that triggers heap corruption, leading to arbitrary code execution with the privileges of the targeted user.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 2004= 2008= 2011= 2007all versionsall versions= 2010= 2007all versionsCVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- M
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:M/Au:N/C:C/I:C/A:C
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check installed Microsoft PowerPoint version on WindowsOpen PowerPoint, go to File > Help, or use PowerShell: Get-ItemProperty 'HKLM:\Software\Microsoft\Office\*\Common\InstallRoot' | Select-Object -ExpandProperty VersionAffected if Version matches 2004, 2008, 2011 (Mac) or 2010 (Windows) from the affected list - compare your installed version to the affected ranges provided in the CVE
-
Check if Microsoft Office Compatibility Pack is installedOpen Control Panel > Programs and Features, look for 'Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File Formats' and note the version, or check via PowerShell: Get-ItemProperty 'HKLM:\Software\Microsoft\Office\*\Common\InstallRoot' -ErrorAction SilentlyContinue | Where-Object {$_.Path -like '*Office12*' -or $_.Path -like '*Office14*'}Affected if Compatibility Pack version is 2007
-
Check if PowerPoint Viewer is installedOpen Control Panel > Programs and Features, look for 'Microsoft PowerPoint Viewer' and note the version, or check for existence of file: C:\Program Files\Microsoft Office\Office14\PPTVIEW.EXE or similar pathAffected if Any version of PowerPoint Viewer is installed (affected are all versions)
-
Check for Microsoft Open Xml File Format ConverterOpen Control Panel > Programs and Features, look for 'Microsoft Open XML File Format Converter' and note the versionAffected if Any version of Open XML File Format Converter is installed
-
Check if PowerPoint Web App is in useIf your organization uses SharePoint or Office Web Apps, verify the version of Microsoft PowerPoint Web App by checking SharePoint administration or consulting your Office Web Apps server documentationAffected if Any version of PowerPoint Web App is deployed
You are affected if you have any of the vulnerable Microsoft Office, PowerPoint, PowerPoint Viewer, Compatibility Pack, Open XML File Format Converter, or PowerPoint Web App versions installed, and you open specially crafted PowerPoint files from untrusted sources.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedApply Microsoft security patches KB2501584 (for PowerPoint 2007) and KB2501585 (for PowerPoint 2010), or deploy the latest Microsoft Office security updates across all affected systems. Additionally, configure email gateways to block suspicious PowerPoint attachments and educate users about not opening documents from untrusted sources.
Apply Microsoft Security Bulletin MS11-025 or later cumulative updates containing the CVE-2011-0655 fix
- Identify the exact Office/PowerPoint version installed on each affected system using About dialog or system information
- For Windows systems: Apply the relevant Microsoft security update from MS11-025 (or subsequent cumulative updates that include this fix)
- For Mac systems: Apply the corresponding security update through Microsoft AutoUpdate or manual download from microsoft.com
- Verify the patch was successfully installed by checking installed updates via Control Panel > Programs > View installed updates
- Restart affected applications and systems after applying updates
- For systems running PowerPoint Web App: Ensure the SharePoint or Office Web Apps server receives the corresponding server-side patch
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation12.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,608.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2011-0655 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2011-0655 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data