Security Risk –
-
The script is doing what it’s supposed to be doing but will leave the permissions on your wordpress config files wide open.
The script is calling for a @chmod( $path, 0777 ); which will give read/write access to your main wp-config.php file to anybody on the internet.
Huge security risk. I wouldn’t install or use this script until this is patched.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Security Risk –’ is closed to new replies.