Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Security - Probleme in der Benutzerverwaltung

    Scheduled Pinned Locked Moved Betrieb
    1 Posts 1 Posters 2.1k 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.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Hallo, bin auf zwei Security - Probleme in der Benutzerverwaltung gestoßen:

      Passworte werden sowohl beim Anlegen eines Benutzers im Klartexxt angezeigt als auch beim Auflisten der Details eines Benutzers mit aufgelistet, auch das Admin-Passwort!!

      Die Abhilfe ist einfach, anbei ein Patch für interessierte. Er bewirkt, dass das Passwort gar nicht mehr angezeigt wird (die entsprechende Tabellenspalte wird gelöscht) und, daß das Eingabefeld im Editier-Formular vom Typ Text auf den Typ Passwort umgestellt wird:

      
      *** edit_user.html	Wed Dec 15 18:46:18 2004
      
      --- edit_user.html.sav	Wed Dec 15 18:46:22 2004
      
      ***************
      
      *** 32,38 ****
      
        								 		{username}:<nobr>*</nobr> 
      
      ! 								 		{password}:<nobr>*</nobr> 
      
        								 		{surname}:<nobr>*</nobr> 
      
      --- 32,38 ----
      
        								 		{username}:<nobr>*</nobr> 
      
      ! 								 		{password}:<nobr>*</nobr> 
      
        								 		{surname}:<nobr>*</nobr> 
      
      *** show_user.html	Wed Dec 15 18:47:01 2004
      
      --- show_user.html.sav	Wed Dec 15 18:47:04 2004
      
      ***************
      
      *** 31,36 ****
      
      --- 31,39 ----
      
        								 		{username}:[username] 
      
      + 								 		{password}:[password] 
      
      + 									
      
      + 									
      
        								 		{surname}:[surname] 
      
      
      1 Reply Last reply Reply Quote 0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      • First post
        Last post