wp-encrypt icon indicating copy to clipboard operation
wp-encrypt copied to clipboard

Infinite loop when running with open_basedir enabled

Open azurit opened this issue 7 years ago • 0 comments

WP Encrypt is entering infinite loop on every login into wp-admin while running with open_basedir enabled (=jailed inside document root), which is causing all CPU time consumption and possible DoS.

Problem is in file wp-encrypt/inc/WPENC/Core/Util.php , funtion get_filesystem_paths.

azurit avatar Mar 23 '18 13:03 azurit