But is it safe? (hint: nope)
-
The short answer is NO this plugin is not safe, it leaks user-credentials on so many levels. Let me explain.
First of all, the current implementation works via GET, which is okay by me, except the username/password combo will be visible in your logfiles. Everybody who can access your webservers logfiles will be able to read passwords, wheter they want this or not.
Resolution? use POST instead of GETSecond. Please, please, please enforce https when using this plugin. Or make users aware that even when using POST the password will still be visible in plaintext on the internet.
It’s 2016, playtime is over; secure this beauty please.(if interessted, i’ve patched all issues mentioned above, contact me if you want this revisions)
- The topic ‘But is it safe? (hint: nope)’ is closed to new replies.