Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 1b98c5ff3e733b38…

MALICIOUS

Office (OLE)

68.0 KB Created: 2011-05-12 09:56:45 Authoring application: Microsoft Excel First seen: 2013-08-20
MD5: 97ff2338e568fc382d41c30c31f89720 SHA-1: 0c8b902dbb749eea0b0e2d80328892fb857a0036 SHA-256: 1b98c5ff3e733b387b4a9200b4ae0bf4aae432c7a84dd09d52d6d8245de156a3
100 Risk Score

Heuristics 2

  • 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=22, isf=4, cbHdrData=4). 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.
  • OLE document has large unaccounted-for region high OLE_SLACK_ANOMALY
    OLE file is 69,645 bytes but its declared streams total only 29,612 bytes — 40,033 bytes (57%) live in unallocated sector slack. This is the canonical hiding place for pre-macro-era Office exploit payloads (XOR-encoded shellcode reached via a parser pointer-corruption bug in the document structure).