User Tag List

Results 1 to 3 of 3

Thread: Dll hijacking

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Sweden
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Dll hijacking

    Hi there

    There is a new security hole with Windows program that have surfaced during the last days - dll hijacking - that many programs that loads DLLs are prone to (several of Microsofts own program is apparently at risk).
    As I have understod it, this is something to do with how DLL's are loaded.

    My question is, since MMF2 loads very many DLLs (the extensions), is this be a problem for MMF2 or are we safe?

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Dll hijacking

    AFAIK this vulnerability concerns applications that load DLLs without specifying the pathname of the DLL, as in this case Windows tries to find them from other directories. MMF2 dynamically loads extensions from a fixed pathname, this should be safe (unless you use extensions that require other DLLs that may be not installed on the system, like the MSVC 7/8/9 runtime DLLs, but very few extensions use that).

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Sweden
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Dll hijacking

    Thank you for your answer Yves.
    Sounds very good.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •