what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Microsoft VBA Hidden Modules

Microsoft VBA Hidden Modules
Posted Mar 29, 2017
Authored by Maxim Tomashevich

Microsoft Visual Basic for Applications versions 6.5 through 7.1 suffer from a malicious hidden module issue.

tags | exploit
SHA-256 | 1b1fb21479c9efc8470b2ac366523aa69e0f3f5599cec5c5c3acb8af5ef31702

Microsoft VBA Hidden Modules

Change Mirror Download
Credits:

Maxim Tomashevich / Thegrideon Software

Website:

https://www.thegrideon.com/

Details:

https://www.thegrideon.com/vba-internals.html





Vendor:

---------------------

Microsoft





Product:

---------------------

Visual Basic for Applications (VBA) 6.5 - 7.1 (x32 / x64)





Vulnerability Details:

---------------------

VBA library loads modules for execution from all streams inside "VBA" OLE
folder (based on "dir" stream records), but only the modules present in
"PROJECT" stream are listed and shown in VBA Project Explorer.

"PROJECT" stream modification can be used to hide any module and this
creates easy to exploit security vulnerability:

1) Malicious code of any length and complexity can be hidden without any
security warnings or hints from VBA IDE whatsoever.

2) A single call to a hidden module is all that required to execute
malicious code. This call can be masked by number of tricks (name visually
similar to a standard function for example: latin letter 'O' (oh) replaced
with '0' (zero) or 'o' with Cyrillic or Greek 'o', function name misspelled,
etc.)

Function StrCImp(a, b) -or- STRC0MP(a, b) -or simply- StrCmp(a, b)

Or Sub auto_open() can be used for self-containing and a bit more dangerous
malicious module if the host file is useful enough to be opened twice.

3) An absence of any notifications about hidden modules presence and an
ability to see all other listed modules together create a false sense of
security and provoke to enable the code that looks harmlessly.

Sub Function1() ...

LResult = StrCImp ("vba", "vba") -or- LResult = STRC0MP("vba", "vba") -or-
LResult = StrCmp("vba", "vba")

... End Sub

4) This approach can be used to "weaponize" popular VBA scripts in all
VBA-enabled applications: AutoCAD, Excel, CorelDRAW, PowerPoint, Word, some
PLC systems, etc...





Proof of Concept:

---------------------

You can download MS Excel example files (with hidden and visible code
blocks) from:

https://www.thegrideon.com/vbaint/vba_hidden_module.zip

or create one with the following basic procedure:

1) Create new VBA-enabled ".xslm" Spreadsheet and add 2 modules "Module1",
"Module2".

(at least one visible module [with or without code] is required to keep VBA
library from removing VBA Project on Save)

2) Change file extension from ".xslm" to ".zip", open the file and extract
vbaProject.bin from "xl" folder.

3) With any OLE editor remove line "Module=Module1" from "PROJECT" stream.

Hex editor can be used as well to replace "Module=Module1" with several
empty lines (0xD 0xA).

4) Put modified vbaProject.bin back into archive and change the extension
back to ".xslm".

5) Open the file in MS Excel to verify "Module1" disappearance.





Severity Level:

---------------------

Low





Disclaimer:

---------------------

Permission is hereby granted for the redistribution of this text, provided
that it is not altered except by reformatting, and that due credit is given.
Permission is explicitly given for insertion in vulnerability databases and
similar, provided that due credit is given to the author.The author is not
responsible for any misuse of the information contained herein and prohibits
any malicious use of all security related information or exploits by the
author or elsewhere.



Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    0 Files
  • 17
    Apr 17th
    0 Files
  • 18
    Apr 18th
    0 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close