Wordpress Security
GIMPA, November 2018
By: @niiankrah
Wordpress Security GIMPA, November 2018 By: @niiankrah What is - - PowerPoint PPT Presentation
Wordpress Security GIMPA, November 2018 By: @niiankrah What is Wordpress? WordPress is a free and open-source content management system based on PHP and MySQL. It uses a plugin architecture and a template system. It is most
By: @niiankrah
system based on PHP and MySQL.
forums, media galleries, and online stores.
the web.
product or solution has absolute security.
WP codebase.
security vulnerability on their hosting platform
Theme they were using
vulnerability in the WordPress themes and plugins they were using. (Source: wpwhitesecurity.com)
sources that are not trusted.
is something that affects all software, WordPress is no different
to functions?
INSERT and UPDATE.
TABLE require for automated updates, plug-in installation/uninstallation, etc.
by placing an .htaccess at the root of /UPLOADS using:
by placing an .htaccess at the root of /UPLOADS using:
generates cookies to keep the status of the users. To ensure that the cookies are safe and not guessable, it adds a salt while generating the cookie.
https://api.wordpress.org/secret-key/1.1/salt/
provide a wide range of security and hardening features
further inspection.
the site (i.e., track log ins, changes to themes and plugins, updates, etc..).
user to make security-focused changes to their installation
information might help with security.
https://codex.wordpress.org/Hardening_WordPress https://www.wpwhitesecurity.com/state-of-security-of-wordpress- blogs-and-websites/
@niiankrah