Bug#614304: [dtcdev] Re: Bug#614304: dtc-common: does store user passwords unhashed in the database

2011-04-10 Thread Thomas Goirand
On 04/08/2011 09:49 PM, Thomas Goirand wrote: > On 04/08/2011 08:14 AM, Ansgar Burchardt wrote: >> Hi Thomas, >> >> I noticed you prepared a patch[1] using MySQL's PASSWORD() function. >> Please note that this function should *not* be used by applications >> besides MySQL itself[2] in addition to n

Bug#614304: dtc-common: does store user passwords unhashed in the database

2011-04-10 Thread Ansgar Burchardt
Hi, Thomas Goirand writes: > On 04/08/2011 08:14 AM, Ansgar Burchardt wrote: >> I noticed you prepared a patch[1] using MySQL's PASSWORD() function. >> Please note that this function should *not* be used by applications >> besides MySQL itself[2] in addition to not salting the hash. The crypt >>

Bug#614304: dtc-common: does store user passwords unhashed in the database

2011-04-08 Thread Thomas Goirand
On 04/08/2011 08:14 AM, Ansgar Burchardt wrote: > Hi Thomas, > > I noticed you prepared a patch[1] using MySQL's PASSWORD() function. > Please note that this function should *not* be used by applications > besides MySQL itself[2] in addition to not salting the hash. The crypt > function included

Bug#614304: dtc-common: does store user passwords unhashed in the database

2011-04-07 Thread Ansgar Burchardt
Hi Thomas, I noticed you prepared a patch[1] using MySQL's PASSWORD() function. Please note that this function should *not* be used by applications besides MySQL itself[2] in addition to not salting the hash. The crypt function included in PHP itself[3] with salting and a modern hash like SHA-512

Processed: Re: Bug#614304: dtc-common: does store user passwords unhashed in the database

2011-02-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 614304 critical Bug #614304 [dtc-common] dtc-common: does store user passwords unhashed in the database Severity set to 'critical' from 'wishlist' > tags 614304 + security Bug #614304 [dtc-common] dtc-common: does store user passwords u

Bug#614304: dtc-common: does store user passwords unhashed in the database

2011-02-20 Thread Ansgar Burchardt
Package: dtc-common Version: 0.29.17-1 Severity: grave Tags: upstream security dtc stores user passwords unencrypted in the database: $q = "INSERT INTO $pro_mysql_new_admin_table (reqadm_login, reqadm_pass, [...] VALUES('".$_REQUEST["reqadm_login"]."', '".$_REQUEST["reqadm_pass"]."',