need new security architecture

Need to Adjust Security Architecture

Thomas Raef @ wewatchyourwebsite.com • 5 days ago

Recent data on Fail2ban and Imunify360 call into question their effectiveness in fighting modern bot attacks. These 2 tools have been widely popular for a long time, and quite effective in the past. Unfortunately, the changing nature of bot attacks and increases in number of IPs they have available (some of the bot networks now have millions of IPs). These tools just aren’t designed to handle these changing conditions.

wordpress lockdown

Locking Down the WordPress Admin Using .htaccess

David McCan @ webtng.com • 1 week ago

We are continuously fighting to keep hackers out of the WordPress admin. Brute force attacks on the wp-login page, remote code execution due to zero-day plugin vulnerabilities, or hacker toolkits that try to access plugin files by cycling through lists of known vulnerabilities – these types of attempts must be blocked. In this article and accompanying video I present a lockdown option for power users that works nicely for certain types of sites and would stop common hacker activity.

wordfence intelligence

Unauthenticated Arbitrary File Upload in Gravity Forms

Wordfence Team at wordfence.com • 2 months ago

The Gravity Forms plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type validation in the legacy chunked upload mechanism in all versions up to, and including, 2.9.21.1. This is due to the extension blacklist not including .phar files, which can be uploaded through the chunked upload mechanism. This makes it possible for unauthenticated attackers to upload executable .phar files and achieve remote code execution on the server, granted they can discover or enumerate the upload path. In order for an attacker to achieve RCE, the web server needs to be set up to process .phar file as PHP via file handler mapping or similar.