• Carsten

    (@presis_carsten)


    For my company we maintain around 50 WordPress websites. Recent something strange has happened.

    Almost every website had a new user with the username ‘admin’ with Adminstrator role, emailadress ‘admin@localhost’ and registration date ‘2010-03-01 11:06:24’. The password is a MD5 hash (no salt, like a normal WordPress password), example: 1c1df24bdf22b10fce4b2a5003bdbdfa

    It seems it was something automated. Even a website protected with a .htpasswd had this ‘admin’ user.

    Our webhoster says their system is not hacked. The plugins and themes that we use are from the official WordPress website.

    Does anyone have an idea how did happened?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Remain calm, delete the user immediately, and carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures.

    This happened on my website as well, occurring sometime between 24 July and 26 July based on my backup logs.

    Three additional users: “admin,” “administrator,” and “root.” All three had MD5 hash passwords as presis_carsten described. All three with registration date “2010-03-01 11:06:24.”

    No harm seems to have come to the website. No defacement or executable files uploaded, and it still shows clean on malware checks. Regardless, I am now taking the steps recommended by WordPress, as MacManX mentioned.

    However, I am interested equally in knowing how this happened, so that I may prevent it from happening for the future. Where to start such an inquiry?

    Presis would you like to compare lists of active plugins to see if there is some commonality between our sites?

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Were you running MailPoet?

    Thread Starter Carsten

    (@presis_carsten)

    We don’t use MailPoet.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    That one was mostly for mercury_atlas.

    How did it go with following the guide and implementing the security measures?

    No, I don’t use MailPoet.

    Here are the plugins currently active on the site in question:

    • Formidable
    • Genesis Simple Edits
    • Genesis Simple Hooks
    • Google Universal Analytics
    • iThemes Security
    • Login Logo
    • Page Restrict
    • Post Types Order
    • Redirection
    • Toggle The Title
    • Widget Logic
    • WP-CopyProtect
    • WP Retina 2x
    • WP Survey and Quiz Tool

    All plugins were up to date at the time, as was WordPress itself.

    I’ve been monitoring closely the admin users since the incident last week, and things seem stable. I’m considering writing a quick PHP script that will use a SQL query to notify me when users are added, and add that to my web hosting crontab.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Try either http://wordpress.org/plugins/wp-security-audit-log/ or http://wordpress.org/plugins/sucuri-scanner/

    Both will give you an audit log, which also covers when users are added or removed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘admin user automatically added’ is closed to new replies.