Top 10 WordPress Security Mistakes @tutoriaLinux
Top 10 WordPress Security Mistakes  @tutoriaLinux
Uploaded July 2015 | Updated September 2026, 2 weeks ago
A quick video about basic Linux security. We'll be covering basic web hosting security: the most common misconfigurations and security holes (from a System Administrator's perspective) in WordPress sites.

These security tips apply to Joomla, Magento, and other content management systems as well. I'll show you how to fix the most glaring issues, which prevent a huge percentage of the security compromises I see every day.

# Core Application
incorrect file/dir permissions
-777 -- should be 775 for dirs, 644 for files except in SPECIAL cases

stackoverflow.com/questions/3740152/how-to-set-chmod-for-a-folder-and-all-of-its-subfolders-and-files-in-linux-ubunt

serverfault.com/questions/357108/what-permissions-should-my-website-files-folders-have-on-a-linux-webserver


running sites as root
-dave:www-data instead -- group (web server) has read, OWNER IS THE ONLY ONE WHO CAN WRITE


shared PHP/user between sites
-most hosting companies use shared hosting
-if you have one site or 23 sites, they're all running under ONE user and ONE PHP process.
-one infected site means that everything is at risk, since that site can write to other sites (and thereby cross-infect them)



web user has a shell (instead of /bin/false)
-grep www /etc/passwd -- /sbin/nologin good, /bin/bash == BAAAD


ssh with passwd login, root login enabled
-no root login from iNet.
-no password based logins. Period.

weak FTP/hosting/DNS passwords
-hosting companies that expose FTP -- scary


# Administration
people don't update their CMS installations and plugins
people run huge amounts of plugins

# 3rd-party
badly engineered plugins/themes/etc.
vulnerable 'custom' code -- uploaders with no authentication, etc.
malvertising

#########################
Full Linux Sysadmin Basics Playlist: youtube.com/playlist?list=PLtK75qxsQaMLZSo7KL-PmiRarU7hrpnwK

Check out my project-based Linux System Administration course (free sample videos): udemy.com/hands-on-linux-self-hosted-wordpress-for-linux-beginners/?couponCode=tl35

Patreon: patreon.com/tutorialinux
Official Site: tutorialinux.com
Twitter: twitter.com/tutorialinux
Facebook: facebook.com/tutorialinux
Top 10 WordPress Security MistakesPodcast: Staff Engineer Promo, Observability, and Cloud Rants5 Things I Wish I Knew Before Starting a Tech CareerProgramming Ruby 04   Objects, Messaging, and Basic TypesInterview with a Site Reliability EngineerConfiguration Management With Ansible: A Whirlwind TourI wrote a Linux book!systemd on Linux 2: systemctl commandsWhat Tech Interviewers are Trying to Find OutVim Basics in 8 MinutesTerraform Basics 2: DigitalOcean API Key, SSH Key, and Terraform Setuptutorialinux is (finally) on Patreon!
tutoriaLinux |

Top 10 WordPress Security Mistakes

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER