Community
    • Login

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

    Scheduled Pinned Locked Moved Security
    3 Posts 3 Posters 5.9k Views
    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-Makwana4145P
      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
      • gstaviG
        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
        • scaryboohooS
          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
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors