https://dotdev.co/exploitbox-wordpress-unauthorized-password-reset-vulnerability/
temporary fix
1
2
3
4
//https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_from
add_filter( 'wp_mail_from', function( $email ) {
return 'webmaster@mydomainname.com';
});
origin - http://www.pipiscrew.com/?p=7937 exploitbox-wordpress-unauthorized-password-reset-vulnerability