Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Why is it a security issue to load Notepad++ plugins from %APPDATA% folder?

    Security
    3
    3
    5507
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Prahlad-Makwana4145
      Prahlad-Makwana4145 last edited by

      Why is it a security issue to load Notepad++ plugins from %APPDATA% folder?

      1 Reply Last reply Reply Quote 0
      • gstavi
        gstavi last edited by

        Playing a security analyst:
        Lets assume a malicious user gained access to another computer in the network that allow him to copy files to the target machine via network sharing but not to execute arbitrary code on the target machine.
        Copying a crafted DLL as plugin into APPDATA only requires user permission while copying it to ProgramFiles requires admin permission.
        Once a user on the target machine launches Notepad++ the code within the DLL is executed.

        As a general rule of thumb you should try to keep all your executables and DLLs in directories that are only writables to admins.

        1 Reply Last reply Reply Quote 5
        • scaryboohoo
          scaryboohoo last edited by

          I really hope, that you are just “playin” a security analyst.

          Access via network sharing requiers administrative rights so the person could copy the directly to ProgramFiles folder and the user is helpless.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Copyright © 2014 NodeBB Forums | Contributors