exploit the possibilities
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:

September 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close