Bug 109407 - system log includes plaintext passwords
Summary: system log includes plaintext passwords
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mysql
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrick Macdonald
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-07 15:38 UTC by Frank Ch. Eigler
Modified: 2007-04-18 16:59 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-11-07 15:39:26 UTC
Embargoed:


Attachments (Terms of Use)

Description Frank Ch. Eigler 2003-11-07 15:38:16 UTC
mysql_install_db prints into the system log (/var/log/messages)
the plaintext initial administrative passwords.  Ideally it
should obscure those strings.

e.g.:

Nov  3 11:17:48 tomaluk mysql_install_db: /usr/bin/mysqladmin -u root
 password 'new-password'
Nov  3 11:17:48 tomaluk mysql_install_db: /usr/bin/mysqladmin -u root
-h tomaluk.toronto.redhat.com  password 'new-password'

should be something like:

Nov  3 11:17:48 tomaluk mysql_install_db: /usr/bin/mysqladmin -u root
 password '(REDACTED)'
Nov  3 11:17:48 tomaluk mysql_install_db: /usr/bin/mysqladmin -u root
-h tomaluk.toronto.redhat.com  password '(REDACTED)'

Comment 1 Frank Ch. Eigler 2003-11-07 15:39:26 UTC
Sorry, screwed up misreading the rest of the log.
This is just sample text being printed by the installation scripts,
not actually being executed.



Note You need to log in before you can comment on or make changes to this bug.