Issue Details (XML | Word | Printable)

Key: LUTECE-1135
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: ILE
Reporter: Nicolas Gregoire
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Lutèce

Users passwords are stored in clear text in database

Created: 03/Feb/10 03:02 PM   Updated: 08/Feb/10 09:32 AM
Component/s: core
Affects Version/s: 2.3.3
Fix Version/s: 2.4.0

Time Tracking:
Not Specified

Environment: The issue isn't specific to any OS or software platform


 Description  « Hide

The ModifyUser.jsp page is used to display and modify users parameters.
The password is displayed in clear text in the form :
/jsp/admin/user/ModifyUser.jsp?id_user=1

If an administrator account is compromised, the attacker could collect these passwords and reuse them in order to hide his tracks or to access others resources (in case of password re-use).

It would be great to instead store a hashed version (ex: SHA-1) of the password.



There are no comments yet on this issue.