8ª Elite

WordPress Developers watch out for Phishing

Robbery not allowed by Anders Sandberg

Robbery not allowed by Anders Sandberg

If you’re contributing to the WordPress community you’ve maybe realized that even if it’s a great place to share your knowledge and learn from others, it’s also a place where script kiddies and posers try to steal accounts in order to gain access to the repository.

This is a serious issue because it can affect a lot of users indirectly, imagine for a moment that someone got access to your repository, make some changes and all the users who have downloaded your plugin receive an update notification, after the update they can’t access anymore to their blogs and all their user data has been stolen. Now you get it right?

So, what could you possibly do to stop these thieves?, I will give you some hints but first I’ll show you how a phishing message looks like:

From: WordPress.org <wordpress.plugins.mail@gmail.com>

Subject: [WordPress.org Plugins] Urgent: Your Plugin Has Been Removed

Message:

Dear WordPress Plugin Developer,

Unfortunately, a plugin you are hosting has been temporarily removed from the WordPress repository. We are going to manually review your plugin because it has been reported for violating our Terms of Service. If your plugin does not get approved then it will be permanently removed from the WordPress repository.

You can check if your plugin has been approved or rejected at

http://wordpress.org/extend/plugin/my-plugins-status/

Look that the email address is not an official one, all official WordPress email addresses use the @wordpress.org or @wordpress.com domain. Then, they mask the link to the fake website pretending to be an official WordPress address but this link takes you to this address http://wordpresss.horizon-host.com/bb-login.php which looks like the real one:

WordPress Phishing Site

WordPress Phishing Site

You just need to put your user and password and you’re done, they got your login information. If it happens you got caught by this attack, you have to change your password immediately! using this link (this is the real one) http://wordpress.org/support/ once you’re logged in go to your profile and change your password.

Now some things you can do:

Stay alert!