Malicious Office (OLE) / .XLS — malware analysis report

Static analysis result for SHA-256 675bc4f036d8dc8b…

MALICIOUS

Office (OLE) / .XLS

25.5 KB Created: 1996-12-17 01:32:42 Authoring application: Microsoft Excel
MD5: 9d0dbd97b12897f217ea909080ac1697 SHA-1: 436494188f93df264032924362aa362aec11d1cd SHA-256: 675bc4f036d8dc8b9f3dfa1351f6256a26f4990036a6af9755f5561c0d4a93e8
60 Risk Score

Malware Insights

MITRE ATT&CK
T1203 Exploitation for Client Execution

The file is a Microsoft Excel spreadsheet that triggers a critical heuristic for CVE-2009-3129, an Excel FEATHEADER record overflow vulnerability. This vulnerability allows for arbitrary code execution, indicating a malicious intent to exploit a known flaw in older Excel versions. No further IOCs were extracted from this sample.

Heuristics 1

  • CVE-2009-3129 — Excel FEATHEADER record overflow critical CVE exact CVE_2009_3129
    Workbook BIFF stream contains a FEATHEADER (Feature Header) record with anomalous size (record_size=23, isf=2, cbHdrData=4294967295). Legitimate FEATHEADER records are tiny (<100 bytes) and carry cbHdrData values that fit in the record body; the value here is the documented CVE-2009-3129 exploit primitive — cbHdrData drives a memcpy with attacker-controlled size, leading to memory corruption and code execution in Excel 2007/2003.