CVE-2009-0562
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 · uneditedThe Office Web Components ActiveX Control in Microsoft Office XP SP3, Office 2003 SP3, Office XP Web Components SP3, Office 2003 Web Components SP3, Office 2003 Web Components SP1 for the 2007 Microsoft Office System, Internet Security and Acceleration (ISA) Server 2004 SP3 and 2006 SP1, and Office Small Business Accounting 2006 does not properly allocate memory, which allows remote attackers to execute arbitrary code via unspecified vectors that trigger "system state" corruption, aka "Office Web Components Memory Allocation 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 confidenceThe Office Web Components ActiveX Control contains a memory allocation vulnerability where improper memory handling triggers system state corruption, allowing remote attackers to execute arbitrary code via specially crafted web pages or documents that instantiate the vulnerable ActiveX control.
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= 2006all versions= 2003= xp= 2000= 2003= xpCVSS 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 for Office Web Components installationSearch for OWC (Office Web Components) DLL files on the system: typical paths include C:\Program Files\Microsoft Office\ or subdirectories. Look for files named OWC10.DLL, OWC11.DLL, or OWC12.DLL. Use command: dir /s C:\OWC*.DLL or search via PowerShell: Get-ChildItem -Path C:\ -Recurse -Filter "OWC*.DLL" -ErrorAction SilentlyContinueAffected if Any OWC DLL version 2000, 2003, or XP (OWC10/OWC11) is found on the system
-
Check Windows registry for ActiveX control registrationSearch registry for the CLSID of Office Web Components. The known CLSID is {0002E541-0000-0000-C000-000000000046} for OWC Spreadsheet. Run: reg query "HKLM\SOFTWARE\Classes\CLSID\{0002E541-0000-0000-C000-000000000046}" or use PowerShell to query the CLSID keyAffected if The Office Web Components CLSID is registered in the system registry, indicating the ActiveX control is installed and can be instantiated by Internet Explorer
-
Identify installed Microsoft Office versionCheck the installed Office version via registry: reg query "HKLM\SOFTWARE\Microsoft\Office\10.0\Common\InstallRoot" (for XP), reg query "HKLM\SOFTWARE\Microsoft\Office\11.0\Common\InstallRoot" (for 2003), or check Program Files for Microsoft Office folder names. Use: dir "C:\Program Files\Microsoft Office"Affected if Any version of Microsoft Office is installed, particularly versions 2003 or XP (Office 10/11), as these bundle or commonly install Office Web Components
-
Check if ISA Server 2004 or 2006 is installedVerify ISA Server installation by checking: reg query "HKLM\SOFTWARE\Microsoft\ISA Server\Setup" or look for Microsoft ISA Server in Programs. Also check services for "Microsoft Firewall" or "ISA Server" service statusAffected if Microsoft ISA Server version 2004 or 2006 is installed, as these versions include affected Office Web Components
-
Verify Internet Explorer ActiveX control behaviorOpen Internet Explorer, go to Tools > Internet Options > Security > Custom Level. Look for settings under "ActiveX controls and plugins" section, specifically "Run ActiveX controls and plugins" and "Script ActiveX controls marked safe for scripting". Alternatively, view installed add-ons in IE: Manage Add-ons > Enable or Disable Add-onsAffected if ActiveX controls are enabled in Internet Explorer, which would allow the vulnerable OWC ActiveX control to be instantiated when visiting a malicious webpage
The system is affected if Office Web Components (OWC10.DLL or OWC11.DLL) are installed, or if any affected Microsoft Office/ISA Server version is present, AND Internet Explorer has ActiveX controls enabled, allowing the vulnerable control to be instantiated via specially crafted web pages.
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 the relevant Microsoft security patches (MS09-017) to all affected Office and ISA Server installations, or disable the Office Web Components ActiveX control in Internet Explorer if the functionality is not required.
Microsoft 365 or Office 2016/2019/365 (perpetual) - these versions do not include the vulnerable Office Web Components ActiveX control
- 1. Identify all systems with affected Microsoft Office XP, Office 2003, Office Web Components, ISA Server 2004/2006, and Small Business Accounting 2006 installations.
- 2. Prioritize external-facing or internet-connected systems given the remote code execution risk.
- 3. Migrate to supported Microsoft 365 or Office 2016/2019/365 versions which no longer include the vulnerable Office Web Components ActiveX control by default.
- 4. If migration is not immediately feasible, apply the MS09-043 security update from Microsoft for each affected product (Office XP SP3, Office 2003 SP3, Office XP Web Components SP3, Office 2003 Web Components SP3, Office 2003 Web Components SP1 for 2007 Office System, ISA Server 2004 SP3, ISA Server 2006 SP1, Small Business Accounting 2006).
- 5. After patching, verify the Office Web Components ActiveX control (owc10.dll, owc11.dll) is either patched or disabled via killbit in Internet Explorer.
- 6. Test that patched Office functionality remains operational.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2009-0562 — 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-2009-0562 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