← Vulnerability feed

Vulnerability record · CVE-2009-3129 · published 11 November 2009

CVE-2009-3129: Microsoft Excel FEATHEADER record memory corruption

Microsoft · Excel

Microsoft Excel and related Office components mishandle a FEATHEADER record whose cbHdrData size element is invalid, corrupting a pointer offset and writing out of bounds. Opening a crafted spreadsheet can therefore crash or compromise the application. The flaw affects a wide set of Excel 2002/2003/2007, Mac Office, Viewer and Compatibility Pack products.

7.8 CVSS 3.1 High CISA KEV since 3 Mar 2022 EPSS 84% · top 0.3% CWE-787 · Out-of-bounds write
7.8CVSS 3.1 base score, v2 9.3
84%EPSS exploitation probability, 30 days
YesIn CISA KEV, fix deadline passed
4Affected product versions listed by NVD
21References, 2 tagged exploit
16 Jun 2026Last modified by NVD

Description

Microsoft Office Excel 2002 SP3, 2003 SP3, and 2007 SP1 and SP2; Office 2004 and 2008 for Mac; Open XML File Format Converter for Mac; Office Excel Viewer 2003 SP3; Office Excel Viewer SP1 and SP2; and Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats SP1 and SP2 allows remote attackers to execute arbitrary code via a spreadsheet with a FEATHEADER record containing an invalid cbHdrData size element that affects a pointer offset, aka "Excel Featheader Record Memory Corruption Vulnerability."

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 17 September 2026. Confidence: high.

high priorityThe flaw allows remote code execution via a file the user opens, is in CISA KEV with a very high EPSS score and public exploit code, though it requires user interaction and affects legacy products.

What it is

Microsoft Excel and related Office components mishandle a FEATHEADER record whose cbHdrData size element is invalid, corrupting a pointer offset and writing out of bounds. Opening a crafted spreadsheet can therefore crash or compromise the application. The flaw affects a wide set of Excel 2002/2003/2007, Mac Office, Viewer and Compatibility Pack products.

Impact

An attacker who gets a victim to open a malicious spreadsheet can execute arbitrary code in the context of the user running Excel. That typically yields full control of the workstation and its data.

Attack surface

Reached locally through a crafted spreadsheet file opened by the user, so user interaction is required and no authentication is needed. The CVSS vector confirms local access with UI:R and PR:N.

Exploitation

CVE-2009-3129 is listed in CISA KEV (added 2022-03-03) and has an EPSS 30-day probability of 0.857 (99.7th percentile), and a public Exploit-DB entry exists, so exploitation is well established. No ransomware campaign use is documented.

What to do

  • Apply the Microsoft MS09-067 updates for all affected Excel, Office, Viewer and Compatibility Pack versions.
  • Remove or block unsupported Excel 2002/2003 and Office 2004/2008 for Mac installations that cannot be patched.
  • Block or quarantine untrusted spreadsheet attachments at email and web gateways.
  • Disable or restrict opening of legacy .xls files from external sources where business need allows.
  • Run Office/Excel with reduced privileges and enable Protected View for files from the internet.

Detection

  • Monitor for Excel processes spawning child processes such as cmd.exe, powershell.exe or wscript.exe.
  • Alert on Excel crashes or abnormal terminations tied to recently opened spreadsheet files.
  • Scan email and file shares for .xls files containing malformed FEATHEADER records or unusually sized cbHdrData fields.
  • Correlate endpoint file-open events for spreadsheets with subsequent suspicious process or network activity.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Exploitation in the wild

CISA added CVE-2009-3129 to the Known Exploited Vulnerabilities catalog on 3 March 2022 as "Microsoft Excel Featheader Record Memory Corruption Vulnerability". Required action: Apply updates per vendor instructions. Federal deadline 24 March 2022.

Affected products

4 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://archives.neohapsis.com/archives/bugtraq/2009-11/0080.html Broken Link
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=832 Broken Link
http://osvdb.org/59860 Broken Link
http://www.exploit-db.com/exploits/14706 ExploitThird Party AdvisoryVDB Entry
http://www.securityfocus.com/bid/36945 Broken LinkThird Party AdvisoryVDB Entry
http://www.securitytracker.com/id?1023157 Broken LinkThird Party AdvisoryVDB Entry
http://www.us-cert.gov/cas/techalerts/TA09-314A.html Third Party AdvisoryUS Government Resource
http://www.zerodayinitiative.com/advisories/ZDI-09-083 Third Party AdvisoryVDB Entry
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2009/ms09-067 PatchVendor Advisory
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A6521 Broken Link
http://archives.neohapsis.com/archives/bugtraq/2009-11/0080.html Broken Link
http://labs.idefense.com/intelligence/vulnerabilities/display.php?id=832 Broken Link
http://osvdb.org/59860 Broken Link
http://www.exploit-db.com/exploits/14706 ExploitThird Party AdvisoryVDB Entry
http://www.securityfocus.com/bid/36945 Broken LinkThird Party AdvisoryVDB Entry
http://www.securitytracker.com/id?1023157 Broken LinkThird Party AdvisoryVDB Entry
http://www.us-cert.gov/cas/techalerts/TA09-314A.html Third Party AdvisoryUS Government Resource
http://www.zerodayinitiative.com/advisories/ZDI-09-083 Third Party AdvisoryVDB Entry
https://docs.microsoft.com/en-us/security-updates/securitybulletins/2009/ms09-067 PatchVendor Advisory
https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A6521 Broken Link
https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2009-3129 US Government Resource

Track CVE-2009-3129 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2023-23397Microsoft Outlook improper input validation privilege escalationCVE-2023-23397 is a critical elevation of privilege flaw in Microsoft Outlook caused by improper input validation and an authentication bypass by cap…KEVEPSS 97%analysed8.8CVE-2023-35311Microsoft Outlook security feature bypass via TOCTOU race conditionCVE-2023-35311 is a security feature bypass in Microsoft Outlook caused by a time-of-check time-of-use (TOCTOU) race condition (CWE-367). It affects …KEVEPSS 16%analysed8.8CVE-2019-1297Microsoft Excel memory handling flaw allows remote code executionCVE-2019-1297 is a remote code execution vulnerability in Microsoft Excel caused by improper handling of objects in memory. An attacker who convinces…KEVEPSS 22%analysed8.8CVE-2019-0541Microsoft MSHTML engine input validation flaw allows remote code executionThe MSHTML engine in Microsoft Office, Internet Explorer and related viewers fails to properly validate input, allowing remote code execution. Becaus…KEVEPSS 53%analysed8.8CVE-2018-0798Microsoft Office Equation Editor memory corruption RCEEquation Editor in Microsoft Office 2007 through 2016 mishandles objects in memory, producing an out-of-bounds write (CWE-787) that can be turned int…KEVEPSS 95%analysed8.8CVE-2015-2424Microsoft Office memory corruption via crafted documentCVE-2015-2424 is an out-of-bounds write (CWE-787) in Microsoft PowerPoint and Word that is triggered when a crafted Office document is opened. A remo…KEVEPSS 40%analysed8.8CVE-2015-1770Microsoft Office uninitialized memory use allows remote code executionMicrosoft Office 2013 SP1 and 2013 RT SP1 mishandle uninitialized memory when parsing a crafted Office document, which can lead to arbitrary code exe…KEVEPSS 35%analysed8.8CVE-2012-1856Microsoft Office MSCOMCTL.OCX TabStrip ActiveX Control Remote Code ExecutionThe TabStrip ActiveX control in MSCOMCTL.OCX fails to properly handle system state, allowing a crafted document or web page to corrupt memory and exe…KEVEPSS 72%analysed

Source: NIST National Vulnerability Database (record CVE-2009-3129), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.