Re: Horde webmail: mysql access

From: Christopher T. Beers (ctbeers_at_syr.edu)
Date: 04/27/04

  • Next message: EnGarde Secure Linux: "[ESA-20040428-004] 'kernel' Several security and bug fixes"
    Date: Mon, 26 Apr 2004 20:51:04 -0400
    To: sig@flaming.tolna.net, bugtraq@securityfocus.com
    
    

    --On Sunday, April 25, 2004 11:11 PM +0200 sig@flaming.tolna.net wrote:

    | Hello
    | ....
    | By default, You can access to these database servers, with the username:
    | "horde" and with no password, from a remote host. Then you will have
    | permission to list the databases, and to use some of them. In fact,
    | "horde" and "test" databases are available for reading, and writing, in
    | many cases.
    |
    | ....

    If you read the horde_src/docs/INSTALL file there is a section when you
    configure it that says

       Be sure to change the default password, "horde", to something
       else before creating the tables! (Remember to use this password
       when you configure Horde in the next step.)

    Also the script that creates the mysql database located at
    horde_src/scripts/db/mysql_create.sql has the following items. Again a
    warning about changing the password...

    USE mysql;

    REPLACE INTO user (host, user, password)
        VALUES (
            'localhost',
            'horde',
      -- IMPORTANT: Change this password!
            PASSWORD('horde')
        );

    Obviously, this was overlooked in whatever installation you were looking
    at. In fact, it looks like your administrator removed the default horde
    password and replaced it with nothing...even worse than using the default
    password.

    -- 
    Christopher T. Beers	
    UNIX Systems Engineer - Syracuse University
    250 Machinery Hall	Syracuse, NY 13244
    (315) 443-4103 Office	(315) 443-1621 Fax
    

  • Next message: EnGarde Secure Linux: "[ESA-20040428-004] 'kernel' Several security and bug fixes"

    Relevant Pages

    • RE: access right problem
      ... I import a new database in Informix called "akt". ... I can locally update, ... But I have a problem when I try to update a record with the same owner ... from remote host. ...
      (comp.databases.informix)
    • Re: DBD-MySQL help
      ... You need to have the remote host name, the port, database name, user name ... Can we connect to MySQL server from a remote host by ...
      (perl.dbi.users)