Closed
Bug 237782
Opened 21 years ago
Closed 21 years ago
When MySQL not running, Index.cgi gives out the MySQL password
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 227191
People
(Reporter: m.key, Assigned: justdave)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Below is the error message I get when I take MySQL down.
Surely this shouldnt show me the database password ?
Software error:
DBI connect('host=localhost;database=bugs;port=3306','bugs',...) failed: Can't
connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.pm line 595
DBI::__ANON__('undef','undef') called at
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/DBI.pm line 646
DBI::connect('DBI','DBI:mysql:host=localhost;database=bugs;port=3306','bugs','MYPASSWORD','HASH(0x85e013c)')
called at Bugzilla/DB.pm line 150
Bugzilla::DB::_connect('DBI:mysql:host=localhost;database=bugs;port=3306')
called at Bugzilla/DB.pm line 142
Bugzilla::DB::connect_main() called at Bugzilla.pm line 114
Bugzilla::dbh('Bugzilla') called at Bugzilla/Auth/Cookie.pm line 66
Bugzilla::Auth::Cookie::authenticate('Bugzilla::Auth::Cookie',2,695) called at
Bugzilla/Auth/CGI.pm line 93
Bugzilla::Auth::CGI::login('Bugzilla::Auth::CGI',0) called at Bugzilla.pm line 74
Bugzilla::login('Bugzilla',0) called at CGI.pl line 202
main::quietly_check_login('permit_anonymous') called at
/var/www/html/izilla/index.cgi line 48
at Bugzilla/DB.pm line 150
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 227191 ***
Group: webtools-security
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 2•21 years ago
|
||
Clearing the security flag on disclosed bugs
Group: webtools-security
Chii-Huei Jean, 09/18/2004
At the end of description, the steps to reproduce are missing.
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•