Dynamics Login Details Stored in plain text
-
On reviewing the Dynamics Integration page of the plugin in Firebug I note that all the login details are returned to the client in plain text. These login details are available to any WordPress user who is an admin or has access to the plugin config page.
On checking the options storage in the database we noted that all the options are save to the database with no hashing or encryption under msdyncrm_options.
While the rest of the plugin is great these are pretty major issues for use in our scenario. As a fix all we would need is the data in the options table encoded and the password not to be returned as plain text to the admin page.
The page I need help with: [log in to see the link]
- The topic ‘Dynamics Login Details Stored in plain text’ is closed to new replies.